Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.parsers
Class XIESPublicKeyParser

java.lang.Object
  |
  +--org.bouncycastle.crypto.parsers.XIESPublicKeyParser
All Implemented Interfaces:
KeyParser

public class XIESPublicKeyParser
extends java.lang.Object
implements KeyParser


Constructor Summary
XIESPublicKeyParser(boolean isX25519)
           
 
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

XIESPublicKeyParser

public XIESPublicKeyParser(boolean isX25519)
Method Detail

readKey

public AsymmetricKeyParameter readKey(java.io.InputStream stream)
                               throws java.io.IOException
Specified by:
readKey in interface KeyParser

Bouncy Castle Cryptography Library 1.77.0