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.WrapParametersCamellia. KWCamellia as a FIPS/RFC 3657 key wrapper.static Camellia.WrapParametersCamellia. KWPCamellia 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.WrapParametersCamellia.WrapParameters. withIV(byte[] iv)Camellia.WrapParametersCamellia.WrapParameters. withIV(java.security.SecureRandom random)Camellia.WrapParametersCamellia.WrapParameters. withUsingInverseFunction(boolean useInverse)Methods in org.bouncycastle.crypto.general with parameters of type Camellia.WrapParameters Modifier and Type Method Description protected WrapperCamellia.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, Camellia.WrapParameters parameters, java.security.SecureRandom random)
-