Uses of Class
org.bouncycastle.crypto.asymmetric.AsymmetricDHKey
-
Packages that use AsymmetricDHKey Package Description org.bouncycastle.crypto.asymmetric Keys and parameter classes for asymmetric (public/private) key algorithms.org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of AsymmetricDHKey in org.bouncycastle.crypto.asymmetric
Subclasses of AsymmetricDHKey in org.bouncycastle.crypto.asymmetric Modifier and Type Class Description class
AsymmetricDHPrivateKey
Class for Diffie-Hellman private keys.class
AsymmetricDHPublicKey
Class for Diffie-Hellman public keys. -
Uses of AsymmetricDHKey in org.bouncycastle.crypto.general
Methods in org.bouncycastle.crypto.general with parameters of type AsymmetricDHKey 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)
-