✓
public abstract class AlgorithmParametersSpi
extends java.lang.Object
Constructors
- ✓public AlgorithmParametersSpi()
Methods
- ✓protected abstract byte[] engineGetEncoded() throws java.io.IOException
- ✓protected abstract byte[] engineGetEncoded(java.lang.String arg0) throws java.io.IOException
- ✓protected abstract <T> T engineGetParameterSpec(java.lang.Class<T> arg0) throws java.security.spec.InvalidParameterSpecException
- ✓protected abstract void engineInit(byte[] arg0) throws java.io.IOException
- ✓protected abstract void engineInit(byte[] arg0, java.lang.String arg1) throws java.io.IOException
- ✓protected abstract void engineInit(java.security.spec.AlgorithmParameterSpec arg0) throws java.security.spec.InvalidParameterSpecException
- ✓protected abstract java.lang.String engineToString()