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
Fields in org.bouncycastle.crypto.general declared as Serpent.WrapParametersModifier and TypeFieldDescriptionstatic final Serpent.WrapParameters
Serpent.KW
Serpent as a FIPS/RFC 3394 key wrapper.static final Serpent.WrapParameters
Serpent.KWP
Serpent 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 Wrapper
Serpent.KeyWrapOperatorFactory.createWrapper
(boolean forWrapping, SymmetricKey key, Serpent.WrapParameters parameters, SecureRandom random)