Class TrustAnchorUtils
java.lang.Object
br.ufsc.labsec.commons.utils.TrustAnchorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Certificate> getPathWithAnchor(CertPath certPath, TrustAnchorProvider provider) static Optional<X509Certificate> getTrustPoint(Certificate certificate, TrustAnchorProvider provider) static booleanisTrustAnchor(Certificate certificate, TrustAnchorProvider provider)
-
Constructor Details
-
TrustAnchorUtils
public TrustAnchorUtils()
-
-
Method Details
-
isTrustAnchor
-
getTrustPoint
public static Optional<X509Certificate> getTrustPoint(Certificate certificate, TrustAnchorProvider provider) -
getPathWithAnchor
-