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 XofXofOutputStream. digestConstructors 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 XofEd448. createPrehash()protected abstract XofEd448. createXof()Methods in org.bouncycastle.math.ec.rfc8032 with parameters of type Xof Modifier and Type Method Description voidEd448. signPrehash(byte[] sk, int skOff, byte[] pk, int pkOff, byte[] ctx, Xof ph, byte[] sig, int sigOff)voidEd448. signPrehash(byte[] sk, int skOff, byte[] ctx, Xof ph, byte[] sig, int sigOff)booleanEd448. verifyPrehash(byte[] sig, int sigOff, byte[] pk, int pkOff, byte[] ctx, Xof ph)
-