Class RsaEncryption
- java.lang.Object
-
- com.microsoft.azure.keyvault.cryptography.Algorithm
-
- com.microsoft.azure.keyvault.cryptography.EncryptionAlgorithm
-
- com.microsoft.azure.keyvault.cryptography.AsymmetricEncryptionAlgorithm
-
- com.microsoft.azure.keyvault.cryptography.algorithms.RsaEncryption
-
public abstract class RsaEncryption extends AsymmetricEncryptionAlgorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RsaEncryption(String name)
-
Method Summary
-
Methods inherited from class com.microsoft.azure.keyvault.cryptography.AsymmetricEncryptionAlgorithm
CreateDecryptor, CreateDecryptor, CreateEncryptor, CreateEncryptor
-
-
-
-
Constructor Detail
-
RsaEncryption
protected RsaEncryption(String name)
-
-