Uses of Class
org.bouncycastle.crypto.general.Serpent.WrapParameters
Packages that use Serpent.WrapParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of Serpent.WrapParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type Serpent.WrapParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for Serpent key wrap/unwrap operators.Fields in org.bouncycastle.crypto.general declared as Serpent.WrapParametersModifier and TypeFieldDescriptionstatic final Serpent.WrapParametersSerpent.KWSerpent as a FIPS/RFC 3394 key wrapper.static final Serpent.WrapParametersSerpent.KWPSerpent as a FIPS/RFC 3394 key wrapper with padding.Methods in org.bouncycastle.crypto.general that return Serpent.WrapParametersModifier and TypeMethodDescriptionSerpent.WrapParameters.withIV(byte[] iv) Serpent.WrapParameters.withIV(SecureRandom random) Serpent.WrapParameters.withUsingInverseFunction(boolean useInverse) Methods in org.bouncycastle.crypto.general with parameters of type Serpent.WrapParametersModifier and TypeMethodDescriptionprotected WrapperSerpent.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, Serpent.WrapParameters parameters, SecureRandom random)