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
public static class AlgorithmParametersSpi.PSS extends AlgorithmParametersSpi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bouncycastle.jcajce.provider.asymmetric.rsa.AlgorithmParametersSpi
AlgorithmParametersSpi.OAEP, AlgorithmParametersSpi.PSS
-
-
Constructor Summary
Constructors Constructor Description PSS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]
engineGetEncoded()
Return the PKCS#1 ASN.1 structure RSASSA-PSS-params.protected byte[]
engineGetEncoded(String format)
protected void
engineInit(byte[] params)
protected void
engineInit(byte[] params, String format)
protected void
engineInit(AlgorithmParameterSpec paramSpec)
protected String
engineToString()
protected AlgorithmParameterSpec
localEngineGetParameterSpec(Class paramSpec)
-
Methods inherited from class org.bouncycastle.jcajce.provider.asymmetric.rsa.AlgorithmParametersSpi
engineGetParameterSpec, isASN1FormatString
-
-
-
-
Method Detail
-
engineGetEncoded
protected byte[] engineGetEncoded() throws IOException
Return the PKCS#1 ASN.1 structure RSASSA-PSS-params.- Specified by:
engineGetEncoded
in classAlgorithmParametersSpi
- Throws:
IOException
-
engineGetEncoded
protected byte[] engineGetEncoded(String format) throws IOException
- Specified by:
engineGetEncoded
in classAlgorithmParametersSpi
- Throws:
IOException
-
localEngineGetParameterSpec
protected AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
- Specified by:
localEngineGetParameterSpec
in classAlgorithmParametersSpi
- Throws:
InvalidParameterSpecException
-
engineInit
protected void engineInit(AlgorithmParameterSpec paramSpec) throws InvalidParameterSpecException
- Specified by:
engineInit
in classAlgorithmParametersSpi
- Throws:
InvalidParameterSpecException
-
engineInit
protected void engineInit(byte[] params) throws IOException
- Specified by:
engineInit
in classAlgorithmParametersSpi
- Throws:
IOException
-
engineInit
protected void engineInit(byte[] params, String format) throws IOException
- Specified by:
engineInit
in classAlgorithmParametersSpi
- Throws:
IOException
-
engineToString
protected String engineToString()
- Specified by:
engineToString
in classAlgorithmParametersSpi
-
-