Uses of Class
org.bouncycastle.crypto.general.ARIA.WrapParameters
Packages that use ARIA.WrapParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of ARIA.WrapParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as ARIA.WrapParametersModifier and TypeFieldDescriptionstatic final ARIA.WrapParametersARIA.KWARIA as a FIPS/RFC 3657 key wrapper.static final ARIA.WrapParametersARIA.KWPARIA as a FIPS/RFC 3657 key wrapper with padding.Methods in org.bouncycastle.crypto.general that return ARIA.WrapParametersModifier and TypeMethodDescriptionARIA.WrapParameters.withIV(byte[] iv) ARIA.WrapParameters.withIV(SecureRandom random) ARIA.WrapParameters.withUsingInverseFunction(boolean useInverse) Methods in org.bouncycastle.crypto.general with parameters of type ARIA.WrapParametersModifier and TypeMethodDescriptionprotected WrapperARIA.KeyWrapOperatorFactory.createWrapper(boolean forWrapping, SymmetricKey key, ARIA.WrapParameters parameters, SecureRandom random)