public interface com.sun.org.apache.xml.internal.security.encryption.CipherData
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.org.apache.xml.internal.security.encryption.CipherData
super_class: java.lang.Object
{
public static final int VALUE_TYPE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final int REFERENCE_TYPE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public abstract int getDataType();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.sun.org.apache.xml.internal.security.encryption.CipherValue getCipherValue();
descriptor: ()Lcom/sun/org/apache/xml/internal/security/encryption/CipherValue;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setCipherValue(com.sun.org.apache.xml.internal.security.encryption.CipherValue);
descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/CipherValue;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
MethodParameters:
Name Flags
value
public abstract com.sun.org.apache.xml.internal.security.encryption.CipherReference getCipherReference();
descriptor: ()Lcom/sun/org/apache/xml/internal/security/encryption/CipherReference;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setCipherReference(com.sun.org.apache.xml.internal.security.encryption.CipherReference);
descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/CipherReference;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
MethodParameters:
Name Flags
reference
}
SourceFile: "CipherData.java"