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