|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.crypto.SecretKeyFactorySpi gnu.crypto.jce.PBKDF2SecretKeyFactory
Nested Class Summary | |
static class |
PBKDF2SecretKeyFactory.HMacHaval
|
static class |
PBKDF2SecretKeyFactory.HMacMD2
|
static class |
PBKDF2SecretKeyFactory.HMacMD4
|
static class |
PBKDF2SecretKeyFactory.HMacMD5
|
static class |
PBKDF2SecretKeyFactory.HMacRipeMD128
|
static class |
PBKDF2SecretKeyFactory.HMacRipeMD160
|
static class |
PBKDF2SecretKeyFactory.HMacSHA1
|
static class |
PBKDF2SecretKeyFactory.HMacSHA256
|
static class |
PBKDF2SecretKeyFactory.HMacSHA384
|
static class |
PBKDF2SecretKeyFactory.HMacSHA512
|
static class |
PBKDF2SecretKeyFactory.HMacTiger
|
static class |
PBKDF2SecretKeyFactory.HMacWhirlpool
|
Field Summary | |
protected java.lang.String |
macName
|
Constructor Summary | |
protected |
PBKDF2SecretKeyFactory(java.lang.String macName)
|
Method Summary | |
protected javax.crypto.SecretKey |
engineGenerateSecret(java.security.spec.KeySpec spec)
|
protected java.security.spec.KeySpec |
engineGetKeySpec(javax.crypto.SecretKey key,
java.lang.Class clazz)
|
protected javax.crypto.SecretKey |
engineTranslateKey(javax.crypto.SecretKey key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String macName
Constructor Detail |
protected PBKDF2SecretKeyFactory(java.lang.String macName)
Method Detail |
protected javax.crypto.SecretKey engineGenerateSecret(java.security.spec.KeySpec spec) throws java.security.spec.InvalidKeySpecException
java.security.spec.InvalidKeySpecException
protected java.security.spec.KeySpec engineGetKeySpec(javax.crypto.SecretKey key, java.lang.Class clazz) throws java.security.spec.InvalidKeySpecException
java.security.spec.InvalidKeySpecException
protected javax.crypto.SecretKey engineTranslateKey(javax.crypto.SecretKey key)
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |