class com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl implements com.sun.org.apache.xml.internal.security.encryption.EncryptionMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl
  super_class: java.lang.Object
{
  private java.lang.String algorithm;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int keySize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] oaepParams;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.w3c.dom.Element> encryptionMethodInformation;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/w3c/dom/Element;>;

  private java.lang.String digestAlgorithm;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mgfAlgorithm;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  final com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory this$1;
    descriptor: Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory, java.lang.String);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
        start local 2 // java.lang.String algorithm
         0: .line 3045
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3034
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.algorithm:Ljava/lang/String;
         2: .line 3035
            aload 0 /* this */
            ldc -2147483648
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.keySize:I
         3: .line 3036
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.oaepParams:[B
         4: .line 3037
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.encryptionMethodInformation:Ljava/util/List;
         5: .line 3038
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.digestAlgorithm:Ljava/lang/String;
         6: .line 3039
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.mgfAlgorithm:Ljava/lang/String;
         7: .line 3046
            aconst_null
            astore 3 /* tmpAlgorithm */
        start local 3 // java.net.URI tmpAlgorithm
         8: .line 3048
            new java.net.URI
            dup
            aload 2 /* algorithm */
            invokespecial java.net.URI.<init>:(Ljava/lang/String;)V
            astore 3 /* tmpAlgorithm */
         9: .line 3049
            goto 13
      StackMap locals: com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory java.lang.String java.net.URI
      StackMap stack: java.net.URISyntaxException
        10: astore 4 /* ex */
        start local 4 // java.net.URISyntaxException ex
        11: .line 3051
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            aload 4 /* ex */
            invokevirtual java.lang.IllegalArgumentException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        12: .line 3050
            checkcast java.lang.IllegalArgumentException
            athrow
        end local 4 // java.net.URISyntaxException ex
        13: .line 3053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* tmpAlgorithm */
            invokevirtual java.net.URI.toString:()Ljava/lang/String;
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.algorithm:Ljava/lang/String;
        14: .line 3054
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.encryptionMethodInformation:Ljava/util/List;
        15: .line 3055
            return
        end local 3 // java.net.URI tmpAlgorithm
        end local 2 // java.lang.String algorithm
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;
            0   16     2     algorithm  Ljava/lang/String;
            8   16     3  tmpAlgorithm  Ljava/net/URI;
           11   13     4            ex  Ljava/net/URISyntaxException;
      Exception table:
        from    to  target  type
           8     9      10  Class java.net.URISyntaxException
    MethodParameters:
           Name  Flags
      this$0     final
      algorithm  

  public java.lang.String getAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
         0: .line 3059
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.algorithm:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;

  public int getKeySize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
         0: .line 3064
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.keySize:I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;

  public void setKeySize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
        start local 1 // int size
         0: .line 3069
            aload 0 /* this */
            iload 1 /* size */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.keySize:I
         1: .line 3070
            return
        end local 1 // int size
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public byte[] getOAEPparams();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
         0: .line 3074
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.oaepParams:[B
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;

  public void setOAEPparams(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
        start local 1 // byte[] params
         0: .line 3079
            aload 0 /* this */
            aload 1 /* params */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.oaepParams:[B
         1: .line 3080
            return
        end local 1 // byte[] params
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;
            0    2     1  params  [B
    MethodParameters:
        Name  Flags
      params  

  public void setDigestAlgorithm(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
        start local 1 // java.lang.String digestAlgorithm
         0: .line 3084
            aload 0 /* this */
            aload 1 /* digestAlgorithm */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.digestAlgorithm:Ljava/lang/String;
         1: .line 3085
            return
        end local 1 // java.lang.String digestAlgorithm
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;
            0    2     1  digestAlgorithm  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      digestAlgorithm  

  public java.lang.String getDigestAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
         0: .line 3089
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.digestAlgorithm:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;

  public void setMGFAlgorithm(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
        start local 1 // java.lang.String mgfAlgorithm
         0: .line 3094
            aload 0 /* this */
            aload 1 /* mgfAlgorithm */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.mgfAlgorithm:Ljava/lang/String;
         1: .line 3095
            return
        end local 1 // java.lang.String mgfAlgorithm
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;
            0    2     1  mgfAlgorithm  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      mgfAlgorithm  

  public java.lang.String getMGFAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
         0: .line 3099
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.mgfAlgorithm:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;

  public java.util.Iterator<org.w3c.dom.Element> getEncryptionMethodInformation();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
         0: .line 3104
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.encryptionMethodInformation:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;
    Signature: ()Ljava/util/Iterator<Lorg/w3c/dom/Element;>;

  public void addEncryptionMethodInformation(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
        start local 1 // org.w3c.dom.Element info
         0: .line 3109
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.encryptionMethodInformation:Ljava/util/List;
            aload 1 /* info */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 3110
            return
        end local 1 // org.w3c.dom.Element info
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;
            0    2     1  info  Lorg/w3c/dom/Element;
    MethodParameters:
      Name  Flags
      info  

  public void removeEncryptionMethodInformation(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
        start local 1 // org.w3c.dom.Element info
         0: .line 3114
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.encryptionMethodInformation:Ljava/util/List;
            aload 1 /* info */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 3115
            return
        end local 1 // org.w3c.dom.Element info
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;
            0    2     1  info  Lorg/w3c/dom/Element;
    MethodParameters:
      Name  Flags
      info  

  org.w3c.dom.Element toElement();
    descriptor: ()Lorg/w3c/dom/Element;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
         0: .line 3120
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory.access$0:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher.contextDocument:Lorg/w3c/dom/Document;
            ldc "EncryptionMethod"
         1: .line 3119
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInEncryptionSpace:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
         2: .line 3118
            astore 1 /* result */
        start local 1 // org.w3c.dom.Element result
         3: .line 3122
            aload 1 /* result */
            aconst_null
            ldc "Algorithm"
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.algorithm:Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         4: .line 3123
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.keySize:I
            ifle 10
         5: .line 3124
            aload 1 /* result */
         6: .line 3126
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory.access$0:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher.contextDocument:Lorg/w3c/dom/Document;
            ldc "KeySize"
         7: .line 3125
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInEncryptionSpace:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
         8: .line 3127
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory.access$0:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher.contextDocument:Lorg/w3c/dom/Document;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.keySize:I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokeinterface org.w3c.dom.Document.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
         9: .line 3124
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        10: .line 3129
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.oaepParams:[B
            ifnull 16
        11: .line 3132
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory.access$0:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher.contextDocument:Lorg/w3c/dom/Document;
            ldc "OAEPparams"
        12: .line 3131
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInEncryptionSpace:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
        13: .line 3130
            astore 2 /* oaepElement */
        start local 2 // org.w3c.dom.Element oaepElement
        14: .line 3134
            aload 2 /* oaepElement */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory.access$0:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher.contextDocument:Lorg/w3c/dom/Document;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.oaepParams:[B
            invokestatic com.sun.org.apache.xml.internal.security.utils.Base64.encode:([B)Ljava/lang/String;
            invokeinterface org.w3c.dom.Document.createTextNode:(Ljava/lang/String;)Lorg/w3c/dom/Text;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        15: .line 3135
            aload 1 /* result */
            aload 2 /* oaepElement */
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        end local 2 // org.w3c.dom.Element oaepElement
        16: .line 3137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.digestAlgorithm:Ljava/lang/String;
            ifnull 21
        17: .line 3139
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory.access$0:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher.contextDocument:Lorg/w3c/dom/Document;
            ldc "DigestMethod"
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInSignatureSpace:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
        18: .line 3138
            astore 2 /* digestElement */
        start local 2 // org.w3c.dom.Element digestElement
        19: .line 3140
            aload 2 /* digestElement */
            aconst_null
            ldc "Algorithm"
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.digestAlgorithm:Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        20: .line 3141
            aload 1 /* result */
            aload 2 /* digestElement */
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        end local 2 // org.w3c.dom.Element digestElement
        21: .line 3143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.mgfAlgorithm:Ljava/lang/String;
            ifnull 32
        22: .line 3146
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory.access$0:(Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;)Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher.contextDocument:Lorg/w3c/dom/Document;
            ldc "MGF"
        23: .line 3145
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInEncryption11Space:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
        24: .line 3144
            astore 2 /* mgfElement */
        start local 2 // org.w3c.dom.Element mgfElement
        25: .line 3148
            aload 2 /* mgfElement */
            aconst_null
            ldc "Algorithm"
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.mgfAlgorithm:Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        26: .line 3149
            aload 2 /* mgfElement */
        27: .line 3150
            ldc "http://www.w3.org/2000/xmlns/"
        28: .line 3151
            new java.lang.StringBuilder
            dup
            ldc "xmlns:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "http://www.w3.org/2009/xmlenc11#"
            invokestatic com.sun.org.apache.xml.internal.security.utils.ElementProxy.getDefaultPrefix:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        29: .line 3152
            ldc "http://www.w3.org/2009/xmlenc11#"
        30: .line 3149
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        31: .line 3154
            aload 1 /* result */
            aload 2 /* mgfElement */
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        end local 2 // org.w3c.dom.Element mgfElement
        32: .line 3156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl.encryptionMethodInformation:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* itr */
        start local 2 // java.util.Iterator itr
        33: .line 3157
            goto 35
        34: .line 3158
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* result */
            aload 2 /* itr */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.w3c.dom.Node
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
        35: .line 3157
      StackMap locals:
      StackMap stack:
            aload 2 /* itr */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 34
        36: .line 3161
            aload 1 /* result */
            areturn
        end local 2 // java.util.Iterator itr
        end local 1 // org.w3c.dom.Element result
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   37     0           this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$EncryptionMethodImpl;
            3   37     1         result  Lorg/w3c/dom/Element;
           14   16     2    oaepElement  Lorg/w3c/dom/Element;
           19   21     2  digestElement  Lorg/w3c/dom/Element;
           25   32     2     mgfElement  Lorg/w3c/dom/Element;
           33   37     2            itr  Ljava/util/Iterator<Lorg/w3c/dom/Element;>;
}
SourceFile: "XMLCipher.java"
NestHost: com.sun.org.apache.xml.internal.security.encryption.XMLCipher
InnerClasses:
  private Factory = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory of com.sun.org.apache.xml.internal.security.encryption.XMLCipher
  private EncryptionMethodImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$EncryptionMethodImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory