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