public class ImplicitConfirmInfo extends InfoTypeAndValue
decoded, encoded| Constructor and Description |
|---|
ImplicitConfirmInfo() |
ImplicitConfirmInfo(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
encodeValue()
Encodes this control's fields as an
ASN1Object
for the baseclass. |
java.lang.String |
toString() |
decodeValue, getType, getValue, input, inputInstance, length, output, setValuereadExternal, writeExternalpublic ImplicitConfirmInfo()
public ImplicitConfirmInfo(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class InfoTypeAndValueprotected void encodeValue()
InfoTypeAndValueASN1Object
for the baseclass.
Subclasses must override this method to properly test and
set the InfoTypeAndValue.encoded field, and invoke the superclass
InfoTypeAndValue.setValue(ASN1Object) method to set the encoded structure.
encodeValue in class InfoTypeAndValue