Merge pull request #91348 from basicer/patch-1
Update CryptoKey documentation to mention ECC.
This commit is contained in:
commit
19219f7716
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<class name="CryptoKey" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
<class name="CryptoKey" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||||
<brief_description>
|
<brief_description>
|
||||||
A cryptographic key (RSA).
|
A cryptographic key (RSA or elliptic-curve).
|
||||||
</brief_description>
|
</brief_description>
|
||||||
<description>
|
<description>
|
||||||
The CryptoKey class represents a cryptographic key. Keys can be loaded and saved like any other [Resource].
|
The CryptoKey class represents a cryptographic key. Keys can be loaded and saved like any other [Resource].
|
||||||
|
|
Loading…
Reference in a new issue