public class Extension extends java.lang.Object implements ASN1Type
V3Extension| Constructor and Description |
|---|
Extension()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ASN1Object obj)
Deprecated.
Decodes an ASN1Object according to the ASN.1 type the class implements.
|
BOOLEAN |
getCritical()
Deprecated.
|
ObjectID |
getExtnID()
Deprecated.
|
OCTET_STRING |
getExtnValue()
Deprecated.
|
void |
setCritical(BOOLEAN critical)
Deprecated.
|
void |
setExtnID(ObjectID extnID)
Deprecated.
|
void |
setExtnValue(OCTET_STRING extnValue)
Deprecated.
|
ASN1Object |
toASN1Object()
Deprecated.
Creates an ASN1Object according to the ASN.1 type the class implements.
|
public ASN1Object toASN1Object() throws CodingException
ASN1TypetoASN1Object in interface ASN1TypeCodingException - if an de/encoding error occurspublic void setExtnID(ObjectID extnID)
public ObjectID getExtnID()
public void setCritical(BOOLEAN critical)
public BOOLEAN getCritical()
public void setExtnValue(OCTET_STRING extnValue)
public OCTET_STRING getExtnValue()
public void decode(ASN1Object obj) throws CodingException
ASN1Typedecode in interface ASN1Typeobj - the ASN.1 type as ASN1ObjectCodingException - if the ASN1Object could not be parsed