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