public static interface Key.KeyType
| Modifier and Type | Field and Description |
|---|---|
static Long |
AES
The identifier for a AES key.
|
static Long |
BATON
The identifier for a BATON key.
|
static Long |
BLOWFISH
The identifier for a Blowfish key.
|
static Long |
CAST
The identifier for a CAST key.
|
static Long |
CAST128
The identifier for a CAST128 key.
|
static Long |
CAST3
The identifier for a CAST3 key.
|
static Long |
CDMF
The identifier for a CDMF key.
|
static Long |
DES
The identifier for a DES key.
|
static Long |
DES2
The identifier for a double-length DES key.
|
static Long |
DES3
The identifier for a trible-length DES key (Trible-DES).
|
static Long |
DH
The identifier for a Diffi-Hellman key.
|
static Long |
DSA
The identifier for a DSA key.
|
static Long |
EC
The identifier for a EC key.
|
static Long |
GENERIC_SECRET
The identifier for a generic secret key.
|
static Long |
IDEA
The identifier for a IDEA key.
|
static Long |
JUNIPER
The identifier for a JUNIPER key.
|
static Long |
KEA
The identifier for a KEA key.
|
static Long |
RC2
The identifier for a RC2 key.
|
static Long |
RC4
The identifier for a RC4 key.
|
static Long |
RC5
The identifier for a RC5 key.
|
static Long |
RSA
The identifier for a RSA key.
|
static Long |
SKIPJACK
The identifier for a SKIPJACK key.
|
static Long |
TWOFISH
The identifier for a Twofish key.
|
static Long |
VENDOR_DEFINED
The identifier for a VENDOR_DEFINED key.
|
static Long |
VENDOR_SM2
The identifier for a SM2 key.
|
static Long |
VENDOR_SM4
The identifier for a SM4 key.
|
static Long |
X9_42_DH
The identifier for a EC key.
|
static final Long RSA
static final Long DSA
static final Long DH
static final Long EC
static final Long X9_42_DH
static final Long KEA
static final Long GENERIC_SECRET
static final Long RC2
static final Long RC4
static final Long DES
static final Long DES2
static final Long DES3
static final Long CAST
static final Long CAST3
static final Long CAST128
static final Long RC5
static final Long IDEA
static final Long SKIPJACK
static final Long BATON
static final Long JUNIPER
static final Long CDMF
static final Long AES
static final Long BLOWFISH
static final Long TWOFISH
static final Long VENDOR_SM2
static final Long VENDOR_SM4
static final Long VENDOR_DEFINED
Copyright © 2018. All rights reserved.