Class KeyFactorySpi.PSS

  • All Implemented Interfaces:
    AsymmetricKeyInfoConverter
    Enclosing class:
    KeyFactorySpi

    public static class KeyFactorySpi.PSS
    extends KeyFactorySpi
    KeyFactory for the "RSASSA-PSS" algorithm. Keys built from raw RSA key specs (RSAPublicKeySpec / RSAPrivateKeySpec / RSAPrivateCrtKeySpec) are stamped with the id-RSASSA-PSS algorithm identifier (RFC 8017 A.2.3) so that the resulting keys report RSASSA-PSS from getAlgorithm() and encode with the correct OID, matching the keys produced by KeyPairGenerator.getInstance("RSASSA-PSS").
    • Constructor Detail

      • PSS

        public PSS()