|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface X509Certificate
Certificates handled by JSS. All certificates handled by JSS are of this type.
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()
|
Method Detail |
---|
byte[] getEncoded() throws java.security.cert.CertificateEncodingException
java.security.cert.CertificateEncodingException
java.lang.String getNickname()
java.security.PublicKey getPublicKey()
java.security.Principal getSubjectDN()
java.security.Principal getIssuerDN()
java.math.BigInteger getSerialNumber()
int getVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |