### YamlMime:JavaType constructors: - fullName: com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192.AesKw192() name: AesKw192() nameWithType: AesKw192.AesKw192() syntax: public AesKw192() uid: com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192.AesKw192() fields: - field: type: fullName: com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192.ALGORITHM_NAME name: ALGORITHM_NAME nameWithType: AesKw192.ALGORITHM_NAME syntax: public static final String ALGORITHM_NAME= "A192KW" uid: com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192.ALGORITHM_NAME inheritances: - - - - inheritedMembers: - com.microsoft.azure.keyvault.cryptography.algorithms.AesKw.AesKw(String) - com.microsoft.azure.keyvault.cryptography.Algorithm.Algorithm(String) - com.microsoft.azure.keyvault.cryptography.algorithms.AesKw.CreateDecryptor(byte []) - com.microsoft.azure.keyvault.cryptography.algorithms.AesKw.CreateDecryptor(byte [],Provider) - com.microsoft.azure.keyvault.cryptography.algorithms.AesKw.CreateDecryptor(byte [],byte []) - com.microsoft.azure.keyvault.cryptography.algorithms.AesKw.CreateEncryptor(byte []) - com.microsoft.azure.keyvault.cryptography.algorithms.AesKw.CreateEncryptor(byte [],Provider) - com.microsoft.azure.keyvault.cryptography.algorithms.AesKw.CreateEncryptor(byte [],byte []) - com.microsoft.azure.keyvault.cryptography.Algorithm.getName() - com.microsoft.azure.keyvault.cryptography.KeyWrapAlgorithm.KeyWrapAlgorithm(String) methods: - fullName: com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192.CreateDecryptor(byte[] key, byte[] iv, Provider provider) name: CreateDecryptor(byte[] key, byte[] iv, Provider provider) nameWithType: AesKw192.CreateDecryptor(byte[] key, byte[] iv, Provider provider) parameters: - name: key type: - name: iv type: - name: provider type: returns: type: syntax: public ICryptoTransform CreateDecryptor(byte[] key, byte[] iv, Provider provider) uid: com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192.CreateDecryptor(byte [],byte [],Provider) - fullName: com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192.CreateEncryptor(byte[] key, byte[] iv, Provider provider) name: CreateEncryptor(byte[] key, byte[] iv, Provider provider) nameWithType: AesKw192.CreateEncryptor(byte[] key, byte[] iv, Provider provider) parameters: - name: key type: - name: iv type: - name: provider type: returns: type: syntax: public ICryptoTransform CreateEncryptor(byte[] key, byte[] iv, Provider provider) uid: com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192.CreateEncryptor(byte [],byte [],Provider) nameWithType: AesKw192 syntax: public class AesKw192 extends AesKw type: class uid: com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192 fullName: com.microsoft.azure.keyvault.cryptography.algorithms.AesKw192 name: AesKw192 package: com.microsoft.azure.keyvault.cryptography.algorithms metadata: {}