Oracle Security Developer Tools PKI SDK CMP Java API Reference
10g (10.1.4.0.1)

B28166-01


oracle.security.crypto.cmp.attribute
Class ImplicitConfirmInfo

java.lang.Object
  extended byoracle.security.crypto.cert.AttributeTypeAndValue
      extended byoracle.security.crypto.cmp.attribute.InfoTypeAndValue
          extended byoracle.security.crypto.cmp.attribute.ImplicitConfirmInfo

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

public class ImplicitConfirmInfo
extends InfoTypeAndValue

Information type used to inform the CA that a certificate confirmation for issued certificate is not willing to be sent.


Field Summary

 

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

 

Constructor Summary
ImplicitConfirmInfo()
           
ImplicitConfirmInfo(java.io.InputStream is)
           

 

Method Summary
protected  void encodeValue()
          Encodes this control's fields as an ASN1Object for the baseclass.
 java.lang.String toString()
           

 

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

 

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

 

Constructor Detail

ImplicitConfirmInfo

public ImplicitConfirmInfo()

ImplicitConfirmInfo

public ImplicitConfirmInfo(java.io.InputStream is)
                    throws java.io.IOException

Method Detail

toString

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

encodeValue

protected void encodeValue()
Description copied from class: InfoTypeAndValue
Encodes this control's fields as an ASN1Object for the baseclass.

Subclasses must override this method to properly test and set the InfoTypeAndValue.encoded field, and invoke the superclass InfoTypeAndValue.setValue(oracle.security.crypto.asn1.ASN1Object) method to set the encoded structure.

Overrides:
encodeValue in class InfoTypeAndValue

Oracle Security Developer Tools PKI SDK CMP Java API Reference
10g (10.1.4.0.1)

B28166-01


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