Uses of Interface
org.bouncycastle.crypto.Xof
-
Packages that use Xof Package Description org.bouncycastle.crypto.digests org.bouncycastle.crypto.macs org.bouncycastle.jcajce.provider.digest org.bouncycastle.math.ec.rfc8032 -
-
Uses of Xof in org.bouncycastle.crypto.digests
Classes in org.bouncycastle.crypto.digests that implement Xof Modifier and Type Class Description class
Blake2xsDigest
Implementation of the eXtendable Output Function (XOF) BLAKE2xs.class
CSHAKEDigest
Customizable SHAKE function.class
SHAKEDigest
implementation of SHAKE based on following KeccakNISTInterface.c from http://keccak.noekeon.org/ -
Uses of Xof in org.bouncycastle.crypto.macs
Classes in org.bouncycastle.crypto.macs that implement Xof Modifier and Type Class Description class
KMAC
KMAC - MAC with optional XOF mode. -
Uses of Xof in org.bouncycastle.jcajce.provider.digest
Constructors in org.bouncycastle.jcajce.provider.digest with parameters of type Xof Constructor Description BCMessageDigest(Xof digest, int outputSize)
-
Uses of Xof in org.bouncycastle.math.ec.rfc8032
Methods in org.bouncycastle.math.ec.rfc8032 that return Xof Modifier and Type Method Description static Xof
Ed448. createPrehash()
Methods in org.bouncycastle.math.ec.rfc8032 with parameters of type Xof Modifier and Type Method Description static void
Ed448. signPrehash(byte[] sk, int skOff, byte[] pk, int pkOff, byte[] ctx, Xof ph, byte[] sig, int sigOff)
static void
Ed448. signPrehash(byte[] sk, int skOff, byte[] ctx, Xof ph, byte[] sig, int sigOff)
static boolean
Ed448. verifyPrehash(byte[] sig, int sigOff, byte[] pk, int pkOff, byte[] ctx, Xof ph)
-