class com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl implements com.sun.org.apache.xml.internal.security.encryption.CipherData
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl
  super_class: java.lang.Object
{
  private static final java.lang.String valueMessage;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Data type is reference type."

  private static final java.lang.String referenceMessage;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Data type is value type."

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

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

  private int cipherType;
    descriptor: I
    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, int);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;I)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$CipherDataImpl this
        start local 2 // int type
         0: .line 2578
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.this$1:Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2571
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherValue:Lcom/sun/org/apache/xml/internal/security/encryption/CipherValue;
         2: .line 2572
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherReference:Lcom/sun/org/apache/xml/internal/security/encryption/CipherReference;
         3: .line 2573
            aload 0 /* this */
            ldc -2147483648
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
         4: .line 2579
            aload 0 /* this */
            iload 2 /* type */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
         5: .line 2580
            return
        end local 2 // int type
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherDataImpl;
            0    6     2  type  I
    MethodParameters:
        Name  Flags
      this$0  final
      type    

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

  public void setCipherValue(com.sun.org.apache.xml.internal.security.encryption.CipherValue);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/CipherValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl this
        start local 1 // com.sun.org.apache.xml.internal.security.encryption.CipherValue value
         0: .line 2590
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
            iconst_2
            if_icmpne 4
         1: .line 2591
            new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
            dup
         2: .line 2592
            ldc "empty"
            new java.lang.UnsupportedOperationException
            dup
            ldc "Data type is reference type."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
         3: .line 2591
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
         4: .line 2596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherValue:Lcom/sun/org/apache/xml/internal/security/encryption/CipherValue;
         5: .line 2597
            return
        end local 1 // com.sun.org.apache.xml.internal.security.encryption.CipherValue value
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherDataImpl;
            0    6     1  value  Lcom/sun/org/apache/xml/internal/security/encryption/CipherValue;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
    MethodParameters:
       Name  Flags
      value  

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

  public void setCipherReference(com.sun.org.apache.xml.internal.security.encryption.CipherReference);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/CipherReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl this
        start local 1 // com.sun.org.apache.xml.internal.security.encryption.CipherReference reference
         0: .line 2607
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
            iconst_1
            if_icmpne 4
         1: .line 2608
            new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
            dup
         2: .line 2609
            ldc "empty"
            new java.lang.UnsupportedOperationException
            dup
            ldc "Data type is value type."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
         3: .line 2608
            invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
         4: .line 2613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* reference */
            putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherReference:Lcom/sun/org/apache/xml/internal/security/encryption/CipherReference;
         5: .line 2614
            return
        end local 1 // com.sun.org.apache.xml.internal.security.encryption.CipherReference reference
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherDataImpl;
            0    6     1  reference  Lcom/sun/org/apache/xml/internal/security/encryption/CipherReference;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
    MethodParameters:
           Name  Flags
      reference  

  public int getDataType();
    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$CipherDataImpl this
         0: .line 2618
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherDataImpl;

  org.w3c.dom.Element toElement();
    descriptor: ()Lorg/w3c/dom/Element;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl this
         0: .line 2624
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.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 "CipherData"
         1: .line 2623
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInEncryptionSpace:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
         2: .line 2622
            astore 1 /* result */
        start local 1 // org.w3c.dom.Element result
         3: .line 2626
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
            iconst_1
            if_icmpne 6
         4: .line 2627
            aload 1 /* result */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherValue:Lcom/sun/org/apache/xml/internal/security/encryption/CipherValue;
            checkcast com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl.toElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         5: .line 2628
            goto 8
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
         6: aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
            iconst_2
            if_icmpne 8
         7: .line 2629
            aload 1 /* result */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherReference:Lcom/sun/org/apache/xml/internal/security/encryption/CipherReference;
            checkcast com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherReferenceImpl.toElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         8: .line 2632
      StackMap locals:
      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$CipherDataImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher$Factory$CipherDataImpl;
            3    9     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 CipherDataImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory
  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 CipherValueImpl = com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherValueImpl of com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory