Decrypt a key from a passed in EncryptedKey structure
@param encryptedKey Previously loaded EncryptedKey that needsto be decrypted.
@param algorithm Algorithm for the decryption
@return a key corresponding to the give type
@throws XMLEncryptionException
Decrypt a key from a passed in EncryptedKey structure
@param encryptedKey Previously loaded EncryptedKey that needsto be decrypted.
@param algorithm Algorithm for the decryption
@return a key corresponding to the given type
@throws XMLEncryptionException
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.