Class GoogleKmsSignature.RSAPSS

java.lang.Object
java.security.SignatureSpi
org.forgerock.secrets.gcpkms.GoogleKmsSignature.RSAPSS
Enclosing class:
GoogleKmsSignature

public static class GoogleKmsSignature.RSAPSS extends SignatureSpi
Implements generic RSA-PSS signing. The caller must call Signature.setParameter(AlgorithmParameterSpec) with a PSSParameterSpec to choose the specific message digest. Only the MGF1 mask generation function is supported, and the message digest used for MGF1 must match that used for the message.