org.mozilla.jss.provider.java.security
Class RC2AlgorithmParameters
AlgorithmParametersSpi
org.mozilla.jss.provider.java.security.RC2AlgorithmParameters
public class RC2AlgorithmParameters
extends AlgorithmParametersSpi
This class is only intended to be used to implement
CipherSpi.getAlgorithmParameters().
engineGetEncoded
public byte[] engineGetEncoded()
throws IOException
engineGetEncoded
public byte[] engineGetEncoded(String format)
throws IOException
engineGetParameterSpec
public AlgorithmParameterSpec engineGetParameterSpec(Class clazz)
throws InvalidParameterSpecException
engineInit
public void engineInit(AlgorithmParameterSpec paramSpec)
engineInit
public void engineInit(byte[] params)
throws IOException
engineInit
public void engineInit(byte[] params,
String format)
throws IOException
engineToString
public String engineToString()