Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.saber
Class SABERPrivateKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.saber.SABERKeyParameters
              |
              +--org.bouncycastle.pqc.crypto.saber.SABERPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class SABERPrivateKeyParameters
extends SABERKeyParameters


Constructor Summary
SABERPrivateKeyParameters(SABERParameters params, byte[] privateKey)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getPrivateKey()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.saber.SABERKeyParameters
getParameters
 
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

SABERPrivateKeyParameters

public SABERPrivateKeyParameters(SABERParameters params,
                                 byte[] privateKey)
Method Detail

getPrivateKey

public byte[] getPrivateKey()

getEncoded

public byte[] getEncoded()

Bouncy Castle Cryptography Library 1.79