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