Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.crypto.CipherKeyGenerator
org.bouncycastle.crypto.generators.DESKeyGenerator
public class DESKeyGenerator
extends CipherKeyGenerator
Field 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.