Class AuthorizationResponseCode
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.ASN1Primitive
-
- org.bouncycastle.asn1.ASN1Enumerated
-
- org.bouncycastle.oer.its.etsi102941.AuthorizationResponseCode
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class AuthorizationResponseCode extends org.bouncycastle.asn1.ASN1Enumerated
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AuthorizationResponseCode(byte[] contents)
AuthorizationResponseCode(int value)
AuthorizationResponseCode(java.math.BigInteger value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
assertValues()
static AuthorizationResponseCode
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 AuthorizationResponseCode ok
-
its_aa_cantparse
public static final AuthorizationResponseCode its_aa_cantparse
-
its_aa_badcontenttype
public static final AuthorizationResponseCode its_aa_badcontenttype
-
its_aa_imnottherecipient
public static final AuthorizationResponseCode its_aa_imnottherecipient
-
its_aa_unknownencryptionalgorithm
public static final AuthorizationResponseCode its_aa_unknownencryptionalgorithm
-
its_aa_decryptionfailed
public static final AuthorizationResponseCode its_aa_decryptionfailed
-
its_aa_keysdontmatch
public static final AuthorizationResponseCode its_aa_keysdontmatch
-
its_aa_incompleterequest
public static final AuthorizationResponseCode its_aa_incompleterequest
-
its_aa_invalidencryptionkey
public static final AuthorizationResponseCode its_aa_invalidencryptionkey
-
its_aa_outofsyncrequest
public static final AuthorizationResponseCode its_aa_outofsyncrequest
-
its_aa_unknownea
public static final AuthorizationResponseCode its_aa_unknownea
-
its_aa_invalidea
public static final AuthorizationResponseCode its_aa_invalidea
-
its_aa_deniedpermissions
public static final AuthorizationResponseCode its_aa_deniedpermissions
-
aa_ea_cantreachea
public static final AuthorizationResponseCode aa_ea_cantreachea
-
ea_aa_cantparse
public static final AuthorizationResponseCode ea_aa_cantparse
-
ea_aa_badcontenttype
public static final AuthorizationResponseCode ea_aa_badcontenttype
-
ea_aa_imnottherecipient
public static final AuthorizationResponseCode ea_aa_imnottherecipient
-
ea_aa_unknownencryptionalgorithm
public static final AuthorizationResponseCode ea_aa_unknownencryptionalgorithm
-
ea_aa_decryptionfailed
public static final AuthorizationResponseCode ea_aa_decryptionfailed
-
invalidaa
public static final AuthorizationResponseCode invalidaa
-
invalidaasignature
public static final AuthorizationResponseCode invalidaasignature
-
wrongea
public static final AuthorizationResponseCode wrongea
-
unknownits
public static final AuthorizationResponseCode unknownits
-
invalidsignature
public static final AuthorizationResponseCode invalidsignature
-
invalidencryptionkey
public static final AuthorizationResponseCode invalidencryptionkey
-
deniedpermissions
public static final AuthorizationResponseCode deniedpermissions
-
deniedtoomanycerts
public static final AuthorizationResponseCode deniedtoomanycerts
-
-
Method Detail
-
assertValues
protected void assertValues()
-
getInstance
public static AuthorizationResponseCode getInstance(java.lang.Object o)
-
-