CryptoKey Features
Features of the xml.CryptoKey
class.
Name | Description |
---|---|
See W3C KeyName specification for details. |
Defines or returns whether a user-defined key name is added during a XML signature or encryption in order to identify it to other applications, or by the xml.key store. The default value is NULL, meaning that no key name is used. |
See W3C KeyValue 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. |
See W3C RetrievalMethod 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 obtained by the The XML form of a symmetric key can be obtained by the |