| Package | Description |
|---|---|
| org.xipki.ocsp.server.type |
| Modifier and Type | Method and Description |
|---|---|
OID |
ExtendedExtension.getExtnType() |
static OID |
OID.getInstanceForEncoded(byte[] data,
int offset) |
static OID |
OID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OID[] |
OID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ExtendedExtension.getEncodedLength(OID extnType,
boolean critical,
int extnValueLength) |
| Constructor and Description |
|---|
ExtendedExtension(OID extnType,
boolean critical,
byte[] extnValue) |
Copyright © 2019. All rights reserved.