org.mozilla.jss.provider.java.security
Class IvAlgorithmParameters

java.lang.Object
  extended byjava.security.AlgorithmParametersSpi
      extended byorg.mozilla.jss.provider.java.security.IvAlgorithmParameters

public class IvAlgorithmParameters
extends java.security.AlgorithmParametersSpi

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


Constructor Summary
IvAlgorithmParameters()
           
 
Method Summary
 byte[] engineGetEncoded()
           
 byte[] engineGetEncoded(java.lang.String format)
           
 java.security.spec.AlgorithmParameterSpec engineGetParameterSpec(java.lang.Class clazz)
           
 void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)
           
 void engineInit(byte[] params)
           
 void engineInit(byte[] params, java.lang.String format)
           
 java.lang.String engineToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IvAlgorithmParameters

public IvAlgorithmParameters()
Method Detail

engineInit

public void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)

engineGetParameterSpec

public java.security.spec.AlgorithmParameterSpec engineGetParameterSpec(java.lang.Class clazz)
                                                                 throws java.security.spec.InvalidParameterSpecException
Throws:
java.security.spec.InvalidParameterSpecException

engineInit

public void engineInit(byte[] params)
                throws java.io.IOException
Throws:
java.io.IOException

engineInit

public void engineInit(byte[] params,
                       java.lang.String format)
                throws java.io.IOException
Throws:
java.io.IOException

engineGetEncoded

public byte[] engineGetEncoded()
                        throws java.io.IOException
Throws:
java.io.IOException

engineGetEncoded

public byte[] engineGetEncoded(java.lang.String format)
                        throws java.io.IOException
Throws:
java.io.IOException

engineToString

public java.lang.String engineToString()