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 classElGamal.OAEPParametersParameters for use with OAEP formatted key wrapping/unwrapping and encryption/decryption.static classElGamal.PKCS1v15ParametersParameters 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)
-