aio Package
Classes
| CryptographyClient |
Performs cryptographic operations using Azure Key Vault keys. This client will perform operations locally when it's intialized with the necessary key material or is able to get that material from Key Vault. When the required key material is unavailable, cryptographic operations are performed by the Key Vault service. Create a CryptographyClient
|
| EncryptResult |
The result of an encrypt operation. |
| SignResult |
The result of a sign operation. |
| WrapResult |
The result of a wrap key operation. |
Enums
| EncryptionAlgorithm |
Encryption algorithms |
| KeyWrapAlgorithm |
Key wrapping algorithms |
| SignatureAlgorithm |
Signature algorithms, described in https://tools.ietf.org/html/rfc7518 |
Feedback
Submit and view feedback for