Class EtsiTs102941CrlRequest

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class EtsiTs102941CrlRequest
    extends org.bouncycastle.asn1.ASN1Object
    EtsiTs102941CrlRequest::= SEQUENCE { issuerId HashedId8, lastKnownUpdate Time32 OPTIONAL }
    • Constructor Detail

      • EtsiTs102941CrlRequest

        public EtsiTs102941CrlRequest​(HashedId8 issuerId,
                                      Time32 lastKnownUpdate)
    • Method Detail

      • getIssuerId

        public HashedId8 getIssuerId()
      • getLastKnownUpdate

        public Time32 getLastKnownUpdate()
      • 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