Uses of Interface
org.bouncycastle.crypto.general.ElGamal.WrapParameters
-
Packages that use ElGamal.WrapParameters Package Description org.bouncycastle.crypto.general 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.WrapParameters Modifier and Type Class Description static class
ElGamal.OAEPParameters
Parameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.static class
ElGamal.PKCS1v15Parameters
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.WrapParameters Modifier and Type Method Description KeyUnwrapperUsingSecureRandom<ElGamal.WrapParameters>
ElGamal.KeyWrapOperatorFactory. createKeyUnwrapper(AsymmetricDHKey key, ElGamal.WrapParameters parameters)
KeyWrapperUsingSecureRandom<ElGamal.WrapParameters>
ElGamal.KeyWrapOperatorFactory. createKeyWrapper(AsymmetricDHKey key, ElGamal.WrapParameters parameters)
Methods in org.bouncycastle.crypto.general with parameters of type ElGamal.WrapParameters Modifier and Type Method Description KeyUnwrapperUsingSecureRandom<ElGamal.WrapParameters>
ElGamal.KeyWrapOperatorFactory. createKeyUnwrapper(AsymmetricDHKey key, ElGamal.WrapParameters parameters)
KeyWrapperUsingSecureRandom<ElGamal.WrapParameters>
ElGamal.KeyWrapOperatorFactory. createKeyWrapper(AsymmetricDHKey key, ElGamal.WrapParameters parameters)
-