Class KeyFactorySpi.PSS
java.lang.Object
java.security.KeyFactorySpi
org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi
org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi
org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi.PSS
- All Implemented Interfaces:
AsymmetricKeyInfoConverter
- Enclosing class:
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").-
Nested Class Summary
Nested classes/interfaces inherited from class KeyFactorySpi
KeyFactorySpi.PSS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class KeyFactorySpi
engineGeneratePrivate, engineGeneratePublic, engineGetKeySpec, engineTranslateKey, generatePrivate, generatePublic
-
Constructor Details
-
PSS
public PSS()
-