Class DESedeKeyGenerator

java.lang.Object
javax.crypto.KeyGeneratorSpi
com.ibm.crypto.hdwrCCA.provider.DESedeKeyGenerator

public final class DESedeKeyGenerator extends KeyGeneratorSpi
This class generates a secret key for use with the Triple DES algorithm.

This documentation describes a Service Provider Interface. It is provided for implementation insight only. This class is not intended to be called directly by application developers. Please consult the 'Java Cryptography Architecture Standard' for details on how to use this interface through a public standard class.

NOTE:
Certain operations may require specific hardware or software, or specific key types. See the rest of this document and the z/OS Unique Considerations Hardware Crypto Reference Guide for more details. Unsupported operations and/or combinations may result in a RuntimeException Hardware Error.
For public interface details, consult the JCE API documentation for javax.crypto.KeyGenerator.
  • Constructor Details

    • DESedeKeyGenerator

      public DESedeKeyGenerator()
      Verify the JCE framework in the constructor.
      Throws:
      SecurityException - if fails to verify the JCE framework.
  • Method Details