org.bouncycastle.asn1.cmp
Class PKIFailureInfo
- DEREncodable, DERString, DERTags
public class PKIFailureInfo
PKIFailureInfo ::= BIT STRING {
badAlg (0),
-- unrecognized or unsupported Algorithm Identifier
badRequest (2),
-- transaction not permitted or supported
badDataFormat (5),
-- the data submitted has the wrong format
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 }
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 |
ADD_INFO_NOT_AVAILABLE
public static final int ADD_INFO_NOT_AVAILABLE
- 65536
BAD_ALG
public static final int BAD_ALG
- 128
BAD_DATA_FORMAT
public static final int BAD_DATA_FORMAT
- 8
BAD_REQUEST
public static final int BAD_REQUEST
- 64
SYSTEM_FAILURE
public static final int SYSTEM_FAILURE
- 1073741824
TIME_NOT_AVAILABLE
public static final int TIME_NOT_AVAILABLE
- 512
UNACCEPTED_EXTENSION
public static final int UNACCEPTED_EXTENSION
- 8388608
UNACCEPTED_POLICY
public static final int UNACCEPTED_POLICY
- 256
PKIFailureInfo
public PKIFailureInfo(int info)
Basic constructor.
toString
public String toString()