kz.gamma.hardware.crypto.pkcs11
Class PKCS11Helper

java.lang.Object
  extended by kz.gamma.hardware.crypto.pkcs11.PKCS11Helper

public class PKCS11Helper
extends java.lang.Object

Author:
Renat Karimov Date: 07.03.13 Time: 16:35

Field Summary
static long CKK_GOSTR3410
           
static long CKM_GOSTR3410
           
static long CKM_GOSTR3410_KEY_PAIR_GEN
           
 
Constructor Summary
PKCS11Helper()
           
 
Method Summary
static CryptoObject createJaCartaGostObject()
           
static CryptoObject createPKCS11GammaObject()
           
static CryptoObject createSafeNetGostObject()
           
static java.util.Map<java.lang.String,java.lang.String> devices()
           
static boolean isPKCS11Object(CryptoObject obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CKM_GOSTR3410_KEY_PAIR_GEN

public static long CKM_GOSTR3410_KEY_PAIR_GEN

CKM_GOSTR3410

public static long CKM_GOSTR3410

CKK_GOSTR3410

public static long CKK_GOSTR3410
Constructor Detail

PKCS11Helper

public PKCS11Helper()
Method Detail

createPKCS11GammaObject

public static CryptoObject createPKCS11GammaObject()

createSafeNetGostObject

public static CryptoObject createSafeNetGostObject()

createJaCartaGostObject

public static CryptoObject createJaCartaGostObject()

devices

public static java.util.Map<java.lang.String,java.lang.String> devices()

isPKCS11Object

public static boolean isPKCS11Object(CryptoObject obj)


Copyright © 2013 Gamma Technologies. All Rights Reserved.