Uses of Interface
org.bouncycastle.crypto.internal.Xof
Packages that use Xof
-
Uses of Xof in org.bouncycastle.crypto.internal.io
Fields in org.bouncycastle.crypto.internal.io declared as XofConstructors in org.bouncycastle.crypto.internal.io with parameters of type Xof -
Uses of Xof in org.bouncycastle.math.ec.rfc8032
Methods in org.bouncycastle.math.ec.rfc8032 that return XofMethods in org.bouncycastle.math.ec.rfc8032 with parameters of type XofModifier and TypeMethodDescriptionvoid
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)