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
Subclasses with type arguments of type Twofish.WrapParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for Twofish key wrap/unwrap operators.Fields in org.bouncycastle.crypto.general declared as Twofish.WrapParametersModifier and TypeFieldDescriptionstatic final Twofish.WrapParametersTwofish.KWTwofish as a FIPS/RFC 3394 key wrapper.static final Twofish.WrapParametersTwofish.KWPTwofish 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 WrapperTwofish.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, Twofish.WrapParameters parameters, SecureRandom random)