Skip navigation links

Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10666-04


oracle.security.crypto.cmp.attribute
Class KeyPairParamReqInfo

java.lang.Object
  extended by oracle.security.crypto.cert.AttributeTypeAndValue
      extended by oracle.security.crypto.cmp.attribute.InfoTypeAndValue
          extended by oracle.security.crypto.cmp.attribute.KeyPairParamReqInfo

All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, oracle.security.crypto.asn1.ASN1Object, oracle.security.crypto.util.Streamable

public class KeyPairParamReqInfo
extends InfoTypeAndValue

Information type for requesting the parameters for generating the key pair of certain public-key algorithms.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.security.crypto.cmp.attribute.InfoTypeAndValue
decoded, encoded

 

Constructor Summary
KeyPairParamReqInfo()
           
KeyPairParamReqInfo(oracle.security.crypto.asn1.ASN1ObjectID oid)
           
KeyPairParamReqInfo(java.io.InputStream is)
           

 

Method Summary
 oracle.security.crypto.asn1.ASN1ObjectID getOID()
           
 java.lang.String toString()
           

 

Methods inherited from class oracle.security.crypto.cmp.attribute.InfoTypeAndValue
decodeValue, encodeValue, getType, getValue, input, inputInstance, length, output, setValue

 

Methods inherited from class oracle.security.crypto.cert.AttributeTypeAndValue
readExternal, writeExternal

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

KeyPairParamReqInfo

public KeyPairParamReqInfo()

KeyPairParamReqInfo

public KeyPairParamReqInfo(oracle.security.crypto.asn1.ASN1ObjectID oid)

KeyPairParamReqInfo

public KeyPairParamReqInfo(java.io.InputStream is)
                    throws java.io.IOException
Throws:
java.io.IOException

Method Detail

getOID

public oracle.security.crypto.asn1.ASN1ObjectID getOID()

toString

public java.lang.String toString()
Overrides:
toString in class InfoTypeAndValue

Skip navigation links

Oracle Fusion Middleware PKI SDK CMP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10666-04


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