public class org.bouncycastle.asn1.ess.OtherCertID extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.ess.OtherCertID
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  private org.bouncycastle.asn1.ASN1Encodable otherCertHash;
    descriptor: Lorg/bouncycastle/asn1/ASN1Encodable;
    flags: (0x0002) ACC_PRIVATE

  private org.bouncycastle.asn1.x509.IssuerSerial issuerSerial;
    descriptor: Lorg/bouncycastle/asn1/x509/IssuerSerial;
    flags: (0x0002) ACC_PRIVATE

  public static org.bouncycastle.asn1.ess.OtherCertID getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/ess/OtherCertID;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.Object o
         0: .line 21
            aload 0 /* o */
            ifnull 1
            aload 0 /* o */
            instanceof org.bouncycastle.asn1.ess.OtherCertID
            ifeq 2
         1: .line 23
      StackMap locals:
      StackMap stack:
            aload 0 /* o */
            checkcast org.bouncycastle.asn1.ess.OtherCertID
            areturn
         2: .line 25
      StackMap locals:
      StackMap stack:
            aload 0 /* o */
            instanceof org.bouncycastle.asn1.ASN1Sequence
            ifeq 4
         3: .line 27
            new org.bouncycastle.asn1.ess.OtherCertID
            dup
            aload 0 /* o */
            checkcast org.bouncycastle.asn1.ASN1Sequence
            invokespecial org.bouncycastle.asn1.ess.OtherCertID.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 30
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
         5: .line 31
            new java.lang.StringBuilder
            dup
            ldc "unknown object in 'OtherCertID' factory : "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 32
            aload 0 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 31
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 30
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.Object o
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.ess.OtherCertID this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 38
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 40
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_1
            if_icmplt 2
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_2
            if_icmple 5
         2: .line 42
      StackMap locals: org.bouncycastle.asn1.ess.OtherCertID org.bouncycastle.asn1.ASN1Sequence
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad sequence size: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 43
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 42
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 46
      StackMap locals:
      StackMap stack:
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokeinterface org.bouncycastle.asn1.DEREncodable.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            instanceof org.bouncycastle.asn1.ASN1OctetString
            ifeq 8
         6: .line 48
            aload 0 /* this */
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokestatic org.bouncycastle.asn1.ASN1OctetString.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1OctetString;
            putfield org.bouncycastle.asn1.ess.OtherCertID.otherCertHash:Lorg/bouncycastle/asn1/ASN1Encodable;
         7: .line 49
            goto 9
         8: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* seq */
            iconst_0
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokestatic org.bouncycastle.asn1.x509.DigestInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/DigestInfo;
            putfield org.bouncycastle.asn1.ess.OtherCertID.otherCertHash:Lorg/bouncycastle/asn1/ASN1Encodable;
         9: .line 56
      StackMap locals:
      StackMap stack:
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_1
            if_icmple 11
        10: .line 58
            aload 0 /* this */
            new org.bouncycastle.asn1.x509.IssuerSerial
            dup
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokestatic org.bouncycastle.asn1.ASN1Sequence.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/ASN1Sequence;
            invokespecial org.bouncycastle.asn1.x509.IssuerSerial.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            putfield org.bouncycastle.asn1.ess.OtherCertID.issuerSerial:Lorg/bouncycastle/asn1/x509/IssuerSerial;
        11: .line 60
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.ess.OtherCertID this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/bouncycastle/asn1/ess/OtherCertID;
            0   12     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
    MethodParameters:
      Name  Flags
      seq   

  public void <init>(org.bouncycastle.asn1.x509.AlgorithmIdentifier, byte[]);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.ess.OtherCertID this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algId
        start local 2 // byte[] digest
         0: .line 62
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 66
            aload 0 /* this */
            new org.bouncycastle.asn1.x509.DigestInfo
            dup
            aload 1 /* algId */
            aload 2 /* digest */
            invokespecial org.bouncycastle.asn1.x509.DigestInfo.<init>:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;[B)V
            putfield org.bouncycastle.asn1.ess.OtherCertID.otherCertHash:Lorg/bouncycastle/asn1/ASN1Encodable;
         2: .line 67
            return
        end local 2 // byte[] digest
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algId
        end local 0 // org.bouncycastle.asn1.ess.OtherCertID this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/bouncycastle/asn1/ess/OtherCertID;
            0    3     1   algId  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    3     2  digest  [B
    MethodParameters:
        Name  Flags
      algId   
      digest  

  public void <init>(org.bouncycastle.asn1.x509.AlgorithmIdentifier, byte[], org.bouncycastle.asn1.x509.IssuerSerial);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;[BLorg/bouncycastle/asn1/x509/IssuerSerial;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.bouncycastle.asn1.ess.OtherCertID this
        start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algId
        start local 2 // byte[] digest
        start local 3 // org.bouncycastle.asn1.x509.IssuerSerial issuerSerial
         0: .line 69
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 74
            aload 0 /* this */
            new org.bouncycastle.asn1.x509.DigestInfo
            dup
            aload 1 /* algId */
            aload 2 /* digest */
            invokespecial org.bouncycastle.asn1.x509.DigestInfo.<init>:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;[B)V
            putfield org.bouncycastle.asn1.ess.OtherCertID.otherCertHash:Lorg/bouncycastle/asn1/ASN1Encodable;
         2: .line 75
            aload 0 /* this */
            aload 3 /* issuerSerial */
            putfield org.bouncycastle.asn1.ess.OtherCertID.issuerSerial:Lorg/bouncycastle/asn1/x509/IssuerSerial;
         3: .line 76
            return
        end local 3 // org.bouncycastle.asn1.x509.IssuerSerial issuerSerial
        end local 2 // byte[] digest
        end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier algId
        end local 0 // org.bouncycastle.asn1.ess.OtherCertID this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/bouncycastle/asn1/ess/OtherCertID;
            0    4     1         algId  Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            0    4     2        digest  [B
            0    4     3  issuerSerial  Lorg/bouncycastle/asn1/x509/IssuerSerial;
    MethodParameters:
              Name  Flags
      algId         
      digest        
      issuerSerial  

  public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmHash();
    descriptor: ()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.ess.OtherCertID this
         0: .line 80
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ess.OtherCertID.otherCertHash:Lorg/bouncycastle/asn1/ASN1Encodable;
            invokevirtual org.bouncycastle.asn1.ASN1Encodable.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            instanceof org.bouncycastle.asn1.ASN1OctetString
            ifeq 2
         1: .line 83
            new org.bouncycastle.asn1.x509.AlgorithmIdentifier
            dup
            ldc "1.3.14.3.2.26"
            invokespecial org.bouncycastle.asn1.x509.AlgorithmIdentifier.<init>:(Ljava/lang/String;)V
            areturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ess.OtherCertID.otherCertHash:Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.x509.DigestInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/DigestInfo;
            invokevirtual org.bouncycastle.asn1.x509.DigestInfo.getAlgorithmId:()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.ess.OtherCertID this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/asn1/ess/OtherCertID;

  public byte[] getCertHash();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.ess.OtherCertID this
         0: .line 93
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ess.OtherCertID.otherCertHash:Lorg/bouncycastle/asn1/ASN1Encodable;
            invokevirtual org.bouncycastle.asn1.ASN1Encodable.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            instanceof org.bouncycastle.asn1.ASN1OctetString
            ifeq 2
         1: .line 96
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ess.OtherCertID.otherCertHash:Lorg/bouncycastle/asn1/ASN1Encodable;
            invokevirtual org.bouncycastle.asn1.ASN1Encodable.getDERObject:()Lorg/bouncycastle/asn1/DERObject;
            checkcast org.bouncycastle.asn1.ASN1OctetString
            invokevirtual org.bouncycastle.asn1.ASN1OctetString.getOctets:()[B
            areturn
         2: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ess.OtherCertID.otherCertHash:Lorg/bouncycastle/asn1/ASN1Encodable;
            invokestatic org.bouncycastle.asn1.x509.DigestInfo.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/DigestInfo;
            invokevirtual org.bouncycastle.asn1.x509.DigestInfo.getDigest:()[B
            areturn
        end local 0 // org.bouncycastle.asn1.ess.OtherCertID this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/bouncycastle/asn1/ess/OtherCertID;

  public org.bouncycastle.asn1.x509.IssuerSerial getIssuerSerial();
    descriptor: ()Lorg/bouncycastle/asn1/x509/IssuerSerial;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.ess.OtherCertID this
         0: .line 106
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ess.OtherCertID.issuerSerial:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            areturn
        end local 0 // org.bouncycastle.asn1.ess.OtherCertID this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/ess/OtherCertID;

  public org.bouncycastle.asn1.DERObject toASN1Object();
    descriptor: ()Lorg/bouncycastle/asn1/DERObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.asn1.ess.OtherCertID this
         0: .line 127
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* v */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
         1: .line 129
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ess.OtherCertID.otherCertHash:Lorg/bouncycastle/asn1/ASN1Encodable;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         2: .line 131
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ess.OtherCertID.issuerSerial:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            ifnull 4
         3: .line 133
            aload 1 /* v */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.ess.OtherCertID.issuerSerial:Lorg/bouncycastle/asn1/x509/IssuerSerial;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         4: .line 136
      StackMap locals: org.bouncycastle.asn1.ASN1EncodableVector
      StackMap stack:
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* v */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector v
        end local 0 // org.bouncycastle.asn1.ess.OtherCertID this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/bouncycastle/asn1/ess/OtherCertID;
            1    5     1     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "OtherCertID.java"