protected
DOMSHADigestMethod
(AlgorithmParameterSpec params)
throws
InvalidAlgorithmParameterException
DOMSHADigestMethod.
protected void
checkParams
(DigestMethodParameterSpec params)
throws
InvalidAlgorithmParameterException
[Specified in DOMDigestMethod]
pack-privateabstract String
getMessageDigestAlgorithm
()
[Inherited From DOMDigestMethod]
public void
marshal
(Node parent, String prefix, DOMCryptoContext context)
throws
MarshalException
[Inherited From DOMDigestMethod]
[Specified in DOMStructure]
marshalParams
method to marshal any algorithm-specific parameters.
protected void
marshalParams
(Element parent, String dsPrefix)
throws
MarshalException
[Specified in DOMDigestMethod]
pack-privatefinalstatic DOMSHADigestMethod
SHA1
(AlgorithmParameterSpec params)
throws
InvalidAlgorithmParameterException
pack-privatefinalstatic DOMSHADigestMethod
SHA256
(AlgorithmParameterSpec params)
throws
InvalidAlgorithmParameterException
pack-privatefinalstatic DOMSHADigestMethod
SHA512
(AlgorithmParameterSpec params)
throws
InvalidAlgorithmParameterException
pack-privatestatic DigestMethod
unmarshal
(Element dmElem)
throws
MarshalException
[Inherited From DOMDigestMethod]
protected DigestMethodParameterSpec
unmarshalParams
(Element paramsElem)
throws
MarshalException
[Specified in DOMDigestMethod]