XML Security, 1.6

com.ibm.xml.crypto.dsig.dom
Class SignatureMethodImpl

java.lang.Object
  extended by com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
      extended by com.ibm.xml.crypto.dsig.dom.AlgorithmMethodImpl
          extended by com.ibm.xml.crypto.dsig.dom.SignatureMethodImpl
All Implemented Interfaces:
AlgorithmMethod, SignatureMethod, XMLStructure

 class SignatureMethodImpl
extends AlgorithmMethodImpl
implements SignatureMethod


Field Summary
 
Fields inherited from class com.ibm.xml.crypto.dsig.dom.AlgorithmMethodImpl
algorithm, spec
 
Fields inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
afactory
 
Fields inherited from interface javax.xml.crypto.dsig.SignatureMethod
DSA_SHA1, HMAC_SHA1, RSA_SHA1
 
Constructor Summary
SignatureMethodImpl(AlgorithmFactory f, java.lang.String alg, SignatureMethodParameterSpec param)
           
 
Method Summary
 
Methods inherited from class com.ibm.xml.crypto.dsig.dom.AlgorithmMethodImpl
getAlgorithm, getParameterSpec
 
Methods inherited from class com.ibm.xml.crypto.dsig.dom.XMLStructureImpl
isFeatureSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.crypto.dsig.SignatureMethod
getParameterSpec
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 
Methods inherited from interface javax.xml.crypto.AlgorithmMethod
getAlgorithm
 

Constructor Detail

SignatureMethodImpl

SignatureMethodImpl(AlgorithmFactory f,
                    java.lang.String alg,
                    SignatureMethodParameterSpec param)
              throws java.security.NoSuchAlgorithmException,
                     java.security.InvalidAlgorithmParameterException
Throws:
java.security.NoSuchAlgorithmException
java.security.InvalidAlgorithmParameterException

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.