Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.params
Class X25519KeyGenerationParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.KeyGenerationParameters
        |
        +--org.bouncycastle.crypto.params.X25519KeyGenerationParameters

public class X25519KeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
X25519KeyGenerationParameters(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

X25519KeyGenerationParameters

public X25519KeyGenerationParameters(java.security.SecureRandom random)

Bouncy Castle Cryptography Library 1.77.0