org.mozilla.jss.crypto
public interface X509Certificate
Method Summary | |
---|---|
byte[] | getEncoded()
Returns the DER encoding of this certificate. |
abstract Principal | getIssuerDN()
Returns the RFC 1485 ASCII encoding of the issuer's Subject Name. |
abstract String | getNickname()
Returns the possibly-null nickname of this certificate. |
abstract PublicKey | getPublicKey()
Extracts the Public Key from this certificate. |
abstract BigInteger | getSerialNumber()
Returns the serial number of this certificate. |
abstract Principal | getSubjectDN()
Returns the RFC 1485 ASCII encoding of the Subject Name. |
abstract int | getVersion() |
Returns: the version number of this X.509 certificate. 0 means v1, 1 means v2, 2 means v3.