java.security
Class AlgorithmParametersSpi
java.lang.Object
java.security.AlgorithmParametersSpi
public abstract class AlgorithmParametersSpi
- extends 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 IOException
- Throws:
IOException
engineGetEncoded
protected abstract byte[] engineGetEncoded(String var0)
throws IOException
- Throws:
IOException
engineGetParameterSpec
protected abstract AlgorithmParameterSpec engineGetParameterSpec(Class var0)
throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
engineInit
protected abstract void engineInit(byte[] var0)
throws IOException
- Throws:
IOException
engineInit
protected abstract void engineInit(byte[] var0,
String var1)
throws IOException
- Throws:
IOException
engineInit
protected abstract void engineInit(AlgorithmParameterSpec var0)
throws InvalidParameterSpecException
- Throws:
InvalidParameterSpecException
engineToString
protected abstract String engineToString()
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.