public class AlgorithmParametersSpi extends AlgorithmParametersSpi
Constructor and Description |
---|
AlgorithmParametersSpi() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
engineGetEncoded() |
protected byte[] |
engineGetEncoded(String format) |
protected <T extends AlgorithmParameterSpec> |
engineGetParameterSpec(Class<T> paramSpec) |
protected void |
engineInit(AlgorithmParameterSpec algorithmParameterSpec) |
protected void |
engineInit(byte[] bytes) |
protected void |
engineInit(byte[] bytes,
String format) |
protected String |
engineToString() |
protected boolean |
isASN1FormatString(String format) |
protected boolean isASN1FormatString(String format)
protected void engineInit(AlgorithmParameterSpec algorithmParameterSpec) throws InvalidParameterSpecException
engineInit
in class AlgorithmParametersSpi
InvalidParameterSpecException
protected void engineInit(byte[] bytes) throws IOException
engineInit
in class AlgorithmParametersSpi
IOException
protected void engineInit(byte[] bytes, String format) throws IOException
engineInit
in class AlgorithmParametersSpi
IOException
protected <T extends AlgorithmParameterSpec> T engineGetParameterSpec(Class<T> paramSpec) throws InvalidParameterSpecException
engineGetParameterSpec
in class AlgorithmParametersSpi
InvalidParameterSpecException
protected byte[] engineGetEncoded() throws IOException
engineGetEncoded
in class AlgorithmParametersSpi
IOException
protected byte[] engineGetEncoded(String format) throws IOException
engineGetEncoded
in class AlgorithmParametersSpi
IOException
protected String engineToString()
engineToString
in class AlgorithmParametersSpi
Copyright © 2017 BouncyCastle.org. All rights reserved.