public class UnsupportedOIDsInfo extends InfoTypeAndValue
decoded, encoded
Constructor and Description |
---|
UnsupportedOIDsInfo() |
UnsupportedOIDsInfo(ASN1ObjectID oid) |
Modifier and Type | Method and Description |
---|---|
void |
addOID(ASN1ObjectID oid)
Add an object identifier to this
UnsupportedOIDsInfo . |
protected void |
decodeValue()
Decodes the baseclass'
ASN1Object value to populate
this control's fields. |
protected void |
encodeValue()
Encodes this control's fields as an
ASN1Object
for the baseclass. |
java.util.Vector |
getOIDs()
Return the list of unsupported object identifiers.
|
java.lang.String |
toString() |
getType, getValue, input, inputInstance, length, output, setValue
readExternal, writeExternal
public UnsupportedOIDsInfo()
public UnsupportedOIDsInfo(ASN1ObjectID oid)
public void addOID(ASN1ObjectID oid)
UnsupportedOIDsInfo
.public java.util.Vector getOIDs()
public java.lang.String toString()
toString
in class InfoTypeAndValue
protected void encodeValue()
InfoTypeAndValue
ASN1Object
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
protected void decodeValue()
InfoTypeAndValue
ASN1Object
value to populate
this control's fields.
Subclasses must override this method to invoke the
InfoTypeAndValue.getValue()
method to get the structure to decode, and
properly test and set the InfoTypeAndValue.decoded
field.
decodeValue
in class InfoTypeAndValue