Uses of Class
org.bouncycastle.crypto.params.Ed448PublicKeyParameters
-
Packages that use Ed448PublicKeyParameters Package Description org.bouncycastle.crypto.params -
-
Uses of Ed448PublicKeyParameters in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return Ed448PublicKeyParameters Modifier and Type Method Description Ed448PublicKeyParameters
Ed448PrivateKeyParameters. generatePublicKey()
Methods in org.bouncycastle.crypto.params with parameters of type Ed448PublicKeyParameters Modifier and Type Method Description void
Ed448PrivateKeyParameters. sign(int algorithm, Ed448PublicKeyParameters publicKey, byte[] ctx, byte[] msg, int msgOff, int msgLen, byte[] sig, int sigOff)
Deprecated.use overload that doesn't take a public key
-