kz.gamma.crypto.params
Class GammaParameters

java.lang.Object
  extended by kz.gamma.crypto.params.GammaParameters
All Implemented Interfaces:
CipherParameters

public class GammaParameters
extends java.lang.Object
implements CipherParameters

Передача параметров в криптографические классы Date: 05.10.2009 Time: 15:46:27


Field Summary
private  int hashAlgID
           
private  JCEECPrivateKey privKey
           
private  JCEECPublicKey pubKey
           
 
Constructor Summary
GammaParameters(java.security.PrivateKey key)
           
GammaParameters(java.security.PublicKey key)
           
 
Method Summary
 java.lang.Number getCSPHandle()
           
 int getCSPkeyType()
           
 int gethashAlgID()
           
 byte[] getPublicKey()
           
 void sethashAlgID(int hshAlgID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

privKey

private JCEECPrivateKey privKey

pubKey

private JCEECPublicKey pubKey

hashAlgID

private int hashAlgID
Constructor Detail

GammaParameters

public GammaParameters(java.security.PublicKey key)

GammaParameters

public GammaParameters(java.security.PrivateKey key)
Method Detail

getPublicKey

public byte[] getPublicKey()

getCSPHandle

public java.lang.Number getCSPHandle()

getCSPkeyType

public int getCSPkeyType()

sethashAlgID

public void sethashAlgID(int hshAlgID)

gethashAlgID

public int gethashAlgID()


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