Class SharedAtRequest

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi102941.SharedAtRequest
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class SharedAtRequest extends org.bouncycastle.asn1.ASN1Object
SharedAtRequest ::= SEQUENCE { eaId HashedId8, keyTag OCTET STRING (SIZE(16)), certificateFormat CertificateFormat, requestedSubjectAttributes CertificateSubjectAttributes (WITH COMPONENTS{..., certIssuePermissions ABSENT}), ... }
  • Constructor Details

  • Method Details

    • getInstance

      public static SharedAtRequest getInstance(Object o)
    • getEaId

      public HashedId8 getEaId()
    • getKeyTag

      public org.bouncycastle.asn1.ASN1OctetString getKeyTag()
    • getCertificateFormat

      public CertificateFormat getCertificateFormat()
    • getRequestedSubjectAttributes

      public CertificateSubjectAttributes getRequestedSubjectAttributes()
    • 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 SharedAtRequest.Builder builder()