Package no.digipost.security.cert
Class ReviewedCertPath
- java.lang.Object
-
- no.digipost.security.cert.ReviewedCertPath
-
public final class ReviewedCertPath extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Optional<GeneralSecurityException>exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertPathgetPath()TrustedCertificateAndIssuergetTrustedCertificateAndIssuer()CertPathgetTrustedPath()booleanisTrusted()StringtoString()
-
-
-
Field Detail
-
exception
public final Optional<GeneralSecurityException> exception
-
-
Method Detail
-
getPath
public CertPath getPath()
-
isTrusted
public boolean isTrusted()
-
getTrustedPath
public CertPath getTrustedPath()
-
getTrustedCertificateAndIssuer
public TrustedCertificateAndIssuer getTrustedCertificateAndIssuer()
-
-