Class AlgorithmParametersSpi
- java.lang.Object
-
- java.security.AlgorithmParametersSpi
-
- org.bouncycastle.jcajce.provider.asymmetric.rsa.AlgorithmParametersSpi
-
- Direct Known Subclasses:
AlgorithmParametersSpi.OAEP
,AlgorithmParametersSpi.PSS
public abstract class AlgorithmParametersSpi extends AlgorithmParametersSpi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AlgorithmParametersSpi.OAEP
static class
AlgorithmParametersSpi.PSS
-
Constructor Summary
Constructors Constructor Description AlgorithmParametersSpi()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected AlgorithmParameterSpec
engineGetParameterSpec(Class paramSpec)
protected boolean
isASN1FormatString(String format)
protected abstract AlgorithmParameterSpec
localEngineGetParameterSpec(Class paramSpec)
-
Methods inherited from class java.security.AlgorithmParametersSpi
engineGetEncoded, engineGetEncoded, engineInit, engineInit, engineInit, engineToString
-
-
-
-
Method Detail
-
isASN1FormatString
protected boolean isASN1FormatString(String format)
-
engineGetParameterSpec
protected AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
- Specified by:
engineGetParameterSpec
in classAlgorithmParametersSpi
- Throws:
InvalidParameterSpecException
-
localEngineGetParameterSpec
protected abstract AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
-
-