public interface Certificate
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDER()
get the DER of the cert itself
|
java.util.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
|
java.math.BigInteger |
getSerial()
get the serialNumber
|
byte[] |
getSubjectDER()
get the DER encoded subject name
|
DistinguishedName |
getSubjectName()
Get the Subject name as a DistinguishedName
|
java.util.Date |
getValidityNotAfter()
get the not-valid-after date of the certificate
(the end of the validity period)
|
java.util.Date |
getValidityNotBefore()
get the not-valid-before date of the certificate
(the beginning of the validity period)
|
byte[] getDER()
byte[] getIssuerDER()
java.math.BigInteger getSerial()
byte[] getSubjectDER()
DistinguishedName getSubjectName()
DistinguishedName getIssuerName()
java.util.Date getValidityNotBefore()
java.util.Date getValidityNotAfter()
java.util.Vector getExtensions()
Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.