Uses of Interface
org.bouncycastle.crypto.general.ElGamal.WrapParameters
Packages that use ElGamal.WrapParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of ElGamal.WrapParameters in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general that implement ElGamal.WrapParametersModifier and TypeClassDescriptionstatic final class
Parameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.static final class
Parameters for use with PKCS#1 v1.5 formatted key wrapping/unwrapping and encryption/decryption.Methods in org.bouncycastle.crypto.general that return types with arguments of type ElGamal.WrapParametersModifier and TypeMethodDescriptionElGamal.KeyWrapOperatorFactory.createKeyUnwrapper
(AsymmetricDHKey key, ElGamal.WrapParameters parameters) ElGamal.KeyWrapOperatorFactory.createKeyWrapper
(AsymmetricDHKey key, ElGamal.WrapParameters parameters) Methods in org.bouncycastle.crypto.general with parameters of type ElGamal.WrapParametersModifier and TypeMethodDescriptionElGamal.KeyWrapOperatorFactory.createKeyUnwrapper
(AsymmetricDHKey key, ElGamal.WrapParameters parameters) ElGamal.KeyWrapOperatorFactory.createKeyWrapper
(AsymmetricDHKey key, ElGamal.WrapParameters parameters)