public interface CryptographicAlgoID
| Modifier and Type | Field and Description |
|---|---|
static short |
BSI_DES3_CBC
DES3-CBC cryptographic algorithm with a double length
key-size of 16 bytes.
|
static short |
BSI_DES3_ECB
DES3-ECB cryptographic algorithm with a double length
key-size of 16 bytes.
|
static short |
ECDSA_256_NO_PAD
Cryptographic algorithm computation on the private key of ECC,
Algo size are 256 and 384.
|
static short |
ECDSA_384_NO_PAD |
static short |
RSA_NO_PAD
Cryptographic algorithm computation on the private key,
Chinese Remainder Theory.
|
static final short RSA_NO_PAD
static final short ECDSA_256_NO_PAD
static final short ECDSA_384_NO_PAD
static final short BSI_DES3_ECB
static final short BSI_DES3_CBC
Copyright © 1998-2010 ActivIdentity (All rights reserved)