org.mozilla.jss.pkcs11
public final class KeyType extends Object
| Field Summary | |
|---|---|
| static KeyType | AES |
| protected static Hashtable | algHash |
| protected Algorithm[] | algorithms |
| static KeyType | DES |
| static KeyType | DES3 |
| static KeyType | DH |
| static KeyType | DSA |
| static KeyType | EC |
| static KeyType | FORTEZZA |
| static KeyType | KEA |
| protected String | name |
| static KeyType | NULL |
| static KeyType | RC2 |
| static KeyType | RC4 |
| static KeyType | RSA |
| static KeyType | SHA1_HMAC |
| Constructor Summary | |
|---|---|
| protected | KeyType() |
| protected | KeyType(Algorithm[] algs, String name) |
| Method Summary | |
|---|---|
| static KeyType | getKeyTypeFromAlgorithm(Algorithm alg)
Returns the KeyType corresponding to the given Algorithm. |
| Algorithm[] | supportedAlgorithms()
Returns an array of algorithms supported by this key type. |
| String | toString() |
Deprecated: As of NSS 3.11, FORTEZZA is no longer supported. This is just a placeholder for backward compatibility.