|
Oracle Application Server Certificate Authority Java API Reference 10g Release 2 (10.1.2.0.2) B14081-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| 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.
OCAPolicyRequest.getTrustPoints()| 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 Release 2 (10.1.2.0.2) B14081-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||