Bouncy Castle Cryptography Library 1.79

org.bouncycastle.crypto.parsers
Class DHIESPublicKeyParser

java.lang.Object
  |
  +--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

Bouncy Castle Cryptography Library 1.79