Skip navigation links

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

E10666-02


oracle.security.crypto.cmp.attribute
Class PKIArchiveOptionRegControl

java.lang.Object
  extended by oracle.security.crypto.cert.AttributeTypeAndValue
      extended by oracle.security.crypto.cmp.attribute.RegistrationControl
          extended by oracle.security.crypto.cmp.attribute.PKIArchiveOptionRegControl

All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, oracle.security.crypto.asn1.ASN1Object, oracle.security.crypto.util.Streamable
Direct Known Subclasses:
ArchiveRemGenPrivKeyArchOpt, EncryptedPrivKeyArchOpt, KeyGenParamsArchOpt

public abstract class PKIArchiveOptionRegControl
extends RegistrationControl

CRMF base class for private key archive option registration controls.

See Also:
Serialized Form

Field Summary

 

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

 

Constructor Summary
protected PKIArchiveOptionRegControl()
          To be invoked by subclass constructors.

 

Method Summary
static PKIArchiveOptionRegControl inputArchiveOption(java.io.InputStream is)
           

 

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

 

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

 

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

 

Constructor Detail

PKIArchiveOptionRegControl

protected PKIArchiveOptionRegControl()
To be invoked by subclass constructors.

Method Detail

inputArchiveOption

public static PKIArchiveOptionRegControl inputArchiveOption(java.io.InputStream is)
                                                     throws java.io.IOException
Throws:
java.io.IOException

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.