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