com.azure.security.keyvault.keys.cryptography.models
Package containing classes used for representing output/results of encryption, decryption, signing, verifying, key wrapping and unwrapping operations.
Classes
| DecryptParameters |
A class containing various configuration parameters that can be applied when performing decryption operations. |
| DecryptResult |
Represents the details of decrypt operation result. |
| EncryptParameters |
A class containing various configuration parameters that can be applied when performing encryption operations. |
| EncryptResult |
Represents the details of encrypt operation result. |
| EncryptionAlgorithm |
Defines values for Encryption |
| KeyWrapAlgorithm |
Defines values for Key |
| SignResult |
Represents the details of sign operation result. |
| SignatureAlgorithm |
Defines values for Signature |
| UnwrapResult |
Represents the details of key unwrap operation result. |
| VerifyResult |
Represents the details of verify operation result. |
| WrapResult |
Represents the details of wrap operation result. |