Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.xwing
Class XWingPrivateKeyParameters

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

public class XWingPrivateKeyParameters
extends XWingKeyParameters


Constructor Summary
XWingPrivateKeyParameters(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

XWingPrivateKeyParameters

public XWingPrivateKeyParameters(byte[] encoding)
Method Detail

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.79