| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.crypto.CipherKeyGeneratororg.bouncycastle.crypto.generators.DESKeyGeneratorpublic class DESKeyGeneratorextends CipherKeyGeneratorField Summary |
Fields inherited from class org.bouncycastle.crypto.CipherKeyGenerator | |
random, strength | |
Method Summary | |
byte[] |
|
Methods inherited from class org.bouncycastle.crypto.CipherKeyGenerator | |
generateKey, init | |
public byte[] generateKey()
generate a secret key.
- Overrides:
- generateKey in interface CipherKeyGenerator
- Returns:
- a byte array containing the key value.