| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.asn1.ASN1Encodableorg.bouncycastle.asn1.DERObjectorg.bouncycastle.asn1.ASN1Objectorg.bouncycastle.asn1.DERBitStringorg.bouncycastle.asn1.cmp.PKIFailureInfopublic class PKIFailureInfoextends 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 |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
Fields inherited from class org.bouncycastle.asn1.DERBitString | |
data, padBits | |
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable | |
BER, DER | |
Fields inherited from interface org.bouncycastle.asn1.DERTags | |
APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, ENUMERATED, EXTERNAL, GENERALIZED_TIME, GENERAL_STRING, GRAPHIC_STRING, IA5_STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, SEQUENCE, SEQUENCE_OF, SET, SET_OF, T61_STRING, TAGGED, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, VIDEOTEX_STRING, VISIBLE_STRING | |
Constructor Summary | |
| |
| |
Method Summary | |
String |
|
Methods inherited from class org.bouncycastle.asn1.DERBitString | |
asn1Equals, getBytes, getBytes, getInstance, getInstance, getPadBits, getPadBits, getString, hashCode, intValue, toString | |
Methods inherited from class org.bouncycastle.asn1.ASN1Object | |
equals, fromByteArray, hashCode | |
Methods inherited from class org.bouncycastle.asn1.DERObject | |
equals, hashCode, toASN1Object | |
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable | |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object | |
public static final int ADD_INFO_NOT_AVAILABLE
Deprecated. use lower case version
- Field Value:
- 4194304
public static final int BAD_ALG
Deprecated. use lower case version
- Field Value:
- 128
public static final int BAD_CERT_ID
Deprecated. use lower case version
- Field Value:
- 8
public static final int BAD_DATA_FORMAT
Deprecated. use lower case version
- Field Value:
- 4
public static final int BAD_MESSAGE_CHECK
Deprecated. use lower case version
- Field Value:
- 64
public static final int BAD_POP
Deprecated. use lower case version
- Field Value:
- 16384
public static final int BAD_REQUEST
Deprecated. use lower case version
- Field Value:
- 32
public static final int BAD_TIME
Deprecated. use lower case version
- Field Value:
- 16
public static final int INCORRECT_DATA
Deprecated. use lower case version
- Field Value:
- 1
public static final int MISSING_TIME_STAMP
Deprecated. use lower case version
- Field Value:
- 32768
public static final int SYSTEM_FAILURE
Deprecated. use lower case version
- Field Value:
- 1073741824
public static final int TIME_NOT_AVAILABLE
Deprecated. use lower case version
- Field Value:
- 512
public static final int UNACCEPTED_EXTENSION
Deprecated. use lower case version
- Field Value:
- 8388608
public static final int UNACCEPTED_POLICY
Deprecated. use lower case version
- Field Value:
- 256
public static final int WRONG_AUTHORITY
Deprecated. use lower case version
- Field Value:
- 2
public static final int addInfoNotAvailable
- Field Value:
- 4194304
public static final int badAlg
- Field Value:
- 128
public static final int badCertId
- Field Value:
- 8
public static final int badDataFormat
- Field Value:
- 4
public static final int badMessageCheck
- Field Value:
- 64
public static final int badPOP
- Field Value:
- 16384
public static final int badRequest
- Field Value:
- 32
public static final int badTime
- Field Value:
- 16
public static final int incorrectData
- Field Value:
- 1
public static final int missingTimeStamp
- Field Value:
- 32768
public static final int systemFailure
- Field Value:
- 1073741824
public static final int timeNotAvailable
- Field Value:
- 512
public static final int unacceptedExtension
- Field Value:
- 8388608
public static final int unacceptedPolicy
- Field Value:
- 256
public static final int wrongAuthority
- Field Value:
- 2