Class EnrolmentResponseCode
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.ASN1Primitive
-
- org.bouncycastle.asn1.ASN1Enumerated
-
- org.bouncycastle.oer.its.etsi102941.EnrolmentResponseCode
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class EnrolmentResponseCode extends org.bouncycastle.asn1.ASN1Enumerated
-
-
Field Summary
Fields Modifier and Type Field Description static EnrolmentResponseCode
badcontenttype
static EnrolmentResponseCode
baditsstatus
static EnrolmentResponseCode
cantparse
static EnrolmentResponseCode
decryptionfailed
static EnrolmentResponseCode
deniedpermissions
static EnrolmentResponseCode
deniedrequest
static EnrolmentResponseCode
imnottherecipient
static EnrolmentResponseCode
incompleterequest
static EnrolmentResponseCode
invalidencryptionkey
static EnrolmentResponseCode
invalidkeys
static EnrolmentResponseCode
invalidsignature
static EnrolmentResponseCode
ok
static EnrolmentResponseCode
unknownencryptionalgorithm
static EnrolmentResponseCode
unknownits
-
Constructor Summary
Constructors Constructor Description EnrolmentResponseCode(byte[] contents)
EnrolmentResponseCode(int value)
EnrolmentResponseCode(java.math.BigInteger value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
assertValues()
static EnrolmentResponseCode
getInstance(java.lang.Object o)
-
Methods inherited from class org.bouncycastle.asn1.ASN1Enumerated
getInstance, getValue, hashCode, hasValue, hasValue, intValueExact
-
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
-
-
-
-
Field Detail
-
ok
public static final EnrolmentResponseCode ok
-
cantparse
public static final EnrolmentResponseCode cantparse
-
badcontenttype
public static final EnrolmentResponseCode badcontenttype
-
imnottherecipient
public static final EnrolmentResponseCode imnottherecipient
-
unknownencryptionalgorithm
public static final EnrolmentResponseCode unknownencryptionalgorithm
-
decryptionfailed
public static final EnrolmentResponseCode decryptionfailed
-
unknownits
public static final EnrolmentResponseCode unknownits
-
invalidsignature
public static final EnrolmentResponseCode invalidsignature
-
invalidencryptionkey
public static final EnrolmentResponseCode invalidencryptionkey
-
baditsstatus
public static final EnrolmentResponseCode baditsstatus
-
incompleterequest
public static final EnrolmentResponseCode incompleterequest
-
deniedpermissions
public static final EnrolmentResponseCode deniedpermissions
-
invalidkeys
public static final EnrolmentResponseCode invalidkeys
-
deniedrequest
public static final EnrolmentResponseCode deniedrequest
-
-
Method Detail
-
getInstance
public static EnrolmentResponseCode getInstance(java.lang.Object o)
-
assertValues
protected void assertValues()
-
-