org.mozilla.jss.provider.javax.crypto
Class JSSSecretKeyFactorySpi.DESede
java.lang.Object
|
+--javax.crypto.SecretKeyFactorySpi
|
+--org.mozilla.jss.provider.javax.crypto.JSSSecretKeyFactorySpi
|
+--org.mozilla.jss.provider.javax.crypto.JSSSecretKeyFactorySpi.DESede
- Enclosing class:
- org.mozilla.jss.provider.javax.crypto.JSSSecretKeyFactorySpi
- public static class JSSSecretKeyFactorySpi.DESede
- extends org.mozilla.jss.provider.javax.crypto.JSSSecretKeyFactorySpi
Method Summary |
javax.crypto.SecretKey |
engineGenerateSecret(java.security.spec.KeySpec spec)
|
java.security.spec.KeySpec |
engineGetKeySpec(javax.crypto.SecretKey key,
java.lang.Class keySpec)
|
javax.crypto.SecretKey |
engineTranslateKey(javax.crypto.SecretKey key)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSSSecretKeyFactorySpi.DESede
public JSSSecretKeyFactorySpi.DESede()
engineGenerateSecret
public javax.crypto.SecretKey engineGenerateSecret(java.security.spec.KeySpec spec)
throws java.security.spec.InvalidKeySpecException
- Specified by:
engineGenerateSecret
in class javax.crypto.SecretKeyFactorySpi
java.security.spec.InvalidKeySpecException
engineGetKeySpec
public java.security.spec.KeySpec engineGetKeySpec(javax.crypto.SecretKey key,
java.lang.Class keySpec)
throws java.security.spec.InvalidKeySpecException
- Specified by:
engineGetKeySpec
in class javax.crypto.SecretKeyFactorySpi
java.security.spec.InvalidKeySpecException
engineTranslateKey
public javax.crypto.SecretKey engineTranslateKey(javax.crypto.SecretKey key)
throws java.security.InvalidKeyException
- Specified by:
engineTranslateKey
in class javax.crypto.SecretKeyFactorySpi
java.security.InvalidKeyException
main
public static void main(java.lang.String[] args)