Class VaultSignature.GenericRsaPssSignature

  • Enclosing class:
    VaultSignature

    public static class VaultSignature.GenericRsaPssSignature
    extends SignatureSpi
    Generic RSA with PSS padding. Requires a call to engineSetParameter(AlgorithmParameterSpec) with an instance of PSSParameterSpec before it can be used. The PSS parameters must specify the same SHA-2 hash algorithm for both message digest and MGF1. The supported parameters are exactly those used by the JOSE PS256, PS384, and PS512 algorithms.