Package org.bouncycastle.oer.its
Class ServiceSpecificPermissions
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ServiceSpecificPermissions
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice
,org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class ServiceSpecificPermissions
extends org.bouncycastle.asn1.ASN1Object
implements org.bouncycastle.asn1.ASN1Choice
ServiceSpecificPermissions ::= CHOICE {
opaque OCTET STRING (SIZE(0..MAX)),
...,
bitmapSsp BitmapSsp
}
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionServiceSpecificPermissions
(int choice, org.bouncycastle.asn1.ASN1Encodable object) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
int
static ServiceSpecificPermissions
org.bouncycastle.asn1.ASN1Encodable
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
opaque
public static final int opaque- See Also:
-
extension
public static final int extension- See Also:
-
bitmapSsp
public static final int bitmapSsp- See Also:
-
-
Constructor Details
-
ServiceSpecificPermissions
public ServiceSpecificPermissions(int choice, org.bouncycastle.asn1.ASN1Encodable object)
-
-
Method Details
-
getInstance
-
builder
-
getChoice
public int getChoice() -
getObject
public org.bouncycastle.asn1.ASN1Encodable getObject() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-