Uses of Class
org.bouncycastle.crypto.fips.FipsSHS.CSHAKEParameters
-
Packages that use FipsSHS.CSHAKEParameters Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsSHS.CSHAKEParameters in org.bouncycastle.crypto.fips
Fields in org.bouncycastle.crypto.fips declared as FipsSHS.CSHAKEParameters Modifier and Type Field Description static FipsSHS.CSHAKEParameters
FipsSHS. cSHAKE128
static FipsSHS.CSHAKEParameters
FipsSHS. cSHAKE256
Methods in org.bouncycastle.crypto.fips that return FipsSHS.CSHAKEParameters Modifier and Type Method Description FipsSHS.CSHAKEParameters
FipsSHS.CSHAKEParameters. withCustomizationString(byte[] customizationString)
Return a new set of parameters specifying a specific customization string.FipsSHS.CSHAKEParameters
FipsSHS.CSHAKEParameters. withFunctionName(byte[] functionName)
Return a new set of parameters specifying a specific function name bit string.
-