public static class PKIStatusInfo.PKIFailureInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
addInfoNotAvailable
'addInfoNotAvailable': the additional information requested could
not be understood or is not available.
|
static byte |
badAlg
'badAlg': unrecognized or unsupported Algorithm identifier.
|
static byte |
badCertId
'badCertId': no certificate could be found matching the provided
criteria.
|
static byte |
badDataFormat
'badDataFormat': the data submitted has the wrong format.
|
static byte |
badMessageCheck
'badMessageCheck': integrity check failed (e.g., signature did not
verify.
|
static byte |
badPOP
'badPOP': the proof-of-possession failed.
|
static byte |
badRequest
'badRequest': transaction not permitted or supported.
|
static byte |
badTime
'badTime': messageTime was not sufficiently close to the system
time, as defined by the local policy.
|
static byte |
incorrectData
'incorrectData': the requestor's data is incorrect (for notary
services).
|
static byte |
missingTimeStamp
'missingTimeStamp': when the timestamp is missing but should be
there (by policy).
|
static byte |
systemFailure
'systemFailure': the request cannot be handled due to system
failure.
|
static byte |
timeNotAvailable
'timeNotAvailable': the TSA's time source is not available.
|
static byte |
unacceptedExtension
'unacceptedExtension': the requested extension is not supported by the
TSA.
|
static byte |
unacceptedPolicy
'unacceptedPolicy': the requested TSA policy is not supported by the
TSA.
|
static byte |
wrongAuthority
'wrongAuthority': the authority indicated in the request is
different from the one creating the response token.
|
public static final byte badAlg
public static final byte badMessageCheck
public static final byte badRequest
public static final byte badTime
public static final byte badCertId
public static final byte badDataFormat
public static final byte wrongAuthority
public static final byte incorrectData
public static final byte missingTimeStamp
public static final byte badPOP
public static final byte timeNotAvailable
public static final byte unacceptedPolicy
public static final byte unacceptedExtension
public static final byte addInfoNotAvailable
public static final byte systemFailure