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 interfaceIAuthenticatedCryptoTransformMethods in com.microsoft.azure.keyvault.cryptography that return ICryptoTransform Modifier and Type Method Description abstract ICryptoTransformAsymmetricEncryptionAlgorithm. CreateDecryptor(KeyPair keyPair)Creates aICryptoTransformimplementation for decryption that uses the specifiedKeyPairand the defaultProviderprovider.abstract ICryptoTransformAsymmetricEncryptionAlgorithm. CreateDecryptor(KeyPair keyPair, Provider provider)Creates aICryptoTransformimplementation for decryption that uses the specifiedKeyPairandProvider.abstract ICryptoTransformKeyWrapAlgorithm. CreateDecryptor(byte[] key)Creates aICryptoTransformimplementation for decryption.abstract ICryptoTransformKeyWrapAlgorithm. CreateDecryptor(byte[] key, byte[] iv)Creates aICryptoTransformimplementation for decryption using the supplied initialization vector.abstract ICryptoTransformKeyWrapAlgorithm. CreateDecryptor(byte[] key, byte[] iv, Provider provider)Creates aICryptoTransformimplementation for decryption using the supplied initialization vector and the specific provider for the Java Security API.abstract ICryptoTransformKeyWrapAlgorithm. CreateDecryptor(byte[] key, Provider provider)Creates aICryptoTransformimplementation for decryption that uses the specified provider for the Java Security API.abstract ICryptoTransformSymmetricEncryptionAlgorithm. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag)Creates aICryptoTransformimplementation for decryption using the supplied initialization vector and the specific provider for the Java Security API.abstract ICryptoTransformSymmetricEncryptionAlgorithm. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag, Provider provider)Creates aICryptoTransformimplementation for decryption using the supplied initialization vector and the specific provider for the Java Security API.abstract ICryptoTransformAsymmetricEncryptionAlgorithm. CreateEncryptor(KeyPair keyPair)Creates aICryptoTransformimplementation for encryption that uses the specifiedKeyPairand the defaultProviderprovider.abstract ICryptoTransformAsymmetricEncryptionAlgorithm. CreateEncryptor(KeyPair keyPair, Provider provider)Creates aICryptoTransformimplementation for encryption that uses the specifiedKeyPairandProvider.abstract ICryptoTransformKeyWrapAlgorithm. CreateEncryptor(byte[] key)Creates aICryptoTransformimplementation for encryption.abstract ICryptoTransformKeyWrapAlgorithm. CreateEncryptor(byte[] key, byte[] iv)Creates aICryptoTransformimplementation for encryption using the supplied initialization vector.abstract ICryptoTransformKeyWrapAlgorithm. CreateEncryptor(byte[] key, byte[] iv, Provider provider)Creates aICryptoTransformimplementation for encryption using the supplied initialization vector and the specific provider for the Java Security API.abstract ICryptoTransformKeyWrapAlgorithm. CreateEncryptor(byte[] key, Provider provider)Creates aICryptoTransformimplementation for encryption that uses the specified provider for the Java Security API.abstract ICryptoTransformSymmetricEncryptionAlgorithm. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData)Creates aICryptoTransformimplementation for encryption using the supplied initialization vector and the specific provider for the Java Security API.abstract ICryptoTransformSymmetricEncryptionAlgorithm. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData, Provider provider)Creates aICryptoTransformimplementation 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 ICryptoTransformAesCbc. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag)ICryptoTransformAesCbc. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag, Provider provider)ICryptoTransformAesCbcHmacSha2. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag)ICryptoTransformAesCbcHmacSha2. CreateDecryptor(byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag, Provider provider)ICryptoTransformAesKw. CreateDecryptor(byte[] key)ICryptoTransformAesKw. CreateDecryptor(byte[] key, byte[] iv)ICryptoTransformAesKw. CreateDecryptor(byte[] key, byte[] iv, Provider provider)ICryptoTransformAesKw. CreateDecryptor(byte[] key, Provider provider)ICryptoTransformAesKw128. CreateDecryptor(byte[] key, byte[] iv, Provider provider)ICryptoTransformAesKw192. CreateDecryptor(byte[] key, byte[] iv, Provider provider)ICryptoTransformAesKw256. CreateDecryptor(byte[] key, byte[] iv, Provider provider)ICryptoTransformRsa15. CreateDecryptor(KeyPair keyPair)ICryptoTransformRsa15. CreateDecryptor(KeyPair keyPair, Provider provider)ICryptoTransformRsaOaep. CreateDecryptor(KeyPair keyPair)ICryptoTransformRsaOaep. CreateDecryptor(KeyPair keyPair, Provider provider)ICryptoTransformAesCbc. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData)ICryptoTransformAesCbc. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData, Provider provider)ICryptoTransformAesCbcHmacSha2. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData)ICryptoTransformAesCbcHmacSha2. CreateEncryptor(byte[] key, byte[] iv, byte[] authenticationData, Provider provider)ICryptoTransformAesKw. CreateEncryptor(byte[] key)ICryptoTransformAesKw. CreateEncryptor(byte[] key, byte[] iv)ICryptoTransformAesKw. CreateEncryptor(byte[] key, byte[] iv, Provider provider)ICryptoTransformAesKw. CreateEncryptor(byte[] key, Provider provider)ICryptoTransformAesKw128. CreateEncryptor(byte[] key, byte[] iv, Provider provider)ICryptoTransformAesKw192. CreateEncryptor(byte[] key, byte[] iv, Provider provider)ICryptoTransformAesKw256. CreateEncryptor(byte[] key, byte[] iv, Provider provider)ICryptoTransformRsa15. CreateEncryptor(KeyPair keyPair)ICryptoTransformRsa15. CreateEncryptor(KeyPair keyPair, Provider provider)ICryptoTransformRsaOaep. CreateEncryptor(KeyPair keyPair)ICryptoTransformRsaOaep. CreateEncryptor(KeyPair keyPair, Provider provider)
-