Class 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)
         }
     
    • Constructor Detail

      • PsidGroupPermissions

        public PsidGroupPermissions​(SubjectPermissions subjectPermissions,
                                    org.bouncycastle.asn1.ASN1Integer minChainLength,
                                    org.bouncycastle.asn1.ASN1Integer chainLengthRange,
                                    EndEntityType eeType)
    • Method Detail

      • getMinChainLength

        public org.bouncycastle.asn1.ASN1Integer getMinChainLength()
      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
      • getChainLengthRange

        public org.bouncycastle.asn1.ASN1Integer getChainLengthRange()