com.ibm.crypto.pkcs11impl.provider

Class GeneralPKCS11KeyGenerator

  • java.lang.Object
    • javax.crypto.KeyGeneratorSpi
      • com.ibm.crypto.pkcs11impl.provider.GeneralPKCS11KeyGenerator


  • public final class GeneralPKCS11KeyGenerator
    extends javax.crypto.KeyGeneratorSpi
    This class generates a PKCS11 key.
    Version:
    1.0, 14/1/2005
    • Constructor Summary

      Constructors 
      Constructor and Description
      GeneralPKCS11KeyGenerator(java.security.Provider provider, java.lang.String algorithm)
      Creates a Key factory class and verifies the JCE framework.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeneralPKCS11KeyGenerator

        public GeneralPKCS11KeyGenerator(java.security.Provider provider,
                                         java.lang.String algorithm)
        Creates a Key factory class and verifies the JCE framework.
        Throws:
        java.lang.SecurityException - if fails to verify the JCE framework.

© Portions Copyright 2003, 2017 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2017, Oracle and/or its affiliates. All rights reserved.