- All Superinterfaces:
 AlgorithmMethod,XMLStructure
A representation of the XML 
SignatureMethod element
 as defined in the 
 W3C Recommendation for XML-Signature Syntax and Processing.
 The XML Schema Definition is defined as:
 
   <element name="SignatureMethod" type="ds:SignatureMethodType"/>
     <complexType name="SignatureMethodType" mixed="true">
       <sequence>
         <element name="HMACOutputLength" minOccurs="0" type="ds:HMACOutputLengthType"/>
         <any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
           <!-- (0,unbounded) elements from (1,1) namespace -->
       </sequence>
       <attribute name="Algorithm" type="anyURI" use="required"/>
     </complexType>
 
 A SignatureMethod instance may be created by invoking the
 newSignatureMethod method
 of the XMLSignatureFactory class.- Since:
 - 1.6
 - See Also:
 XMLSignatureFactory.newSignatureMethod(String, SignatureMethodParameterSpec)
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe DSA-SHA1 (DSS) signature method algorithm URI.static StringThe DSA-SHA256 (DSS) signature method algorithm URI.static StringThe ECDSA-SHA1 (FIPS 180-4) signature method algorithm URI.static StringThe ECDSA-SHA224 (FIPS 180-4) signature method algorithm URI.static StringThe ECDSA-SHA256 (FIPS 180-4) signature method algorithm URI.static StringThe ECDSA-SHA384 (FIPS 180-4) signature method algorithm URI.static StringThe ECDSA-SHA512 (FIPS 180-4) signature method algorithm URI.static StringThe HMAC-SHA1 MAC signature method algorithm URIstatic StringThe HMAC-SHA224 MAC signature method algorithm URI.static StringThe HMAC-SHA256 MAC signature method algorithm URI.static StringThe HMAC-SHA384 MAC signature method algorithm URI.static StringThe HMAC-SHA512 MAC signature method algorithm URI.static StringThe RSA-SHA1 (PKCS #1) signature method algorithm URI.static StringThe RSA-SHA224 (PKCS #1) signature method algorithm URI.static StringThe RSA-SHA256 (PKCS #1) signature method algorithm URI.static StringThe RSA-SHA384 (PKCS #1) signature method algorithm URI.static StringThe RSA-SHA512 (PKCS #1) signature method algorithm URI.static StringThe SHA1-RSA-MGF1 (PKCS #1) signature method algorithm URI.static StringThe SHA224-RSA-MGF1 (PKCS #1) signature method algorithm URI.static StringThe SHA256-RSA-MGF1 (PKCS #1) signature method algorithm URI.static StringThe SHA384-RSA-MGF1 (PKCS #1) signature method algorithm URI.static StringThe SHA512-RSA-MGF1 (PKCS #1) signature method algorithm URI. - 
Method Summary
Modifier and TypeMethodDescriptionReturns the algorithm-specific input parameters of thisSignatureMethod.Methods declared in interface javax.xml.crypto.AlgorithmMethod
getAlgorithmMethods declared in interface javax.xml.crypto.XMLStructure
isFeatureSupported 
- 
Field Details
- 
DSA_SHA1
The DSA-SHA1 (DSS) signature method algorithm URI.- See Also:
 - Constant Field Values
 
 - 
DSA_SHA256
The DSA-SHA256 (DSS) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
RSA_SHA1
The RSA-SHA1 (PKCS #1) signature method algorithm URI.- See Also:
 - Constant Field Values
 
 - 
RSA_SHA224
The RSA-SHA224 (PKCS #1) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
RSA_SHA256
The RSA-SHA256 (PKCS #1) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
RSA_SHA384
The RSA-SHA384 (PKCS #1) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
RSA_SHA512
The RSA-SHA512 (PKCS #1) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
SHA1_RSA_MGF1
The SHA1-RSA-MGF1 (PKCS #1) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
SHA224_RSA_MGF1
The SHA224-RSA-MGF1 (PKCS #1) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
SHA256_RSA_MGF1
The SHA256-RSA-MGF1 (PKCS #1) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
SHA384_RSA_MGF1
The SHA384-RSA-MGF1 (PKCS #1) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
SHA512_RSA_MGF1
The SHA512-RSA-MGF1 (PKCS #1) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
ECDSA_SHA1
The ECDSA-SHA1 (FIPS 180-4) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
ECDSA_SHA224
The ECDSA-SHA224 (FIPS 180-4) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
ECDSA_SHA256
The ECDSA-SHA256 (FIPS 180-4) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
ECDSA_SHA384
The ECDSA-SHA384 (FIPS 180-4) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
ECDSA_SHA512
The ECDSA-SHA512 (FIPS 180-4) signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
HMAC_SHA1
The HMAC-SHA1 MAC signature method algorithm URI- See Also:
 - Constant Field Values
 
 - 
HMAC_SHA224
The HMAC-SHA224 MAC signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
HMAC_SHA256
The HMAC-SHA256 MAC signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
HMAC_SHA384
The HMAC-SHA384 MAC signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 - 
HMAC_SHA512
The HMAC-SHA512 MAC signature method algorithm URI.- Since:
 - 11
 - See Also:
 - Constant Field Values
 
 
 - 
 - 
Method Details
- 
getParameterSpec
AlgorithmParameterSpec getParameterSpec()Returns the algorithm-specific input parameters of thisSignatureMethod.The returned parameters can be typecast to a
SignatureMethodParameterSpecobject.- Specified by:
 getParameterSpecin interfaceAlgorithmMethod- Returns:
 - the algorithm-specific input parameters of this
    
SignatureMethod(may benullif not specified) 
 
 -