The CryptoKey class / xml.CryptoKey methods |
Loads the given key in BASE64 string format into a CryptoKey object.
For Diffie-Hellman, the input parameter is a base64 encoded string containing the Diffie-Hellman parameters. This method populates the Diffie-Hellman key with the modulus and generator in the base64 encoded string. This is useful for the parameters exchange step between two peers.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.