org.bouncycastle.asn1.x509
public class X509Extension extends Object
Constructor Summary | |
---|---|
X509Extension(DERBoolean critical, ASN1OctetString value) | |
X509Extension(boolean critical, ASN1OctetString value) |
Method Summary | |
---|---|
static ASN1Object | convertValueToObject(X509Extension ext)
Convert the value of the passed in extension to an object |
boolean | equals(Object o) |
ASN1OctetString | getValue() |
int | hashCode() |
boolean | isCritical() |
Parameters: ext the extension to parse
Returns: the object the value string contains
Throws: IllegalArgumentException if conversion is not possible