Bouncy Castle Cryptography Library 1.85

org.bouncycastle.crypto.params
Class BLSKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.crypto.params.BLSKeyGenerationParameters

public class BLSKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
BLSKeyGenerationParameters(java.security.SecureRandom random, BLSParameters blsParameters)
           
 
Method Summary
 BLSParameters getParameters()
           
 
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BLSKeyGenerationParameters

public BLSKeyGenerationParameters(java.security.SecureRandom random,
                                  BLSParameters blsParameters)
Method Detail

getParameters

public BLSParameters getParameters()

Bouncy Castle Cryptography Library 1.85