Uses of Class
org.bouncycastle.crypto.general.Twofish.WrapParameters
Packages that use Twofish.WrapParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of Twofish.WrapParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as Twofish.WrapParametersModifier and TypeFieldDescriptionstatic final Twofish.WrapParameters
Twofish.KW
Twofish as a FIPS/RFC 3394 key wrapper.static final Twofish.WrapParameters
Twofish.KWP
Twofish as a FIPS/RFC 3394 key wrapper with padding.Methods in org.bouncycastle.crypto.general that return Twofish.WrapParametersModifier and TypeMethodDescriptionTwofish.WrapParameters.withIV
(byte[] iv) Twofish.WrapParameters.withIV
(SecureRandom random) Twofish.WrapParameters.withUsingInverseFunction
(boolean useInverse) Methods in org.bouncycastle.crypto.general with parameters of type Twofish.WrapParametersModifier and TypeMethodDescriptionprotected Wrapper
Twofish.KeyWrapOperatorFactory.createWrapper
(boolean forWrapping, SymmetricKey key, Twofish.WrapParameters parameters, SecureRandom random)