public abstract class AlgorithmParametersSpi extends AlgorithmParametersSpi
| Modifier and Type | Class and Description |
|---|---|
static class |
AlgorithmParametersSpi.OAEP |
static class |
AlgorithmParametersSpi.PSS |
| Constructor and Description |
|---|
AlgorithmParametersSpi() |
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmParameterSpec |
engineGetParameterSpec(Class paramSpec)
Returns the
AlgorithmParameterSpec for this AlgorithmParametersSpi. |
protected boolean |
isASN1FormatString(String format) |
protected abstract AlgorithmParameterSpec |
localEngineGetParameterSpec(Class paramSpec) |
engineGetEncoded, engineGetEncoded, engineInit, engineInit, engineInit, engineToStringprotected boolean isASN1FormatString(String format)
protected AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
AlgorithmParametersSpiAlgorithmParameterSpec for this AlgorithmParametersSpi.engineGetParameterSpec in class AlgorithmParametersSpiparamSpec - the type of the parameter specification in which this
parameters should be converted.AlgorithmParameterSpec for this AlgorithmParametersSpi.InvalidParameterSpecException - if this AlgorithmParametersSpi has already been
initialized, or if this parameters could not be converted to
the specified class.protected abstract AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
InvalidParameterSpecException