class org.bouncycastle.asn1.BERFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.asn1.BERFactory
  super_class: java.lang.Object
{
  static final org.bouncycastle.asn1.BERSequence EMPTY_SEQUENCE;
    descriptor: Lorg/bouncycastle/asn1/BERSequence;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final org.bouncycastle.asn1.BERSet EMPTY_SET;
    descriptor: Lorg/bouncycastle/asn1/BERSet;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 5
            new org.bouncycastle.asn1.BERSequence
            dup
            invokespecial org.bouncycastle.asn1.BERSequence.<init>:()V
            putstatic org.bouncycastle.asn1.BERFactory.EMPTY_SEQUENCE:Lorg/bouncycastle/asn1/BERSequence;
         1: .line 6
            new org.bouncycastle.asn1.BERSet
            dup
            invokespecial org.bouncycastle.asn1.BERSet.<init>:()V
            putstatic org.bouncycastle.asn1.BERFactory.EMPTY_SET:Lorg/bouncycastle/asn1/BERSet;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.BERFactory this
         0: .line 3
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.bouncycastle.asn1.BERFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/asn1/BERFactory;

  static org.bouncycastle.asn1.BERSequence createSequence(org.bouncycastle.asn1.ASN1EncodableVector);
    descriptor: (Lorg/bouncycastle/asn1/ASN1EncodableVector;)Lorg/bouncycastle/asn1/BERSequence;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.ASN1EncodableVector v
         0: .line 10
            aload 0 /* v */
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.size:()I
            iconst_1
            if_icmpge 1
            getstatic org.bouncycastle.asn1.BERFactory.EMPTY_SEQUENCE:Lorg/bouncycastle/asn1/BERSequence;
            goto 2
      StackMap locals:
      StackMap stack:
         1: new org.bouncycastle.asn1.BERSequence
            dup
            aload 0 /* v */
            invokespecial org.bouncycastle.asn1.BERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
      StackMap locals:
      StackMap stack: org.bouncycastle.asn1.BERSequence
         2: areturn
        end local 0 // org.bouncycastle.asn1.ASN1EncodableVector v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
    MethodParameters:
      Name  Flags
      v     

  static org.bouncycastle.asn1.BERSet createSet(org.bouncycastle.asn1.ASN1EncodableVector);
    descriptor: (Lorg/bouncycastle/asn1/ASN1EncodableVector;)Lorg/bouncycastle/asn1/BERSet;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.bouncycastle.asn1.ASN1EncodableVector v
         0: .line 15
            aload 0 /* v */
            invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.size:()I
            iconst_1
            if_icmpge 1
            getstatic org.bouncycastle.asn1.BERFactory.EMPTY_SET:Lorg/bouncycastle/asn1/BERSet;
            goto 2
      StackMap locals:
      StackMap stack:
         1: new org.bouncycastle.asn1.BERSet
            dup
            aload 0 /* v */
            invokespecial org.bouncycastle.asn1.BERSet.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
      StackMap locals:
      StackMap stack: org.bouncycastle.asn1.BERSet
         2: areturn
        end local 0 // org.bouncycastle.asn1.ASN1EncodableVector v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     v  Lorg/bouncycastle/asn1/ASN1EncodableVector;
    MethodParameters:
      Name  Flags
      v     
}
SourceFile: "BERFactory.java"