Uses of Interface
com.microsoft.azure.keyvault.cryptography.ICryptoTransform
-
Packages that use ICryptoTransform Package Description com.microsoft.azure.keyvault.cryptography This package contains cryptographic functions and implementations of RSA and symmetric keys that conform with the IKey interface.com.microsoft.azure.keyvault.cryptography.algorithms This package contains cryptographic functions and implementations. -
-
Uses of ICryptoTransform in com.microsoft.azure.keyvault.cryptography
Subinterfaces of ICryptoTransform in com.microsoft.azure.keyvault.cryptography Modifier and Type Interface Description interface
IAuthenticatedCryptoTransform
Methods in com.microsoft.azure.keyvault.cryptography that return ICryptoTransform Modifier and Type Method Description abstract ICryptoTransform
AsymmetricEncryptionAlgorithm. CreateDecryptor(KeyPair keyPair)
Creates aICryptoTransform
implementation for decryption that uses the specifiedKeyPair
and the defaultProvider
provider.abstract ICryptoTransform
AsymmetricEncryptionAlgorithm. CreateDecryptor(KeyPair keyPair, Provider provider)
Creates aICryptoTransform
implementation for decryption that uses the specifiedKeyPair
andProvider
.abstract ICryptoTransform
KeyWrapAlgorithm. CreateDecryptor(byte[] key)
Creates aICryptoTransform
implementation for decryption.abstract ICryptoTransform
KeyWrapAlgorithm. CreateDecryptor(byte[] key, byte[] iv)
Creates aICryptoTransform
implementation for decryption using the supplied initialization vector.abstract ICryptoTransform
KeyWrapAlgorithm. CreateDecryptor(byte[] key, byte[] iv, Provider provider)
Creates aICryptoTransform
implementation for decryption using the supplied initialization vector and the specific provider for the Java Security API.abstract ICryptoTransform
KeyWrapAlgorithm. CreateDecryptor(byte[] key, Provider provider)
Creates aICryptoTransform
implementation for decryption that uses the specified provider for the Java Security API.abstract ICryptoTransform
SymmetricEncryptionAlgorithm. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag)
Creates aICryptoTransform
implementation for decryption using the supplied initialization vector and the specific provider for the Java Security API.abstract ICryptoTransform
SymmetricEncryptionAlgorithm. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag, Provider provider)
Creates aICryptoTransform
implementation for decryption using the supplied initialization vector and the specific provider for the Java Security API.abstract ICryptoTransform
AsymmetricEncryptionAlgorithm. CreateEncryptor(KeyPair keyPair)
Creates aICryptoTransform
implementation for encryption that uses the specifiedKeyPair
and the defaultProvider
provider.abstract ICryptoTransform
AsymmetricEncryptionAlgorithm. CreateEncryptor(KeyPair keyPair, Provider provider)
Creates aICryptoTransform
implementation for encryption that uses the specifiedKeyPair
andProvider
.abstract ICryptoTransform
KeyWrapAlgorithm. CreateEncryptor(byte[] key)
Creates aICryptoTransform
implementation for encryption.abstract ICryptoTransform
KeyWrapAlgorithm. CreateEncryptor(byte[] key, byte[] iv)
Creates aICryptoTransform
implementation for encryption using the supplied initialization vector.abstract ICryptoTransform
KeyWrapAlgorithm. CreateEncryptor(byte[] key, byte[] iv, Provider provider)
Creates aICryptoTransform
implementation for encryption using the supplied initialization vector and the specific provider for the Java Security API.abstract ICryptoTransform
KeyWrapAlgorithm. CreateEncryptor(byte[] key, Provider provider)
Creates aICryptoTransform
implementation for encryption that uses the specified provider for the Java Security API.abstract ICryptoTransform
SymmetricEncryptionAlgorithm. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData)
Creates aICryptoTransform
implementation for encryption using the supplied initialization vector and the specific provider for the Java Security API.abstract ICryptoTransform
SymmetricEncryptionAlgorithm. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData, Provider provider)
Creates aICryptoTransform
implementation for encryption using the supplied initialization vector and the specific provider for the Java Security API. -
Uses of ICryptoTransform in com.microsoft.azure.keyvault.cryptography.algorithms
Methods in com.microsoft.azure.keyvault.cryptography.algorithms that return ICryptoTransform Modifier and Type Method Description ICryptoTransform
AesCbc. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag)
ICryptoTransform
AesCbc. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag, Provider provider)
ICryptoTransform
AesCbcHmacSha2. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag)
ICryptoTransform
AesCbcHmacSha2. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag, Provider provider)
ICryptoTransform
AesKw. CreateDecryptor(byte[] key)
ICryptoTransform
AesKw. CreateDecryptor(byte[] key, byte[] iv)
ICryptoTransform
AesKw. CreateDecryptor(byte[] key, byte[] iv, Provider provider)
ICryptoTransform
AesKw. CreateDecryptor(byte[] key, Provider provider)
ICryptoTransform
AesKw128. CreateDecryptor(byte[] key, byte[] iv, Provider provider)
ICryptoTransform
AesKw192. CreateDecryptor(byte[] key, byte[] iv, Provider provider)
ICryptoTransform
AesKw256. CreateDecryptor(byte[] key, byte[] iv, Provider provider)
ICryptoTransform
Rsa15. CreateDecryptor(KeyPair keyPair)
ICryptoTransform
Rsa15. CreateDecryptor(KeyPair keyPair, Provider provider)
ICryptoTransform
RsaOaep. CreateDecryptor(KeyPair keyPair)
ICryptoTransform
RsaOaep. CreateDecryptor(KeyPair keyPair, Provider provider)
ICryptoTransform
AesCbc. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData)
ICryptoTransform
AesCbc. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData, Provider provider)
ICryptoTransform
AesCbcHmacSha2. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData)
ICryptoTransform
AesCbcHmacSha2. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData, Provider provider)
ICryptoTransform
AesKw. CreateEncryptor(byte[] key)
ICryptoTransform
AesKw. CreateEncryptor(byte[] key, byte[] iv)
ICryptoTransform
AesKw. CreateEncryptor(byte[] key, byte[] iv, Provider provider)
ICryptoTransform
AesKw. CreateEncryptor(byte[] key, Provider provider)
ICryptoTransform
AesKw128. CreateEncryptor(byte[] key, byte[] iv, Provider provider)
ICryptoTransform
AesKw192. CreateEncryptor(byte[] key, byte[] iv, Provider provider)
ICryptoTransform
AesKw256. CreateEncryptor(byte[] key, byte[] iv, Provider provider)
ICryptoTransform
Rsa15. CreateEncryptor(KeyPair keyPair)
ICryptoTransform
Rsa15. CreateEncryptor(KeyPair keyPair, Provider provider)
ICryptoTransform
RsaOaep. CreateEncryptor(KeyPair keyPair)
ICryptoTransform
RsaOaep. CreateEncryptor(KeyPair keyPair, Provider provider)
-