Package org.bouncycastle.crypto.parsers
Class DHIESPublicKeyParser
- java.lang.Object
-
- org.bouncycastle.crypto.parsers.DHIESPublicKeyParser
-
-
Constructor Summary
Constructors Constructor Description DHIESPublicKeyParser(DHParameters dhParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsymmetricKeyParameter
readKey(java.io.InputStream stream)
-
-
-
Constructor Detail
-
DHIESPublicKeyParser
public DHIESPublicKeyParser(DHParameters dhParams)
-
-
Method Detail
-
readKey
public AsymmetricKeyParameter readKey(java.io.InputStream stream) throws java.io.IOException
-
-