|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public byte[] getDER()
public byte[] getIssuerDER()
public java.math.BigInteger getSerial()
public byte[] getSubjectDER()
public DistinguishedName getSubjectName()
public DistinguishedName getIssuerName()
public java.util.Date getValidityNotBefore()
public java.util.Date getValidityNotAfter()
public java.util.Vector getExtensions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |