Class AlgorithmParametersSpi
java.lang.Object
java.security.AlgorithmParametersSpi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract byte[]protected abstract byte[]engineGetEncoded(String var0) protected abstract AlgorithmParameterSpecengineGetParameterSpec(Class var0) protected abstract voidengineInit(byte[] var0) protected abstract voidengineInit(byte[] var0, String var1) protected abstract voidprotected abstract String
-
Constructor Details
-
AlgorithmParametersSpi
public AlgorithmParametersSpi()
-
-
Method Details
-
engineGetEncoded
- Throws:
IOException
-
engineGetEncoded
- Throws:
IOException
-
engineGetParameterSpec
protected abstract AlgorithmParameterSpec engineGetParameterSpec(Class var0) throws InvalidParameterSpecException - Throws:
InvalidParameterSpecException
-
engineInit
- Throws:
IOException
-
engineInit
- Throws:
IOException
-
engineInit
protected abstract void engineInit(AlgorithmParameterSpec var0) throws InvalidParameterSpecException - Throws:
InvalidParameterSpecException
-
engineToString
-