org.bouncycastle.jce.provider

Class JCEKeyGenerator.DESede

public static class JCEKeyGenerator.DESede extends JCEKeyGenerator

DESede - the default for this is to generate a key in a-b-a format that's 24 bytes long but has 16 bytes of key material (the first 8 bytes is repeated as the last 8 bytes). If you give it a size, you'll get just what you asked for.
Constructor Summary
DESede()
Method Summary
protected SecretKeyengineGenerateKey()
protected voidengineInit(int keySize, SecureRandom random)

Constructor Detail

DESede

public DESede()

Method Detail

engineGenerateKey

protected SecretKey engineGenerateKey()

engineInit

protected void engineInit(int keySize, SecureRandom random)