public interface javax.xml.crypto.dsig.DigestMethod extends javax.xml.crypto.XMLStructure, javax.xml.crypto.AlgorithmMethod
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: javax.xml.crypto.dsig.DigestMethod
super_class: java.lang.Object
{
public static final java.lang.String SHA1;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "http://www.w3.org/2000/09/xmldsig#sha1"
public static final java.lang.String SHA256;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "http://www.w3.org/2001/04/xmlenc#sha256"
public static final java.lang.String SHA512;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "http://www.w3.org/2001/04/xmlenc#sha512"
public static final java.lang.String RIPEMD160;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "http://www.w3.org/2001/04/xmlenc#ripemd160"
public abstract java.security.spec.AlgorithmParameterSpec getParameterSpec();
descriptor: ()Ljava/security/spec/AlgorithmParameterSpec;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "DigestMethod.java"