API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMRSASignatureMethod View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMSignatureMethod
              DOMRSASignatureMethod
Implements
Subclasses
Description
publicfinal class DOMRSASignatureMethod
  DOM-based implementation of SignatureMethod for RSA algorithm.
See also:   
Constructors
public DOMRSASignatureMethod (AlgorithmParameterSpec params) throws InvalidAlgorithmParameterException
  Creates a DOMRSASignatureMethod for the specified input parameters.
public DOMRSASignatureMethod (Element smElem) throws MarshalException
  Creates a DOMRSASignatureMethod from an element.
Methods
Hide/Show inherited methods
protected void checkParams (SignatureMethodParameterSpec params) throws InvalidAlgorithmParameterException [Specified in DOMSignatureMethod]
public boolean equals (Object o) [Inherited From DOMSignatureMethod]
publicfinal String getAlgorithm () [Inherited From DOMSignatureMethod]
publicfinal AlgorithmParameterSpec getParameterSpec () [Inherited From DOMSignatureMethod]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Inherited From DOMSignatureMethod] [Specified in DOMStructure]
This method invokes the abstract marshalParams method to marshal any algorithm-specific parameters.
protected void marshalParams (Element parent, String dsPrefix) throws MarshalException [Specified in DOMSignatureMethod]
protected boolean paramsEqual (AlgorithmParameterSpec spec) [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]
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar