kz.gamma.hardware.jce.param
Class CryptoParam

java.lang.Object
  extended by kz.gamma.hardware.jce.param.CryptoParam
Direct Known Subclasses:
PcscParam, PKCS11Param

public class CryptoParam
extends java.lang.Object

Created with IntelliJ IDEA. User: s_moiseyev Date: 27.12.12 Time: 7:55 To change this template use File | Settings | File Templates.


Field Summary
protected  java.lang.String readerName
           
static int TYPE_GOST_PARAM_A
           
static int TYPE_GOST_PARAM_A_EX
           
static int TYPE_RSA_KEY_1024
           
static int TYPE_RSA_KEY_1536
           
static int TYPE_RSA_KEY_2048
           
static int TYPE_RSA_KEY_EX_1024
           
static int TYPE_RSA_KEY_EX_1536
           
static int TYPE_RSA_KEY_EX_2048
           
 
Constructor Summary
CryptoParam()
           
 
Method Summary
 java.lang.String getReaderName()
          Метод, возвращающий имя ридера
 void setReaderName(java.lang.String readerName)
          Метод, устанавливающий имя ридера
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_GOST_PARAM_A

public static final int TYPE_GOST_PARAM_A
See Also:
Constant Field Values

TYPE_GOST_PARAM_A_EX

public static final int TYPE_GOST_PARAM_A_EX
See Also:
Constant Field Values

TYPE_RSA_KEY_1024

public static final int TYPE_RSA_KEY_1024
See Also:
Constant Field Values

TYPE_RSA_KEY_1536

public static final int TYPE_RSA_KEY_1536
See Also:
Constant Field Values

TYPE_RSA_KEY_2048

public static final int TYPE_RSA_KEY_2048
See Also:
Constant Field Values

TYPE_RSA_KEY_EX_1024

public static final int TYPE_RSA_KEY_EX_1024
See Also:
Constant Field Values

TYPE_RSA_KEY_EX_1536

public static final int TYPE_RSA_KEY_EX_1536
See Also:
Constant Field Values

TYPE_RSA_KEY_EX_2048

public static final int TYPE_RSA_KEY_EX_2048
See Also:
Constant Field Values

readerName

protected java.lang.String readerName
Constructor Detail

CryptoParam

public CryptoParam()
Method Detail

getReaderName

public java.lang.String getReaderName()
Метод, возвращающий имя ридера

Returns:
имя устройства

setReaderName

public void setReaderName(java.lang.String readerName)
Метод, устанавливающий имя ридера

Parameters:
readerName -


Copyright © 2013 Gamma Technologies. All Rights Reserved.