Skip navigation links

Oracle Security Developer Tools PKI SDK CMP Java API Reference
11g (11.1.1)

E10666-02


oracle.security.crypto.cmp
Class KeyRecoveryRequest

java.lang.Object
  extended by oracle.security.crypto.cmp.PKIMessageBody
      extended by oracle.security.crypto.cmp.PKICertReqMessages
          extended by oracle.security.crypto.cmp.KeyRecoveryRequest

All Implemented Interfaces:
oracle.security.crypto.asn1.ASN1Object, oracle.security.crypto.util.Streamable

public class KeyRecoveryRequest
extends PKICertReqMessages

PKI message body of type Key Recovery Request.


Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.security.crypto.cmp.PKIMessageBody
PKIMessageBody.Type

 

Constructor Summary
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.

 

Method Summary
 PKIMessageBody.Type getType()
          Returns one of the values defined in PKIMessageBody.Type.

 

Methods inherited from class oracle.security.crypto.cmp.PKICertReqMessages
addCertReqMsg, getCertReqMessages, input, 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

KeyRecoveryRequest

public KeyRecoveryRequest()
Create a new, empty KeyRecoveryRequest. Use the PKICertReqMessages.addCertReqMsg(oracle.security.crypto.cmp.CertReqMsg) or PKICertReqMessages.input(java.io.InputStream) methods to complete the object's contents.

KeyRecoveryRequest

public KeyRecoveryRequest(CertReqMsg crm)
Create a new KeyRecoveryRequest with the specified CertReqMsg.

KeyRecoveryRequest

public KeyRecoveryRequest(java.io.InputStream is)
                   throws java.io.IOException
Create a new KeyRecoveryRequest by reading its encoding from the given input stream.
Throws:
java.io.IOException

Method Detail

getType

public PKIMessageBody.Type getType()
Description copied from class: PKIMessageBody
Returns one of the values defined in PKIMessageBody.Type.
Specified by:
getType in class PKIMessageBody

Skip navigation links

Oracle Security Developer Tools PKI SDK CMP Java API Reference
11g (11.1.1)

E10666-02


Copyright © 2005, 2009, Oracle. All rights reserved.