Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.xwing
Class XWingPublicKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.xwing.XWingKeyParameters
              |
              +--org.bouncycastle.pqc.crypto.xwing.XWingPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class XWingPublicKeyParameters
extends XWingKeyParameters


Constructor Summary
XWingPublicKeyParameters(byte[] encoding)
           
 
Method Summary
 byte[] getEncoded()
           
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWingPublicKeyParameters

public XWingPublicKeyParameters(byte[] encoding)
Method Detail

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.79