Class AsymmetricAlgorithm

All Implemented Interfaces:
Algorithm, EncryptionAlgorithm
Direct Known Subclasses:
RSA

public class AsymmetricAlgorithm extends AbstractEncryptionAlgorithm
Provides asymmetric encryption and decryption operations using a public/private key pair.
Version:
$Revision: 2744 $
Author:
Middleware Services
  • Field Details

  • Constructor Details

    • AsymmetricAlgorithm

      protected AsymmetricAlgorithm(String cipherAlgorithm)
      Creates a new instance that uses a cipher of the given algorithm and the default mode and padding.
      Parameters:
      cipherAlgorithm - Cipher algorithm name.
  • Method Details