com.ibm.crypto.pkcs11impl.provider

Class DSAPKCS11KeyFactory

  • java.lang.Object
    • java.security.KeyFactorySpi
      • com.ibm.crypto.pkcs11impl.provider.DSAPKCS11KeyFactory


  • public class DSAPKCS11KeyFactory
    extends java.security.KeyFactorySpi
    This class is a concrete implementaion of key factory for DSA.
    • Constructor Summary

      Constructors 
      Constructor and Description
      DSAPKCS11KeyFactory()
      Constructs a new instance of this class.
      DSAPKCS11KeyFactory(java.security.Provider provider)
      Constructs a new instance of this class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String toHexString(byte[] block)
      Converts a byte array to hex string
      • Methods inherited from class java.lang.Object

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

      • DSAPKCS11KeyFactory

        public DSAPKCS11KeyFactory(java.security.Provider provider)
        Constructs a new instance of this class.
      • DSAPKCS11KeyFactory

        public DSAPKCS11KeyFactory()
        Constructs a new instance of this class.
    • Method Detail

      • toHexString

        public static java.lang.String toHexString(byte[] block)
        Converts a byte array to hex string

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