Class PsidGroupPermissions
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.PsidGroupPermissions
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class PsidGroupPermissions
extends org.bouncycastle.asn1.ASN1Object
PsidGroupPermissions ::= SEQUENCE { subjectPermissions SubjectPermissions, minChainLength INTEGER DEFAULT 1, chainLengthRange INTEGER DEFAULT 0, eeType EndEntityType DEFAULT (app) }
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionPsidGroupPermissions
(SubjectPermissions subjectPermissions, org.bouncycastle.asn1.ASN1Integer minChainLength, org.bouncycastle.asn1.ASN1Integer chainLengthRange, EndEntityType eeType) -
Method Summary
Modifier and TypeMethodDescriptionstatic PsidGroupPermissions.Builder
builder()
org.bouncycastle.asn1.ASN1Integer
static PsidGroupPermissions
getInstance
(Object src) org.bouncycastle.asn1.ASN1Integer
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
PsidGroupPermissions
public PsidGroupPermissions(SubjectPermissions subjectPermissions, org.bouncycastle.asn1.ASN1Integer minChainLength, org.bouncycastle.asn1.ASN1Integer chainLengthRange, EndEntityType eeType)
-
-
Method Details
-
getInstance
-
builder
-
getSubjectPermissions
-
getMinChainLength
public org.bouncycastle.asn1.ASN1Integer getMinChainLength() -
getEeType
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
getChainLengthRange
public org.bouncycastle.asn1.ASN1Integer getChainLengthRange()
-