Class EtsiTs102941CrlRequest

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

    • EtsiTs102941CrlRequest

      public EtsiTs102941CrlRequest(HashedId8 issuerId, Time32 lastKnownUpdate)
  • Method Details

    • getInstance

      public static EtsiTs102941CrlRequest getInstance(Object o)
    • builder

      public static EtsiTs102941CrlRequest.Builder builder()
    • 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