public class KeyRecoveryRequest extends PKICertReqMessages
PKIMessageBody.Type| Constructor and Description |
|---|
KeyRecoveryRequest()
Create a new, empty
KeyRecoveryRequest. |
KeyRecoveryRequest(CertReqMsg crm)
Create a new
KeyRecoveryRequest with
the specified CertReqMsg. |
KeyRecoveryRequest(java.io.InputStream is)
Create a new
KeyRecoveryRequest by reading its
encoding from the given input stream. |
| Modifier and Type | Method and Description |
|---|---|
PKIMessageBody.Type |
getType()
Returns one of the values defined in
PKIMessageBody.Type. |
addCertReqMsg, getCertReqMessages, input, toStringinputInstance, length, outputpublic KeyRecoveryRequest()
KeyRecoveryRequest.
Use the PKICertReqMessages.addCertReqMsg(oracle.security.crypto.cmp.CertReqMsg) or PKICertReqMessages.input(java.io.InputStream) methods
to complete the object's contents.public KeyRecoveryRequest(CertReqMsg crm)
KeyRecoveryRequest with
the specified CertReqMsg.public KeyRecoveryRequest(java.io.InputStream is)
throws java.io.IOException
KeyRecoveryRequest by reading its
encoding from the given input stream.java.io.IOExceptionpublic PKIMessageBody.Type getType()
PKIMessageBodyPKIMessageBody.Type.getType in class PKIMessageBody