COM.claymoresystems.sslg
public interface Certificate
| Method Summary | |
|---|---|
| byte[] | getDER() get the DER of the cert itself |
| Vector | getExtensions() Get the vector of extensions (if any) |
| byte[] | getIssuerDER() get the DER encoded issuer name |
| DistinguishedName | getIssuerName() Get the Isuser name as a DistinguishedName |
| BigInteger | getSerial() get the serialNumber |
| byte[] | getSubjectDER() get the DER encoded subject name |
| DistinguishedName | getSubjectName() Get the Subject name as a DistinguishedName |
| Date | getValidityNotAfter() get the not-valid-after date of the certificate
(the end of the validity period) |
| Date | getValidityNotBefore() get the not-valid-before date of the certificate
(the beginning of the validity period) |
Returns: the encoding as a bytestring
Returns: the extensions
Returns: the encoding as a bytestring
Returns: the issuer name as a DistinguishedName
Returns: the serial as a BigInteger
Returns: the encoding as a bytestring
Returns: the subject name as a DistinguishedName
Returns: the notAfter Date
Returns: the notBefore Date