Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.params
Class Ed25519KeyGenerationParameters

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

public class Ed25519KeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
Ed25519KeyGenerationParameters(java.security.SecureRandom random)
           
 
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

Ed25519KeyGenerationParameters

public Ed25519KeyGenerationParameters(java.security.SecureRandom random)

Bouncy Castle Cryptography Library 1.81