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) |
protected boolean |
isASN1FormatString(String format) |
protected abstract AlgorithmParameterSpec |
localEngineGetParameterSpec(Class paramSpec) |
engineGetEncoded, engineGetEncoded, engineInit, engineInit, engineInit, engineToString
protected boolean isASN1FormatString(String format)
protected AlgorithmParameterSpec engineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
engineGetParameterSpec
in class AlgorithmParametersSpi
InvalidParameterSpecException
protected abstract AlgorithmParameterSpec localEngineGetParameterSpec(Class paramSpec) throws InvalidParameterSpecException
InvalidParameterSpecException
Copyright © 2016 BouncyCastle.org. All rights reserved.