| 
 | Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10666-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   oracle.security.crypto.cmp.PKIMessageBody
oracle.security.crypto.cmp.PKIMessageBody
       oracle.security.crypto.cmp.PKCS10CertReq
oracle.security.crypto.cmp.PKCS10CertReq
public class PKCS10CertReq
PKI message body of type PKCS #10 Certification Request.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class oracle.security.crypto.cmp.PKIMessageBody | 
|---|
| PKIMessageBody.Type | 
| Constructor Summary | |
|---|---|
| PKCS10CertReq()Create a new, empty PKCS10CertReq. | |
| PKCS10CertReq(oracle.security.crypto.cert.CertificateRequest certReq)Create a new PKCS10CertReqmessage body with the specified PKCS #10 certificate request. | |
| PKCS10CertReq(java.io.InputStream is) | |
| Method Summary | |
|---|---|
|  oracle.security.crypto.cert.CertificateRequest | getCertRequest()Return the PKCS #10 certificate request for this message body. | 
|  PKIMessageBody.Type | getType()Returns one of the values defined in PKIMessageBody.Type. | 
|  void | input(java.io.InputStream is)Initializes this object by reading its encoding from the given input stream. | 
|  java.lang.String | toString() | 
| Methods inherited from class oracle.security.crypto.cmp.PKIMessageBody | 
|---|
| inputInstance, length, output | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public PKCS10CertReq()
PKCS10CertReq. Use the input(java.io.InputStream) method to complete the object's contents.public PKCS10CertReq(oracle.security.crypto.cert.CertificateRequest certReq)
PKCS10CertReq message body with the specified PKCS #10 certificate request.
public PKCS10CertReq(java.io.InputStream is)
              throws java.io.IOException
java.io.IOException| Method Detail | 
|---|
public oracle.security.crypto.cert.CertificateRequest getCertRequest()
public PKIMessageBody.Type getType()
PKIMessageBodyPKIMessageBody.Type.getType in class PKIMessageBodypublic java.lang.String toString()
toString in class java.lang.Object
public void input(java.io.InputStream is)
           throws java.io.IOException
java.io.IOException| 
 | Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10666-03 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||