org.bouncycastle.asn1.cmp
public class PKIFailureInfo extends DERBitString
PKIFailureInfo ::= BIT STRING { badAlg (0), -- unrecognized or unsupported Algorithm Identifier badMessageCheck (1), -- integrity check failed (e.g., signature did not verify) badRequest (2), -- transaction not permitted or supported badTime (3), -- messageTime was not sufficiently close to the system time, as defined by local policy badCertId (4), -- no certificate could be found matching the provided criteria badDataFormat (5), -- the data submitted has the wrong format wrongAuthority (6), -- the authority indicated in the request is different from the one creating the response token incorrectData (7), -- the requester's data is incorrect (for notary services) missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy) badPOP (9) -- the proof-of-possession failed timeNotAvailable (14), -- the TSA's time source is not available unacceptedPolicy (15), -- the requested TSA policy is not supported by the TSA unacceptedExtension (16), -- the requested extension is not supported by the TSA addInfoNotAvailable (17) -- the additional information requested could not be understood -- or is not available systemFailure (25) -- the request cannot be handled due to system failure
Field Summary | |
---|---|
static int | ADD_INFO_NOT_AVAILABLE |
static int | addInfoNotAvailable |
static int | badAlg |
static int | badCertId |
static int | badDataFormat |
static int | badMessageCheck |
static int | badPOP |
static int | badRequest |
static int | badTime |
static int | BAD_ALG |
static int | BAD_CERT_ID |
static int | BAD_DATA_FORMAT |
static int | BAD_MESSAGE_CHECK |
static int | BAD_POP |
static int | BAD_REQUEST |
static int | BAD_TIME |
static int | incorrectData |
static int | INCORRECT_DATA |
static int | missingTimeStamp |
static int | MISSING_TIME_STAMP |
static int | systemFailure |
static int | SYSTEM_FAILURE |
static int | timeNotAvailable |
static int | TIME_NOT_AVAILABLE |
static int | unacceptedExtension |
static int | unacceptedPolicy |
static int | UNACCEPTED_EXTENSION |
static int | UNACCEPTED_POLICY |
static int | wrongAuthority |
static int | WRONG_AUTHORITY |
Constructor Summary | |
---|---|
PKIFailureInfo(int info)
Basic constructor. | |
PKIFailureInfo(DERBitString info) |
Method Summary | |
---|---|
String | toString() |
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version
Deprecated: use lower case version