Bouncy Castle Cryptography 1.49

org.bouncycastle.crypto.parsers
Class DHIESPublicKeyParser

java.lang.Object
  extended by org.bouncycastle.crypto.parsers.DHIESPublicKeyParser
All Implemented Interfaces:
KeyParser

public class DHIESPublicKeyParser
extends java.lang.Object
implements KeyParser


Constructor Summary
DHIESPublicKeyParser(DHParameters dhParams)
           
 
Method Summary
 AsymmetricKeyParameter readKey(java.io.InputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DHIESPublicKeyParser

public DHIESPublicKeyParser(DHParameters dhParams)
Method Detail

readKey

public AsymmetricKeyParameter readKey(java.io.InputStream stream)
                               throws java.io.IOException
Specified by:
readKey in interface KeyParser
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.49