VDDocumentSigningCertificate¶
X509Certificate Wrapper class
Public Methods:¶
VDDocumentSigningCertificate(X509Certificate x509Certificate, boolean isValid)
Class constructor:
-
Parameters:
- x509Certificate The certificate.
- isValid If the certificate is valid, false otherwise.
boolean isValid()
-
Returns:
- True if valid, false otherwise.
Principal getIssuer()
-
Returns:
- The issuer.
Date getNotBefore()
-
Returns:
- The starting validity date.
Date getNotAfter()
-
Returns:
- The validity end date.
X509Certificate getCertificate()
-
Returns:
- The certificate.