Bouncy Castle Cryptography 1.11 API Specification: Class DESKeyGenerator
|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.CipherKeyGenerator | +--org.bouncycastle.crypto.generators.DESKeyGenerator
Fields inherited from class org.bouncycastle.crypto.CipherKeyGenerator |
random, strength |
Constructor Summary | |
DESKeyGenerator()
|
Method Summary | |
byte[] |
generateKey()
generate a secret key. |
Methods inherited from class org.bouncycastle.crypto.CipherKeyGenerator |
init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DESKeyGenerator()
Method Detail |
public byte[] generateKey()
CipherKeyGenerator
generateKey
in class CipherKeyGenerator
org.bouncycastle.crypto.CipherKeyGenerator
|
Bouncy Castle Cryptography 1.11 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |