Interface KyberPrivateKey
-
- All Superinterfaces:
javax.security.auth.Destroyable,java.security.Key,KyberKey,java.security.PrivateKey,java.io.Serializable
- All Known Implementing Classes:
BCKyberPrivateKey
public interface KyberPrivateKey extends java.security.PrivateKey, KyberKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KyberPublicKeygetPublicKey()Return the public key corresponding to this private key.-
Methods inherited from interface org.bouncycastle.pqc.jcajce.interfaces.KyberKey
getParameterSpec
-
-
-
-
Method Detail
-
getPublicKey
KyberPublicKey getPublicKey()
Return the public key corresponding to this private key.- Returns:
- a Kyber Public Key
-
-