jdk/src/share/classes/sun/security/ssl/RSASignature.java
changeset 21278 ef8a3a2a72f2
parent 14664 e71aa0962e70
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    37  * It conforms to the standard JCA Signature API. It is registered in the
    37  * It conforms to the standard JCA Signature API. It is registered in the
    38  * SunJSSE provider to avoid more complicated getInstance() code and
    38  * SunJSSE provider to avoid more complicated getInstance() code and
    39  * negative interaction with the JCA mechanisms for hardware providers.
    39  * negative interaction with the JCA mechanisms for hardware providers.
    40  *
    40  *
    41  * The class should be instantiated via the getInstance() method in this class,
    41  * The class should be instantiated via the getInstance() method in this class,
    42  * which returns the implementation from the prefered provider. The internal
    42  * which returns the implementation from the preferred provider. The internal
    43  * implementation allows the hashes to be explicitly set, which is required
    43  * implementation allows the hashes to be explicitly set, which is required
    44  * for RSA client authentication. It can be obtained via the
    44  * for RSA client authentication. It can be obtained via the
    45  * getInternalInstance() method.
    45  * getInternalInstance() method.
    46  *
    46  *
    47  * This class is not thread safe.
    47  * This class is not thread safe.