public abstract class AlgorithmParametersSpi extends Object
Constructor and Description |
---|
AlgorithmParametersSpi() |
Modifier and Type | Method and Description |
---|---|
protected abstract byte[] |
engineGetEncoded() |
protected abstract byte[] |
engineGetEncoded(String var0) |
protected abstract AlgorithmParameterSpec |
engineGetParameterSpec(Class var0) |
protected abstract void |
engineInit(AlgorithmParameterSpec var0) |
protected abstract void |
engineInit(byte[] var0) |
protected abstract void |
engineInit(byte[] var0,
String var1) |
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()
Copyright © 2006–2013 OSGi Alliance. All rights reserved.