All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----javax.crypto.KeyGeneratorSpi
|
+----au.net.aba.crypto.provider.DESKeyGenerator
|
+----au.net.aba.crypto.provider.DESedeKeyGenerator
There is no AlgorithmParameterSpec class defined for DESede so this generator can only be initialised using the keysize,random initialisation.
The returned key will be a non-weak key with odd parity.
public static final String ident
public DESedeKeyGenerator()
protected SecretKey engineGenerateKey()
All Packages Class Hierarchy This Package Previous Next Index