java.security
Class AlgorithmParametersSpi
java.lang.Object
java.security.AlgorithmParametersSpi
- Direct Known Subclasses:
- JDKAlgorithmParameters
- public abstract class AlgorithmParametersSpi
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlgorithmParametersSpi
public AlgorithmParametersSpi()
engineGetEncoded
protected abstract byte[] engineGetEncoded()
throws java.io.IOException
- Throws:
java.io.IOException
engineGetEncoded
protected abstract byte[] engineGetEncoded(java.lang.String format)
throws java.io.IOException
- Throws:
java.io.IOException
engineGetParameterSpec
protected abstract AlgorithmParameterSpec engineGetParameterSpec(java.lang.Class paramSpec)
throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
engineInit
protected abstract void engineInit(AlgorithmParameterSpec paramSpec)
throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
engineInit
protected abstract void engineInit(byte[] params)
throws java.io.IOException
- Throws:
java.io.IOException
engineInit
protected abstract void engineInit(byte[] params,
java.lang.String format)
throws java.io.IOException
- Throws:
java.io.IOException
engineToString
protected abstract java.lang.String engineToString()