Bouncy Castle Cryptography 1.49

org.bouncycastle.crypto
Interface KeyParser

All Known Implementing Classes:
DHIESPublicKeyParser, ECIESPublicKeyParser

public interface KeyParser


Method Summary
 AsymmetricKeyParameter readKey(java.io.InputStream stream)
           
 

Method Detail

readKey

AsymmetricKeyParameter readKey(java.io.InputStream stream)
                               throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.49