public class org.bouncycastle.asn1.x509.AccessDescription extends org.bouncycastle.asn1.ASN1Encodable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.asn1.x509.AccessDescription
  super_class: org.bouncycastle.asn1.ASN1Encodable
{
  public static final org.bouncycastle.asn1.DERObjectIdentifier id_ad_caIssuers;
    descriptor: Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.bouncycastle.asn1.DERObjectIdentifier id_ad_ocsp;
    descriptor: Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  org.bouncycastle.asn1.DERObjectIdentifier accessMethod;
    descriptor: Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0000) 

  org.bouncycastle.asn1.x509.GeneralName accessLocation;
    descriptor: Lorg/bouncycastle/asn1/x509/GeneralName;
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 21
            new org.bouncycastle.asn1.DERObjectIdentifier
            dup
            ldc "1.3.6.1.5.5.7.48.2"
            invokespecial org.bouncycastle.asn1.DERObjectIdentifier.<init>:(Ljava/lang/String;)V
            putstatic org.bouncycastle.asn1.x509.AccessDescription.id_ad_caIssuers:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         1: .line 23
            new org.bouncycastle.asn1.DERObjectIdentifier
            dup
            ldc "1.3.6.1.5.5.7.48.1"
            invokespecial org.bouncycastle.asn1.DERObjectIdentifier.<init>:(Ljava/lang/String;)V
            putstatic org.bouncycastle.asn1.x509.AccessDescription.id_ad_ocsp:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.bouncycastle.asn1.x509.AccessDescription getInstance(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/AccessDescription;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 31
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.x509.AccessDescription
            ifeq 2
         1: .line 33
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.x509.AccessDescription
            areturn
         2: .line 35
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof org.bouncycastle.asn1.ASN1Sequence
            ifeq 4
         3: .line 37
            new org.bouncycastle.asn1.x509.AccessDescription
            dup
            aload 0 /* obj */
            checkcast org.bouncycastle.asn1.ASN1Sequence
            invokespecial org.bouncycastle.asn1.x509.AccessDescription.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
            areturn
         4: .line 40
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unknown object in factory: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* obj */
            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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public void <init>(org.bouncycastle.asn1.ASN1Sequence);
    descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.asn1.x509.AccessDescription this
        start local 1 // org.bouncycastle.asn1.ASN1Sequence seq
         0: .line 43
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 25
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x509.AccessDescription.accessMethod:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 26
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x509.AccessDescription.accessLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
         3: .line 46
            aload 1 /* seq */
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.size:()I
            iconst_2
            if_icmpeq 5
         4: .line 48
            new java.lang.IllegalArgumentException
            dup
            ldc "wrong number of elements in sequence"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 51
      StackMap locals: org.bouncycastle.asn1.x509.AccessDescription org.bouncycastle.asn1.ASN1Sequence
      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.DERObjectIdentifier.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/DERObjectIdentifier;
            putfield org.bouncycastle.asn1.x509.AccessDescription.accessMethod:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         6: .line 52
            aload 0 /* this */
            aload 1 /* seq */
            iconst_1
            invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
            invokestatic org.bouncycastle.asn1.x509.GeneralName.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/x509/GeneralName;
            putfield org.bouncycastle.asn1.x509.AccessDescription.accessLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
         7: .line 53
            return
        end local 1 // org.bouncycastle.asn1.ASN1Sequence seq
        end local 0 // org.bouncycastle.asn1.x509.AccessDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/bouncycastle/asn1/x509/AccessDescription;
            0    8     1   seq  Lorg/bouncycastle/asn1/ASN1Sequence;
    MethodParameters:
      Name  Flags
      seq   

  public void <init>(org.bouncycastle.asn1.DERObjectIdentifier, org.bouncycastle.asn1.x509.GeneralName);
    descriptor: (Lorg/bouncycastle/asn1/DERObjectIdentifier;Lorg/bouncycastle/asn1/x509/GeneralName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.asn1.x509.AccessDescription this
        start local 1 // org.bouncycastle.asn1.DERObjectIdentifier oid
        start local 2 // org.bouncycastle.asn1.x509.GeneralName location
         0: .line 58
            aload 0 /* this */
            invokespecial org.bouncycastle.asn1.ASN1Encodable.<init>:()V
         1: .line 25
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x509.AccessDescription.accessMethod:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         2: .line 26
            aload 0 /* this */
            aconst_null
            putfield org.bouncycastle.asn1.x509.AccessDescription.accessLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
         3: .line 62
            aload 0 /* this */
            aload 1 /* oid */
            putfield org.bouncycastle.asn1.x509.AccessDescription.accessMethod:Lorg/bouncycastle/asn1/DERObjectIdentifier;
         4: .line 63
            aload 0 /* this */
            aload 2 /* location */
            putfield org.bouncycastle.asn1.x509.AccessDescription.accessLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
         5: .line 64
            return
        end local 2 // org.bouncycastle.asn1.x509.GeneralName location
        end local 1 // org.bouncycastle.asn1.DERObjectIdentifier oid
        end local 0 // org.bouncycastle.asn1.x509.AccessDescription this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/bouncycastle/asn1/x509/AccessDescription;
            0    6     1       oid  Lorg/bouncycastle/asn1/DERObjectIdentifier;
            0    6     2  location  Lorg/bouncycastle/asn1/x509/GeneralName;
    MethodParameters:
          Name  Flags
      oid       
      location  

  public org.bouncycastle.asn1.DERObjectIdentifier getAccessMethod();
    descriptor: ()Lorg/bouncycastle/asn1/DERObjectIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.AccessDescription this
         0: .line 72
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.AccessDescription.accessMethod:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.AccessDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/AccessDescription;

  public org.bouncycastle.asn1.x509.GeneralName getAccessLocation();
    descriptor: ()Lorg/bouncycastle/asn1/x509/GeneralName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.AccessDescription this
         0: .line 81
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.AccessDescription.accessLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.AccessDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/AccessDescription;

  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.x509.AccessDescription this
         0: .line 86
            new org.bouncycastle.asn1.ASN1EncodableVector
            dup
            invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
            astore 1 /* accessDescription */
        start local 1 // org.bouncycastle.asn1.ASN1EncodableVector accessDescription
         1: .line 88
            aload 1 /* accessDescription */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.AccessDescription.accessMethod:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         2: .line 89
            aload 1 /* accessDescription */
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.AccessDescription.accessLocation:Lorg/bouncycastle/asn1/x509/GeneralName;
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
         3: .line 91
            new org.bouncycastle.asn1.DERSequence
            dup
            aload 1 /* accessDescription */
            invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
            areturn
        end local 1 // org.bouncycastle.asn1.ASN1EncodableVector accessDescription
        end local 0 // org.bouncycastle.asn1.x509.AccessDescription this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lorg/bouncycastle/asn1/x509/AccessDescription;
            1    4     1  accessDescription  Lorg/bouncycastle/asn1/ASN1EncodableVector;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.x509.AccessDescription this
         0: .line 96
            new java.lang.StringBuilder
            dup
            ldc "AccessDescription: Oid("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.bouncycastle.asn1.x509.AccessDescription.accessMethod:Lorg/bouncycastle/asn1/DERObjectIdentifier;
            invokevirtual org.bouncycastle.asn1.DERObjectIdentifier.getId:()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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.bouncycastle.asn1.x509.AccessDescription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/x509/AccessDescription;
}
SourceFile: "AccessDescription.java"