Uses of Class
org.bouncycastle.crypto.general.Serpent.WrapParameters
-
Packages that use Serpent.WrapParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of Serpent.WrapParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as Serpent.WrapParameters Modifier and Type Field Description static Serpent.WrapParametersSerpent. KWSerpent as a FIPS/RFC 3394 key wrapper.static Serpent.WrapParametersSerpent. KWPSerpent as a FIPS/RFC 3394 key wrapper with padding.Methods in org.bouncycastle.crypto.general that return Serpent.WrapParameters Modifier and Type Method Description Serpent.WrapParametersSerpent.WrapParameters. withIV(byte[] iv)Serpent.WrapParametersSerpent.WrapParameters. withIV(java.security.SecureRandom random)Serpent.WrapParametersSerpent.WrapParameters. withUsingInverseFunction(boolean useInverse)Methods in org.bouncycastle.crypto.general with parameters of type Serpent.WrapParameters Modifier and Type Method Description protected WrapperSerpent.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, Serpent.WrapParameters parameters, java.security.SecureRandom random)
-