public static class DESede.KeyFactory extends BaseSecretKeyFactory
algName, algOid
Constructor and Description |
---|
KeyFactory() |
Modifier and Type | Method and Description |
---|---|
protected SecretKey |
engineGenerateSecret(KeySpec keySpec) |
protected KeySpec |
engineGetKeySpec(SecretKey key,
Class keySpec) |
engineTranslateKey
protected KeySpec engineGetKeySpec(SecretKey key, Class keySpec) throws InvalidKeySpecException
engineGetKeySpec
in class BaseSecretKeyFactory
InvalidKeySpecException
protected SecretKey engineGenerateSecret(KeySpec keySpec) throws InvalidKeySpecException
engineGenerateSecret
in class BaseSecretKeyFactory
InvalidKeySpecException
Copyright © 2020 BouncyCastle.org. All rights reserved.