You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




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

java.lang.Object
  extended by java.security.AlgorithmParametersSpi
      extended by org.mozilla.jss.provider.java.security.RC2AlgorithmParameters

public class RC2AlgorithmParameters
extends java.security.AlgorithmParametersSpi

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


Constructor Summary
RC2AlgorithmParameters()
           
 
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

RC2AlgorithmParameters

public RC2AlgorithmParameters()
Method Detail

engineInit

public void engineInit(java.security.spec.AlgorithmParameterSpec paramSpec)
Specified by:
engineInit in class java.security.AlgorithmParametersSpi

engineGetParameterSpec

public java.security.spec.AlgorithmParameterSpec engineGetParameterSpec(java.lang.Class clazz)
                                                                 throws java.security.spec.InvalidParameterSpecException
Specified by:
engineGetParameterSpec in class java.security.AlgorithmParametersSpi
Throws:
java.security.spec.InvalidParameterSpecException

engineInit

public void engineInit(byte[] params)
                throws java.io.IOException
Specified by:
engineInit in class java.security.AlgorithmParametersSpi
Throws:
java.io.IOException

engineInit

public void engineInit(byte[] params,
                       java.lang.String format)
                throws java.io.IOException
Specified by:
engineInit in class java.security.AlgorithmParametersSpi
Throws:
java.io.IOException

engineGetEncoded

public byte[] engineGetEncoded()
                        throws java.io.IOException
Specified by:
engineGetEncoded in class java.security.AlgorithmParametersSpi
Throws:
java.io.IOException

engineGetEncoded

public byte[] engineGetEncoded(java.lang.String format)
                        throws java.io.IOException
Specified by:
engineGetEncoded in class java.security.AlgorithmParametersSpi
Throws:
java.io.IOException

engineToString

public java.lang.String engineToString()
Specified by:
engineToString in class java.security.AlgorithmParametersSpi