public
DOMRSASignatureMethod
(AlgorithmParameterSpec params)
throws
InvalidAlgorithmParameterException
protected void
checkParams
(SignatureMethodParameterSpec params)
throws
InvalidAlgorithmParameterException
[Specified in DOMSignatureMethod]
public void
marshal
(Node parent, String dsPrefix, DOMCryptoContext context)
throws
MarshalException
[Inherited From DOMSignatureMethod]
[Specified in DOMStructure]
marshalParams
method to marshal any algorithm-specific parameters.
protected void
marshalParams
(Element parent, String dsPrefix)
throws
MarshalException
[Specified in DOMSignatureMethod]
public byte
sign
(Key key, DOMSignedInfo si, XMLSignContext context)
throws
InvalidKeyException
XMLSignatureException
[Specified in DOMSignatureMethod]
pack-privatestatic SignatureMethod
unmarshal
(Element smElem)
throws
MarshalException
[Inherited From DOMSignatureMethod]
protected SignatureMethodParameterSpec
unmarshalParams
(Element paramsElem)
throws
MarshalException
[Specified in DOMSignatureMethod]
public boolean
verify
(Key key, DOMSignedInfo si, byte[] sig, XMLValidateContext context)
throws
InvalidKeyException
SignatureException
XMLSignatureException
[Specified in DOMSignatureMethod]