EncryptionAlgorithm Class

  • java.lang.Object
    • Algorithm
      • com.microsoft.azure.keyvault.cryptography.EncryptionAlgorithm

public class EncryptionAlgorithm extends Algorithm

Abstract base class for all encryption algorithms.

Constructor Summary

Constructor Description
EncryptionAlgorithm(String name)

Constructor.

Inherited Members

Constructor Details

EncryptionAlgorithm

protected EncryptionAlgorithm(String name)

Constructor.

Parameters:

name - The name of the algorithm.

Applies to