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