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