| Package | Description |
|---|---|
| iaik.pkcs.pkcs8 | |
| iaik.x509.ocsp |
| Modifier and Type | Field and Description |
|---|---|
protected ASN1 |
PrivateKeyInfo.private_key_info |
| Modifier and Type | Method and Description |
|---|---|
ASN1 |
UnknownResponseException.getUnknownResponse()
Returns an ASN.1 representation of the unknown response.
|
| Constructor and Description |
|---|
UnknownResponseException(ObjectID responseType,
ASN1 unknownResponse)
Constructs an UnknownResponseException with no specified detail message.
|
UnknownResponseException(java.lang.String msg,
ObjectID responseType,
ASN1 unknownResponse)
Constructs an UnknownResponseException with the specified detail message.
|