Class RSAPSSSignature

java.lang.Object
java.security.SignatureSpi
com.ibm.crypto.hdwrCCA.provider.RSAPSSSignature

public final class RSAPSSSignature extends SignatureSpi
PKCS#1 RSA-PSS signatures with the various message digest algorithms. This file contains an abstract base class with all the logic plus a nested static class for each of the message digest algorithms (see end of the file). Only SHA-1, SHA-256, SHA-384, and SHA-512 are recommended for EMSA-PSS encoding schemes per RFC.