public abstract class AlgorithmParametersSpi extends Object
Constructor | Description |
---|---|
AlgorithmParametersSpi() |
Modifier and Type | Method | Description |
---|---|---|
protected abstract byte[] |
engineGetEncoded() |
|
protected abstract byte[] |
engineGetEncoded(String var0) |
|
protected abstract AlgorithmParameterSpec |
engineGetParameterSpec(Class var0) |
|
protected abstract void |
engineInit(byte[] var0) |
|
protected abstract void |
engineInit(byte[] var0,
String var1) |
|
protected abstract void |
engineInit(AlgorithmParameterSpec var0) |
|
protected abstract String |
engineToString() |
protected abstract byte[] engineGetEncoded() throws IOException
IOException
protected abstract byte[] engineGetEncoded(String var0) throws IOException
IOException
protected abstract AlgorithmParameterSpec engineGetParameterSpec(Class var0) throws InvalidParameterSpecException
InvalidParameterSpecException
protected abstract void engineInit(byte[] var0) throws IOException
IOException
protected abstract void engineInit(byte[] var0, String var1) throws IOException
IOException
protected abstract void engineInit(AlgorithmParameterSpec var0) throws InvalidParameterSpecException
InvalidParameterSpecException
protected abstract String engineToString()