public class PKCS11AlgorithmParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
Modifier and Type | Field and Description |
---|---|
private boolean |
isKeyExchange |
private java.lang.String |
keyLabel |
private int |
keySize |
private char[] |
pass |
static int |
TYPE_RSA_KEY_1024 |
static int |
TYPE_RSA_KEY_1536 |
static int |
TYPE_RSA_KEY_2048 |
Constructor and Description |
---|
PKCS11AlgorithmParameterSpec(char[] pass,
java.lang.String keyLabel,
int keyType,
boolean isKeyExchange) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKeyLabel() |
int |
getKeySize() |
char[] |
getPass() |
boolean |
isKeyExchange() |
public static final int TYPE_RSA_KEY_1024
public static final int TYPE_RSA_KEY_1536
public static final int TYPE_RSA_KEY_2048
private char[] pass
private java.lang.String keyLabel
private int keySize
private boolean isKeyExchange
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.