Proxy method for {@link java.security.Signature#initSign(java.security.PrivateKey)}which is executed on the internal {@link java.security.Signature} object.
@param signingKey
@throws XMLSignatureException
Initialize this object for signing. If this method is called again with a different argument, it negates the effect of this call.
@param privateKey the private key of the identity whose signatureis going to be generated.
@exception InvalidKeyException if the key is invalid.
Proxy method for {@link java.security.Signature#initSign(java.security.PrivateKey)}which is executed on the internal {@link java.security.Signature} object.
@param signingKey
@throws XMLSignatureException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.