com.digt.trusted.jni
Class cipher

java.lang.Object
  extended by com.digt.trusted.jni.cipher

public class cipher
extends java.lang.Object


Constructor Summary
cipher()
           
 
Method Summary
static byte[] getGOSTContent(java.security.Key key, java.lang.String prov, java.io.DataInputStream input_p7m_file)
           
static byte[] jni_CPEncryptMessage(byte[] recipientCerts, int[] recipientCertsLen, byte[] data)
           
static byte[] jni_getGOSTContent(java.lang.String keystorename, java.lang.String pin, byte[] dt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

cipher

public cipher()
Method Detail

jni_CPEncryptMessage

public static byte[] jni_CPEncryptMessage(byte[] recipientCerts,
                                          int[] recipientCertsLen,
                                          byte[] data)

jni_getGOSTContent

public static byte[] jni_getGOSTContent(java.lang.String keystorename,
                                        java.lang.String pin,
                                        byte[] dt)

getGOSTContent

public static byte[] getGOSTContent(java.security.Key key,
                                    java.lang.String prov,
                                    java.io.DataInputStream input_p7m_file)
                             throws CMSException,
                                    java.security.NoSuchProviderException
Throws:
CMSException
java.security.NoSuchProviderException