Bouncy Castle Cryptography 1.49

org.bouncycastle.crypto.parsers
Class ECIESPublicKeyParser

java.lang.Object
  extended by 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
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.49