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

public class EcSignature extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.ASN1Choice
EcSignature::= CHOICE { encryptedEcSignature EtsiTs103097Data-Encrypted{EtsiTs103097Data-SignedExternalPayload}, ecSignature EtsiTs103097Data-SignedExternalPayload }
  • Field Details

  • Constructor Details

    • EcSignature

      public EcSignature(int choice, org.bouncycastle.asn1.ASN1Encodable ecSignature)
  • Method Details

    • getInstance

      public static EcSignature getInstance(Object o)
    • getChoice

      public int getChoice()
    • getEcSignature

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