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 AsymmetricKeyParameter
readKey(InputStream stream)
-
-
-
Constructor Detail
-
ECIESPublicKeyParser
public ECIESPublicKeyParser(ECDomainParameters ecParams)
-
-
Method Detail
-
readKey
public AsymmetricKeyParameter readKey(InputStream stream) throws IOException
- Specified by:
readKey
in interfaceKeyParser
- Throws:
IOException
-
-