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 classParameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.static final classParameters for use with PKCS#1 v1.5 formatted key wrapping/unwrapping and encryption/decryption.Classes in org.bouncycastle.crypto.general that implement interfaces with type arguments of type ElGamal.WrapParametersModifier and TypeClassDescriptionstatic final classFactory for creating ElGamal key wrap/unwrap operators.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)