public final class InhibitAnyPolicy extends ExtensionValue
id-ce-inhibitAnyPolicy OBJECT IDENTIFIER ::= { id-ce 54 } InhibitAnyPolicy ::= SkipCerts SkipCerts ::= INTEGER (0..MAX)(as specified in RFC 3280 http://www.ietf.org/rfc/rfc3280.txt).
encoding
Constructor and Description |
---|
InhibitAnyPolicy(byte[] encoding)
Creates an object on the base of its encoded form.
|
Modifier and Type | Method and Description |
---|---|
void |
dumpValue(StringBuilder sb,
String prefix) |
byte[] |
getEncoded()
Returns ASN.1 encoded form of the object.
|
dumpValue
public InhibitAnyPolicy(byte[] encoding) throws IOException
IOException
public byte[] getEncoded()
getEncoded
in class ExtensionValue
public void dumpValue(StringBuilder sb, String prefix)
dumpValue
in class ExtensionValue