|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.util.CipherKeyGeneratorFactory
Factory methods for generating secret key generators for symmetric ciphers.
Method Summary | |
static CipherKeyGenerator |
createKeyGenerator(ASN1ObjectIdentifier algorithm,
java.security.SecureRandom random)
Create a key generator for the passed in Object Identifier. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static CipherKeyGenerator createKeyGenerator(ASN1ObjectIdentifier algorithm, java.security.SecureRandom random) throws java.lang.IllegalArgumentException
algorithm
- the Object Identifier indicating the algorithn the generator is for.random
- a source of random to initialise the generator with.java.lang.IllegalArgumentException
- if the algorithm cannot be identified.
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |