All Classes
-
All Classes Class Summary Enum Summary Class Description CreateEcKeyOptions Represents the configurable options to create an EC key.CreateKeyOptions Represents the configurable options to create a key.CreateOctKeyOptions Represents the configurable options to create a symmetric key.CreateRsaKeyOptions Represents the configurable options to create an RSA key.CryptographyAsyncClient TheCryptographyAsyncClientprovides asynchronous methods to perform cryptographic operations using asymmetric and symmetric keys.CryptographyClient TheCryptographyClientprovides synchronous methods to perform cryptographic operations using asymmetric and symmetric keys.CryptographyClientBuilder This class provides a fluent builder API to help aid the configuration and instantiation of theCryptographyAsyncClientandCryptographyClient, by callingCryptographyClientBuilder.buildAsyncClient()andCryptographyClientBuilder.buildClient()respectively It constructs an instance of the desired client.CryptographyServiceVersion The versions of Azure Key Vault Cryptography supported by this client library.DecryptParameters A class containing various configuration parameters that can be applied when performing decryption operations.DecryptResult Represents the details of decrypt operation result.DeletedKey Deleted Key is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes inherited fromKeyVaultKey.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.ImportKeyOptions Represents the configurable options to import a key.JsonWebKey As of http://tools.ietf.org/html/draft-ietf-jose-json-web-key-18.KeyAsyncClient TheKeyAsyncClientprovides asynchronous methods to managekeysin the Azure Key Vault.KeyClient KeyClientBuilder This class provides a fluent builder API to help aid the configuration and instantiation of thesecret async clientandsecret sync client, by callingbuildAsyncClientandbuildClientrespectively.KeyCurveName Defines values for KeyCurveName.KeyEncryptionKeyAsyncClient A key client which is used to asynchronously wrap or unwrap another key.KeyEncryptionKeyClient A key client which is used to synchronously wrap or unwrap another key.KeyEncryptionKeyClientBuilder This class provides a fluent builder API to help aid the configuration and instantiation of theKeyEncryptionKey async clientandKeyEncryptionKey sync client, by callingKeyEncryptionKeyClientBuilder.buildAsyncKeyEncryptionKey(String)andKeyEncryptionKeyClientBuilder.buildKeyEncryptionKey(String)respectively.KeyOperation Defines values for KeyOperation.KeyProperties KeyPropertiesis the resource containing all the properties of the key except itsJsonWebKeymaterial.KeyServiceVersion The versions of Azure Key Vault Key supported by this client library.KeyType Defines values for KeyType.KeyVaultKey Key is the resource consisting of name,JsonWebKeyand its attributes specified inKeyProperties.KeyVaultKeyIdentifier Information about aKeyVaultKeyparsed from the key URL.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.