public interface X509Certificate
| Modifier and Type | Method and Description | 
|---|---|
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()  | 
byte[] getEncoded()
                  throws java.security.cert.CertificateEncodingException
java.security.cert.CertificateEncodingExceptionjava.lang.String getNickname()
java.security.PublicKey getPublicKey()
java.security.Principal getSubjectDN()
java.security.Principal getIssuerDN()
java.math.BigInteger getSerialNumber()
int getVersion()