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
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPsidGroupPermissions(SubjectPermissions subjectPermissions, org.bouncycastle.asn1.ASN1Integer minChainLength, org.bouncycastle.asn1.ASN1Integer chainLengthRange, EndEntityType eeType) -
Method Summary
Modifier and TypeMethodDescriptionstatic PsidGroupPermissions.Builderbuilder()org.bouncycastle.asn1.ASN1Integerstatic PsidGroupPermissionsgetInstance(Object src) org.bouncycastle.asn1.ASN1Integerorg.bouncycastle.asn1.ASN1PrimitiveMethods 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:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
getChainLengthRange
public org.bouncycastle.asn1.ASN1Integer getChainLengthRange()
-