Package | Description |
---|---|
org.bouncycastle.crypto.params |
Modifier and Type | Method and Description |
---|---|
Ed25519PublicKeyParameters |
Ed25519PrivateKeyParameters.generatePublicKey() |
Modifier and Type | Method and Description |
---|---|
void |
Ed25519PrivateKeyParameters.sign(int algorithm,
Ed25519PublicKeyParameters publicKey,
byte[] ctx,
byte[] msg,
int msgOff,
int msgLen,
byte[] sig,
int sigOff)
Deprecated.
use overload that doesn't take a public key
|
Copyright © 2021 BouncyCastle.org. All rights reserved.