kz.gamma.crypto.chiper
Class GammaGOST28147

java.lang.Object
  extended by kz.gamma.crypto.chiper.GammaGOST28147

public class GammaGOST28147
extends java.lang.Object

Date: 31.01.2010 Time: 12:33:08 To change this template use File | Settings | File Templates.


Field Summary
private  java.lang.Number hProv
           
private  java.lang.Number hSesKey
           
 
Constructor Summary
GammaGOST28147()
           
 
Method Summary
 void destroySessionKey()
           
 byte[] doDecrypt(byte[] data)
           
 byte[] doEncrypt(byte[] data)
           
 void genSesKey(int algID)
           
 byte[] getSessionKey(java.security.PublicKey pubKey)
           
 void setHProv(java.lang.Number hProv)
           
 void setSessionKey(byte[] sesKey, byte[] openKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hSesKey

private java.lang.Number hSesKey

hProv

private java.lang.Number hProv
Constructor Detail

GammaGOST28147

public GammaGOST28147()
Method Detail

setHProv

public void setHProv(java.lang.Number hProv)

genSesKey

public void genSesKey(int algID)

destroySessionKey

public void destroySessionKey()

getSessionKey

public byte[] getSessionKey(java.security.PublicKey pubKey)

doEncrypt

public byte[] doEncrypt(byte[] data)

setSessionKey

public void setSessionKey(byte[] sesKey,
                          byte[] openKey)

doDecrypt

public byte[] doDecrypt(byte[] data)


Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.