Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.jcajce.interfaces
Interface KyberPrivateKey

All Superinterfaces:
java.security.Key, KyberKey, java.security.PrivateKey, java.io.Serializable
All Known Implementing Classes:
BCKyberPrivateKey

public interface KyberPrivateKey
extends java.security.PrivateKey, KyberKey


Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 KyberPublicKey getPublicKey()
          Return the public key corresponding to this private key.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 
Methods inherited from interface org.bouncycastle.pqc.jcajce.interfaces.KyberKey
getParameterSpec
 

Method Detail

getPublicKey

public KyberPublicKey getPublicKey()
Return the public key corresponding to this private key.
Returns:
a Kyber Public Key

Bouncy Castle Cryptography Library 1.79