Class EtsiTs102941CtlRequest

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi103097.extension.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 Details

    • EtsiTs102941CtlRequest

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

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

    • getInstance

      public static EtsiTs102941CtlRequest getInstance(Object o)
    • 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
    • builder

      public static EtsiTs102941CtlRequest.Builder builder()