![]() |
|
Contents |
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).
Public Member Functions | |
| InhibitAnyPolicy (int skipCerts) | |
| Create the object on the base of SkipCerts value. | |
| InhibitAnyPolicy (byte[] encoding) throws IOException | |
| Creates an object on the base of its encoded form. | |
| int | getSkipCerts () |
| Return the value of the extension. | |
| byte[] | getEncoded () |
| Returns ASN.1 encoded form of the object. | |
| void | dumpValue (StringBuffer buffer, String prefix) |
| Places the string representation of extension value into the StringBuffer object. | |
Private Attributes | |
| int | skipCerts |
| InhibitAnyPolicy | ( | int | skipCerts | ) |
Create the object on the base of SkipCerts value.
| InhibitAnyPolicy | ( | byte[] | encoding | ) | throws IOException |
Creates an object on the base of its encoded form.
| int getSkipCerts | ( | ) |
Return the value of the extension.
| byte [] getEncoded | ( | ) |
Returns ASN.1 encoded form of the object.
Reimplemented from ExtensionValue.
| void dumpValue | ( | StringBuffer | buffer, | |
| String | prefix | |||
| ) |
Places the string representation of extension value into the StringBuffer object.
Reimplemented from ExtensionValue.
int skipCerts [private] |