org.mozilla.jss.crypto
public interface SymmetricKey
Nested Class Summary | |
---|---|
static class | SymmetricKey.NotExtractableException |
static class | SymmetricKey.Type |
static class | SymmetricKey.Usage
In PKCS #11, each key can be marked with the operations it will
be used to perform. |
Field Summary | |
---|---|
static SymmetricKey.Type | AES |
static SymmetricKey.Type | DES |
static SymmetricKey.Type | DES3 |
static SymmetricKey.Type | RC2 |
static SymmetricKey.Type | RC4 |
static SymmetricKey.Type | SHA1_HMAC |
Method Summary | |
---|---|
String | getAlgorithm() |
byte[] | getEncoded() |
String | getFormat() |
byte[] | getKeyData() |
int | getLength() |
CryptoToken | getOwningToken() |
int | getStrength() |
SymmetricKey.Type | getType() |