crypto Package
Packages
| aio |
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
|
| DecryptResult |
The result of a decrypt operation. |
| EncryptResult |
The result of an encrypt operation. |
| SignResult |
The result of a sign operation. |
| UnwrapResult |
The result of an unwrap key operation. |
| VerifyResult |
The result of a verify 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