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