Package no.digipost.security.cert
Class MissingTrustAnchorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- no.digipost.security.DigipostSecurityException
-
- no.digipost.security.cert.MissingTrustAnchorException
-
- All Implemented Interfaces:
Serializable
public class MissingTrustAnchorException extends DigipostSecurityException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingTrustAnchorException(List<X509Certificate> certificates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<X509Certificate>getCertificates()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingTrustAnchorException
public MissingTrustAnchorException(List<X509Certificate> certificates)
-
-
Method Detail
-
getCertificates
public List<X509Certificate> getCertificates()
- Returns:
- the certificates where trust anchors could not be located
-
-