org.mozilla.jss.provider.java.security

Class IvAlgorithmParameters


public class IvAlgorithmParameters
extends AlgorithmParametersSpi

This class is only intended to be used to implement CipherSpi.getAlgorithmParameters().

Method Summary

byte[]
engineGetEncoded()
byte[]
engineGetEncoded(String format)
AlgorithmParameterSpec
engineGetParameterSpec(Class clazz)
void
engineInit(AlgorithmParameterSpec paramSpec)
void
engineInit(byte[] params)
void
engineInit(byte[] params, String format)
String
engineToString()

Method Details

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()