|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Certificate
An interface specifying minimal certificate access functions
Method Summary | |
---|---|
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) |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |