XML security classes / The CryptoKey class |
Features of the xml.CryptoKey class.
Name | Description |
---|---|
KeyName See specification for details. |
Defines or returns whether a user-defined key name is added during a XMLsignature or encryption in order to identify it to other applications, or by the key store. The default value is NULL, meaning that no key name is used. |
KeyValue See specification for details. |
Defines or returns whether the public part of the asymmetric key is added during a XML signature or encryption. Only for RSA and DSA keys. The default value is FALSE, meaning that no key value is used. |
RetrievalMethod See specification for details. |
Defines or returns the URL where the XML form of:
The default value is NULL, meaning that no retrieval method is used. The XML form of a DSA or RSA public key can be obtain by the savePublic method. The XML form of a symmetric key can be obtain by the encryptKey method. |