|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.crypto.SecretKeyFactorySpi
org.bouncycastle.jce.provider.JCESecretKeyFactory
public class JCESecretKeyFactory
Nested classes/interfaces inherited from interface org.bouncycastle.jce.provider.PBE |
---|
PBE.Util |
Field Summary | |
---|---|
protected java.lang.String |
algName
|
protected DERObjectIdentifier |
algOid
|
Fields inherited from interface org.bouncycastle.jce.provider.PBE |
---|
MD5, OPENSSL, PKCS12, PKCS5S1, PKCS5S2, RIPEMD160, SHA1, SHA256, TIGER |
Constructor Summary | |
---|---|
protected |
JCESecretKeyFactory(java.lang.String algName,
DERObjectIdentifier algOid)
|
Method Summary | |
---|---|
protected javax.crypto.SecretKey |
engineGenerateSecret(java.security.spec.KeySpec keySpec)
|
protected java.security.spec.KeySpec |
engineGetKeySpec(javax.crypto.SecretKey key,
java.lang.Class keySpec)
|
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 algName
protected DERObjectIdentifier algOid
Constructor Detail |
---|
protected JCESecretKeyFactory(java.lang.String algName, DERObjectIdentifier algOid)
Method Detail |
---|
protected javax.crypto.SecretKey engineGenerateSecret(java.security.spec.KeySpec keySpec) throws java.security.spec.InvalidKeySpecException
engineGenerateSecret
in class javax.crypto.SecretKeyFactorySpi
java.security.spec.InvalidKeySpecException
protected java.security.spec.KeySpec engineGetKeySpec(javax.crypto.SecretKey key, java.lang.Class keySpec) throws java.security.spec.InvalidKeySpecException
engineGetKeySpec
in class javax.crypto.SecretKeyFactorySpi
java.security.spec.InvalidKeySpecException
protected javax.crypto.SecretKey engineTranslateKey(javax.crypto.SecretKey key) throws java.security.InvalidKeyException
engineTranslateKey
in class javax.crypto.SecretKeyFactorySpi
java.security.InvalidKeyException
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |