|
JSS 3.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
DES
|
static SymmetricKey.Type |
DES3
|
static SymmetricKey.Type |
RC2
|
static SymmetricKey.Type |
RC4
|
static SymmetricKey.Type |
SHA1_HMAC
|
Method Summary | |
java.lang.String |
getAlgorithm()
|
byte[] |
getEncoded()
|
java.lang.String |
getFormat()
|
byte[] |
getKeyData()
|
int |
getLength()
|
CryptoToken |
getOwningToken()
|
int |
getStrength()
|
SymmetricKey.Type |
getType()
|
Field Detail |
public static final SymmetricKey.Type DES
public static final SymmetricKey.Type DES3
public static final SymmetricKey.Type RC4
public static final SymmetricKey.Type RC2
public static final SymmetricKey.Type SHA1_HMAC
Method Detail |
public SymmetricKey.Type getType()
public CryptoToken getOwningToken()
public int getStrength()
public int getLength()
public byte[] getKeyData() throws SymmetricKey.NotExtractableException
SymmetricKey.NotExtractableException
public java.lang.String getAlgorithm()
public byte[] getEncoded()
public java.lang.String getFormat()
|
JSS 3.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |