Class DSAKeyPairGenerator

java.lang.Object
java.security.KeyPairGeneratorSpi
com.ibm.crypto.hdwrCCA.provider.DSAKeyPairGenerator

public class DSAKeyPairGenerator extends KeyPairGeneratorSpi
This class generates DSA public/private key pairs via hardware. An application can specify the size, the key label, the storage type, the key usage and the DSA parameters of the key pair to be generated via an instance of DSAHWKeyParametersSpec class. The default key is of size 512 with a random-generated label. Please note: that the storage type can only be encrypted outside the hardware device (KeyHWAttributeValues.PKDS) and the usage can only be signature only (KeyHWAttributeValues.Signature).
  • Constructor Details

    • DSAKeyPairGenerator

      public DSAKeyPairGenerator()
      Constructs a new instance of this class.
  • Method Details