Uses of Interface
org.bouncycastle.crypto.internal.Xof
-
Packages that use Xof Package Description org.bouncycastle.crypto.internal.io org.bouncycastle.math.ec.rfc8032 -
-
Uses of Xof in org.bouncycastle.crypto.internal.io
Fields in org.bouncycastle.crypto.internal.io declared as Xof Modifier and Type Field Description protected Xof
XofOutputStream. digest
Constructors in org.bouncycastle.crypto.internal.io with parameters of type Xof Constructor Description XofOutputStream(Xof digest)
-
Uses of Xof in org.bouncycastle.math.ec.rfc8032
Methods in org.bouncycastle.math.ec.rfc8032 that return Xof Modifier and Type Method Description Xof
Ed448. createPrehash()
protected abstract Xof
Ed448. createXof()
Methods in org.bouncycastle.math.ec.rfc8032 with parameters of type Xof Modifier and Type Method Description void
Ed448. signPrehash(byte[] sk, int skOff, byte[] pk, int pkOff, byte[] ctx, Xof ph, byte[] sig, int sigOff)
void
Ed448. signPrehash(byte[] sk, int skOff, byte[] ctx, Xof ph, byte[] sig, int sigOff)
boolean
Ed448. verifyPrehash(byte[] sig, int sigOff, byte[] pk, int pkOff, byte[] ctx, Xof ph)
-