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(java.lang.String format)protected voidengineInit(byte[] params)protected voidengineInit(byte[] params, java.lang.String format)protected voidengineInit(java.security.spec.AlgorithmParameterSpec paramSpec)protected java.lang.StringengineToString()protected java.security.spec.AlgorithmParameterSpeclocalEngineGetParameterSpec(java.lang.Class paramSpec)- 
Methods inherited from class org.bouncycastle.jcajce.provider.asymmetric.rsa.AlgorithmParametersSpi
engineGetParameterSpec, isASN1FormatString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
engineGetEncoded
protected byte[] engineGetEncoded() throws java.io.IOExceptionReturn the PKCS#1 ASN.1 structure RSASSA-PSS-params.- Specified by:
 engineGetEncodedin classjava.security.AlgorithmParametersSpi- Throws:
 java.io.IOException
 
- 
engineGetEncoded
protected byte[] engineGetEncoded(java.lang.String format) throws java.io.IOException- Specified by:
 engineGetEncodedin classjava.security.AlgorithmParametersSpi- Throws:
 java.io.IOException
 
- 
localEngineGetParameterSpec
protected java.security.spec.AlgorithmParameterSpec localEngineGetParameterSpec(java.lang.Class paramSpec) throws java.security.spec.InvalidParameterSpecException- Specified by:
 localEngineGetParameterSpecin classAlgorithmParametersSpi- Throws:
 java.security.spec.InvalidParameterSpecException
 
- 
engineInit
protected void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec) throws java.security.spec.InvalidParameterSpecException- Specified by:
 engineInitin classjava.security.AlgorithmParametersSpi- Throws:
 java.security.spec.InvalidParameterSpecException
 
- 
engineInit
protected void engineInit(byte[] params) throws java.io.IOException- Specified by:
 engineInitin classjava.security.AlgorithmParametersSpi- Throws:
 java.io.IOException
 
- 
engineInit
protected void engineInit(byte[] params, java.lang.String format) throws java.io.IOException- Specified by:
 engineInitin classjava.security.AlgorithmParametersSpi- Throws:
 java.io.IOException
 
- 
engineToString
protected java.lang.String engineToString()
- Specified by:
 engineToStringin classjava.security.AlgorithmParametersSpi
 
 - 
 
 -