|
Oracle Application Server Certificate Authority Java API Reference 10g (9.0.4) B12079-01 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMESAll Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.security.oca.policy.OCAX509Certificate
This class provides the details of a certificate, like subject DN etc.
Method Summary | |
java.lang.String | getIssuer() Gets the subject DN of the Issuer of the trust point. |
java.lang.String | getKeyAlgorithm() Gets the key algorithm of the certificate's public key. |
java.util.Date | getNotAfterDate() Gets the validity end date of the trust point. |
java.util.Date | getNotBeforeDate() Gets the validity begin date of the trust point. |
byte[] | getPublicKey() Gets the public key of the certificate. |
java.math.BigInteger | getSerialNo() Gets the serial number of the trust point's certificate. |
java.lang.String | getSubject() Gets the subject DN of the trust point. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getSubject()
public java.lang.String getIssuer()
public java.math.BigInteger getSerialNo()
public java.util.Date getNotBeforeDate()
public java.util.Date getNotAfterDate()
public java.lang.String getKeyAlgorithm()
public byte[] getPublicKey()
|
Oracle Application Server Certificate Authority Java API Reference 10g (9.0.4) B12079-01 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMESAll Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |