Proxy method for {@link java.security.Signature#initVerify(java.security.PublicKey)}which is executed on the internal {@link java.security.Signature} object.
@param verificationKey
@throws XMLSignatureException
Initializes this object for verification. If this method is called again with a different argument, it negates the effect of this call.
@param publicKey the public key of the identity whose signature isgoing to be verified.
@exception InvalidKeyException if the key is invalid.
Proxy method for {@link java.security.Signature#initVerify(java.security.PublicKey)}which is executed on the internal {@link java.security.Signature} object.
@param verificationKey
@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.