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 start local 2 0: aload 0
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
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: aload 0
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: aload 0
ldc -2147483648
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
4: aload 0
iload 2
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
5: return
end local 2 end local 0 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 0: aload 0
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 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 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
iconst_2
if_icmpne 4
1: new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
dup
2: ldc "empty"
new java.lang.UnsupportedOperationException
dup
ldc "Data type is reference type."
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
3: invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherValue:Lcom/sun/org/apache/xml/internal/security/encryption/CipherValue;
5: return
end local 1 end local 0 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 0: aload 0
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 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 start local 1 0: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
iconst_1
if_icmpne 4
1: new com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
dup
2: ldc "empty"
new java.lang.UnsupportedOperationException
dup
ldc "Data type is value type."
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
3: invokespecial com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherReference:Lcom/sun/org/apache/xml/internal/security/encryption/CipherReference;
5: return
end local 1 end local 0 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 0: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
ireturn
end local 0 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 0: aload 0
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: invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.createElementInEncryptionSpace:(Lorg/w3c/dom/Document;Ljava/lang/String;)Lorg/w3c/dom/Element;
2: astore 1
start local 1 3: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
iconst_1
if_icmpne 6
4: aload 1
aload 0
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: goto 8
StackMap locals: org.w3c.dom.Element
StackMap stack:
6: aload 0
getfield com.sun.org.apache.xml.internal.security.encryption.XMLCipher$Factory$CipherDataImpl.cipherType:I
iconst_2
if_icmpne 8
7: aload 1
aload 0
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: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 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