Uses of Class
org.bouncycastle.crypto.params.Ed25519PublicKeyParameters
-
Packages that use Ed25519PublicKeyParameters Package Description org.bouncycastle.crypto.params -
-
Uses of Ed25519PublicKeyParameters in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return Ed25519PublicKeyParameters Modifier and Type Method Description Ed25519PublicKeyParameters
Ed25519PrivateKeyParameters. generatePublicKey()
Methods in org.bouncycastle.crypto.params with parameters of type Ed25519PublicKeyParameters Modifier and Type Method 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
-