Class AlgorithmParametersSpi.PSS
java.lang.Object
java.security.AlgorithmParametersSpi
org.bouncycastle.jcajce.provider.asymmetric.rsa.AlgorithmParametersSpi
org.bouncycastle.jcajce.provider.asymmetric.rsa.AlgorithmParametersSpi.PSS
- Enclosing class:
AlgorithmParametersSpi
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bouncycastle.jcajce.provider.asymmetric.rsa.AlgorithmParametersSpi
AlgorithmParametersSpi.OAEP, AlgorithmParametersSpi.PSS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]Return the PKCS#1 ASN.1 structure RSASSA-PSS-params.protected byte[]engineGetEncoded(String format) protected voidengineInit(byte[] params) protected voidengineInit(byte[] params, String format) protected voidengineInit(AlgorithmParameterSpec paramSpec) protected Stringprotected AlgorithmParameterSpeclocalEngineGetParameterSpec(Class paramSpec) Methods inherited from class org.bouncycastle.jcajce.provider.asymmetric.rsa.AlgorithmParametersSpi
engineGetParameterSpec, isASN1FormatString
-
Constructor Details
-
PSS
public PSS()
-
-
Method Details
-
engineGetEncoded
Return the PKCS#1 ASN.1 structure RSASSA-PSS-params.- Specified by:
engineGetEncodedin classAlgorithmParametersSpi- Throws:
IOException
-
engineGetEncoded
- Specified by:
engineGetEncodedin classAlgorithmParametersSpi- Throws:
IOException
-
localEngineGetParameterSpec
protected AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException - Specified by:
localEngineGetParameterSpecin classAlgorithmParametersSpi- Throws:
InvalidParameterSpecException
-
engineInit
- Specified by:
engineInitin classAlgorithmParametersSpi- Throws:
InvalidParameterSpecException
-
engineInit
- Specified by:
engineInitin classAlgorithmParametersSpi- Throws:
IOException
-
engineInit
- Specified by:
engineInitin classAlgorithmParametersSpi- Throws:
IOException
-
engineToString
- Specified by:
engineToStringin classAlgorithmParametersSpi
-