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

  private com.sun.org.apache.xml.internal.security.encryption.Transforms referenceTransforms;
    descriptor: Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
    flags: (0x0002) ACC_PRIVATE

  private org.w3c.dom.Attr referenceNode;
    descriptor: Lorg/w3c/dom/Attr;
    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=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl this
        start local 2 // java.lang.String uri
         0: .line 2644
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2637
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceURI:Ljava/lang/String;
         2: .line 2638
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceTransforms:Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
         3: .line 2639
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceNode:Lorg/w3c/dom/Attr;
         4: .line 2646
            aload 0 /* this */
            aload 2 /* uri */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceURI:Ljava/lang/String;
         5: .line 2647
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceNode:Lorg/w3c/dom/Attr;
         6: .line 2648
            return
        end local 2 // java.lang.String uri
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherReferenceImpl;
            0    7     2   uri  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      uri     

  public void <init>(com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory, org.w3c.dom.Attr);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;Lorg/w3c/dom/Attr;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl this
        start local 2 // org.w3c.dom.Attr uri
         0: .line 2653
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2637
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceURI:Ljava/lang/String;
         2: .line 2638
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceTransforms:Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
         3: .line 2639
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceNode:Lorg/w3c/dom/Attr;
         4: .line 2654
            aload 0 /* this */
            aload 2 /* uri */
            invokeinterface org.w3c.dom.Attr.getNodeValue:()Ljava/lang/String;
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceURI:Ljava/lang/String;
         5: .line 2655
            aload 0 /* this */
            aload 2 /* uri */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceNode:Lorg/w3c/dom/Attr;
         6: .line 2656
            return
        end local 2 // org.w3c.dom.Attr uri
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherReferenceImpl;
            0    7     2   uri  Lorg/w3c/dom/Attr;
    MethodParameters:
        Name  Flags
      this$0  final
      uri     

  public java.lang.String getURI();
    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$CipherReferenceImpl this
         0: .line 2660
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceURI:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherReferenceImpl;

  public org.w3c.dom.Attr getURIAsAttr();
    descriptor: ()Lorg/w3c/dom/Attr;
    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$CipherReferenceImpl this
         0: .line 2665
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceNode:Lorg/w3c/dom/Attr;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherReferenceImpl;

  public com.sun.org.apache.xml.internal.security.encryption.Transforms getTransforms();
    descriptor: ()Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
    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$CipherReferenceImpl this
         0: .line 2670
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceTransforms:Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherReferenceImpl;

  public void setTransforms(com.sun.org.apache.xml.internal.security.encryption.Transforms);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;)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$CipherReferenceImpl this
        start local 1 // com.sun.org.apache.xml.internal.security.encryption.Transforms transforms
         0: .line 2675
            aload 0 /* this */
            aload 1 /* transforms */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceTransforms:Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
         1: .line 2676
            return
        end local 1 // com.sun.org.apache.xml.internal.security.encryption.Transforms transforms
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherReferenceImpl;
            0    2     1  transforms  Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
    MethodParameters:
            Name  Flags
      transforms  

  org.w3c.dom.Element toElement();
    descriptor: ()Lorg/w3c/dom/Element;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl this
         0: .line 2681
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.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 "CipherReference"
         1: .line 2680
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInEncryptionSpace:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
         2: .line 2679
            astore 1 /* result */
        start local 1 // org.w3c.dom.Element result
         3: .line 2683
            aload 1 /* result */
            aconst_null
            ldc "URI"
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceURI:Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         4: .line 2684
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceTransforms:Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
            ifnull 6
         5: .line 2685
            aload 1 /* result */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.referenceTransforms:Lcom/sun/org/apache/xml/internal/security/encryption/Transforms;
            checkcast com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$TransformsImpl
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$TransformsImpl.toElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         6: .line 2688
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // org.w3c.dom.Element result
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherReferenceImpl;
            3    7     1  result  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 CipherReferenceImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory
  private TransformsImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$TransformsImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory