Class IssuerIdentifier

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.IssuerIdentifier
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice, org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class IssuerIdentifier extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.ASN1Choice
     IssuerIdentifier ::= CHOICE {
         sha256AndDigest HashedId8,
         self HashAlgorithm,
         ...,
         sha384AndDigest HashedId8
     }
 
  • Field Details

  • Constructor Details

    • IssuerIdentifier

      public IssuerIdentifier(int choice, org.bouncycastle.asn1.ASN1Encodable value)
  • Method Details

    • sha256AndDigest

      public static IssuerIdentifier sha256AndDigest(HashedId8 data)
    • self

      public static IssuerIdentifier self(HashAlgorithm data)
    • sha384AndDigest

      public static IssuerIdentifier sha384AndDigest(HashedId8 data)
    • getInstance

      public static IssuerIdentifier getInstance(Object choice)
    • isSelf

      public boolean isSelf()
    • getChoice

      public int getChoice()
    • getIssuerIdentifier

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