Bouncy Castle Cryptography Library 1.79

org.bouncycastle.crypto.parsers
Class ECIESPublicKeyParser

java.lang.Object
  |
  +--org.bouncycastle.crypto.parsers.ECIESPublicKeyParser
All Implemented Interfaces:
KeyParser

public class ECIESPublicKeyParser
extends java.lang.Object
implements KeyParser


Constructor Summary
ECIESPublicKeyParser(ECDomainParameters ecParams)
           
 
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

ECIESPublicKeyParser

public ECIESPublicKeyParser(ECDomainParameters ecParams)
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