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.CSHAKEParametersFipsSHS. cSHAKE128static FipsSHS.CSHAKEParametersFipsSHS. cSHAKE256Methods in org.bouncycastle.crypto.fips that return FipsSHS.CSHAKEParameters Modifier and Type Method Description FipsSHS.CSHAKEParametersFipsSHS.CSHAKEParameters. withCustomizationString(byte[] customizationString)Return a new set of parameters specifying a specific customization string.FipsSHS.CSHAKEParametersFipsSHS.CSHAKEParameters. withFunctionName(byte[] functionName)Return a new set of parameters specifying a specific function name bit string.
-