See: Description
| Class | Description |
|---|---|
| DecryptParameters |
A class containing various configuration parameters that can be applied when performing decryption operations.
|
| DecryptResult |
Represents the details of decrypt operation result.
|
| EncryptionAlgorithm |
Defines values for EncryptionAlgorithm.
|
| EncryptParameters |
A class containing various configuration parameters that can be applied when performing encryption operations.
|
| EncryptResult |
Represents the details of encrypt operation result.
|
| KeyWrapAlgorithm |
Defines values for KeyWrapAlgorithm.
|
| SignatureAlgorithm |
Defines values for SignatureAlgorithm.
|
| SignResult |
Represents the details of sign operation result.
|
| 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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.