Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto
Interface KeyParser

All Known Implementing Classes:
DHIESPublicKeyParser, ECIESPublicKeyParser, XIESPublicKeyParser

public interface KeyParser


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

Method Detail

readKey

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

Bouncy Castle Cryptography Library 1.81