Uses of Class
org.bouncycastle.crypto.general.Camellia.WrapParameters
-
Packages that use Camellia.WrapParameters Package Description org.bouncycastle.crypto.general 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.WrapParameters Modifier and Type Field Description static Camellia.WrapParameters
Camellia. KW
Camellia as a FIPS/RFC 3657 key wrapper.static Camellia.WrapParameters
Camellia. KWP
Camellia as a FIPS/RFC 3657 key wrapper with padding.Methods in org.bouncycastle.crypto.general that return Camellia.WrapParameters Modifier and Type Method Description Camellia.WrapParameters
Camellia.WrapParameters. withIV(byte[] iv)
Camellia.WrapParameters
Camellia.WrapParameters. withIV(java.security.SecureRandom random)
Camellia.WrapParameters
Camellia.WrapParameters. withUsingInverseFunction(boolean useInverse)
Methods in org.bouncycastle.crypto.general with parameters of type Camellia.WrapParameters Modifier and Type Method Description protected Wrapper
Camellia.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, Camellia.WrapParameters parameters, java.security.SecureRandom random)
-