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
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 reportRSASSA-PSSfromgetAlgorithm()and encode with the correct OID, matching the keys produced byKeyPairGenerator.getInstance("RSASSA-PSS").
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi
KeyFactorySpi.PSS
-
-
Constructor Summary
Constructors Constructor Description PSS()
-
Method Summary
-
Methods inherited from class org.bouncycastle.jcajce.provider.asymmetric.rsa.KeyFactorySpi
engineGeneratePrivate, engineGeneratePublic, engineGetKeySpec, engineTranslateKey, generatePrivate, generatePublic
-
-