Uses of Class
org.bouncycastle.crypto.general.SEED.WrapParameters
Packages that use SEED.WrapParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of SEED.WrapParameters in org.bouncycastle.crypto.general
Subclasses with type arguments of type SEED.WrapParameters in org.bouncycastle.crypto.generalModifier and TypeClassDescriptionstatic final classFactory for SEED key wrap/unwrap operators.Fields in org.bouncycastle.crypto.general declared as SEED.WrapParametersModifier and TypeFieldDescriptionstatic final SEED.WrapParametersSEED.KWSEED as a FIPS/RFC 4010 key wrapper.static final SEED.WrapParametersSEED.KWPSEED as a FIPS/RFC 4010 key wrapper.Methods in org.bouncycastle.crypto.general that return SEED.WrapParametersModifier and TypeMethodDescriptionSEED.WrapParameters.withIV(byte[] iv) SEED.WrapParameters.withIV(SecureRandom random) SEED.WrapParameters.withUsingInverseFunction(boolean useInverse) Methods in org.bouncycastle.crypto.general with parameters of type SEED.WrapParametersModifier and TypeMethodDescriptionprotected WrapperSEED.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, SEED.WrapParameters parameters, SecureRandom random)