Uses of Class
org.bouncycastle.crypto.params.X25519PublicKeyParameters
-
Packages that use X25519PublicKeyParameters Package Description org.bouncycastle.crypto.params -
-
Uses of X25519PublicKeyParameters in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return X25519PublicKeyParameters Modifier and Type Method Description X25519PublicKeyParameters
X25519PrivateKeyParameters. generatePublicKey()
Methods in org.bouncycastle.crypto.params with parameters of type X25519PublicKeyParameters Modifier and Type Method Description void
X25519PrivateKeyParameters. generateSecret(X25519PublicKeyParameters publicKey, byte[] buf, int off)
-