Class EtsiTs102941CtlRequest

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
    Direct Known Subclasses:
    EtsiTs102941DeltaCtlRequest

    public class EtsiTs102941CtlRequest
    extends org.bouncycastle.asn1.ASN1Object
    EtsiTs102941CtlRequest::= SEQUENCE { issuerId HashedId8, lastKnownCtlSequence INTEGER (0..255) OPTIONAL }
    • Constructor Detail

      • EtsiTs102941CtlRequest

        protected EtsiTs102941CtlRequest​(org.bouncycastle.asn1.ASN1Sequence sequence)
      • EtsiTs102941CtlRequest

        public EtsiTs102941CtlRequest​(HashedId8 issuerId,
                                      org.bouncycastle.asn1.ASN1Integer lastKnownCtlSequence)
    • Method Detail

      • getIssuerId

        public HashedId8 getIssuerId()
      • getLastKnownCtlSequence

        public org.bouncycastle.asn1.ASN1Integer getLastKnownCtlSequence()
      • 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