|
JSS 3.1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Certificates handled by JSS. All certificates handled by JSS are of this type, which is a subtype of java.security.cert.X509Certificate.
Method Summary | |
byte[] |
getEncoded()
Returns the DER encoding of this certificate. |
java.security.Principal |
getIssuerDN()
Returns the RFC 1485 ASCII encoding of the issuer's Subject Name. |
java.lang.String |
getNickname()
Returns the possibly-null nickname of this certificate. |
java.security.PublicKey |
getPublicKey()
Extracts the Public Key from this certificate. |
java.math.BigInteger |
getSerialNumber()
Returns the serial number of this certificate. |
java.security.Principal |
getSubjectDN()
Returns the RFC 1485 ASCII encoding of the Subject Name. |
int |
getVersion()
Returns the version number of this X.509 certificate. |
Method Detail |
public byte[] getEncoded() throws java.security.cert.CertificateEncodingException
public java.lang.String getNickname()
public java.security.PublicKey getPublicKey()
public java.security.Principal getSubjectDN()
public java.security.Principal getIssuerDN()
public java.math.BigInteger getSerialNumber()
public int getVersion()
|
JSS 3.1.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |