Uses of Class
org.bouncycastle.crypto.general.Twofish.WrapParameters
-
Packages that use Twofish.WrapParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of Twofish.WrapParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as Twofish.WrapParameters Modifier and Type Field Description static Twofish.WrapParametersTwofish. KWTwofish as a FIPS/RFC 3394 key wrapper.static Twofish.WrapParametersTwofish. KWPTwofish as a FIPS/RFC 3394 key wrapper with padding.Methods in org.bouncycastle.crypto.general that return Twofish.WrapParameters Modifier and Type Method Description Twofish.WrapParametersTwofish.WrapParameters. withIV(byte[] iv)Twofish.WrapParametersTwofish.WrapParameters. withIV(java.security.SecureRandom random)Twofish.WrapParametersTwofish.WrapParameters. withUsingInverseFunction(boolean useInverse)Methods in org.bouncycastle.crypto.general with parameters of type Twofish.WrapParameters Modifier and Type Method Description protected WrapperTwofish.KeyWrapOperatorFactory. createWrapper(boolean forWrapping, SymmetricKey key, Twofish.WrapParameters parameters, java.security.SecureRandom random)
-