com.ibm.crypto.pkcs11impl.provider

Class PKCS11SSLHashingwithRSA

  • java.lang.Object
    • java.security.SignatureSpi
      • com.ibm.crypto.pkcs11impl.provider.PKCS11SSLHashingwithRSA


  • public final class PKCS11SSLHashingwithRSA
    extends java.security.SignatureSpi
    This class is the interface that calls the Signature class using parameters to do the actually signature or signature verification.
    • Method Summary

      • Methods inherited from class java.security.SignatureSpi

        clone
      • Methods inherited from class java.lang.Object

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

      • PKCS11SSLHashingwithRSA

        public PKCS11SSLHashingwithRSA(java.security.Provider provider)
                                throws java.security.NoSuchAlgorithmException,
                                       java.security.NoSuchProviderException
        Construct a blank RSA object. It must be initialized before being usable for signing or verifying.
        Throws:
        java.security.NoSuchAlgorithmException
        java.security.NoSuchProviderException
      • PKCS11SSLHashingwithRSA

        public PKCS11SSLHashingwithRSA()
                                throws java.security.NoSuchAlgorithmException,
                                       java.security.NoSuchProviderException
        Construct a blank RSA object. It must be initialized before being usable for signing or verifying.
        Throws:
        java.security.NoSuchAlgorithmException
        java.security.NoSuchProviderException

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