Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.jcajce.interfaces
Interface FalconPrivateKey

All Superinterfaces:
FalconKey, java.security.Key, java.security.PrivateKey, java.io.Serializable
All Known Implementing Classes:
BCFalconPrivateKey

public interface FalconPrivateKey
extends java.security.PrivateKey, FalconKey


Fields inherited from interface java.security.PrivateKey
serialVersionUID
 
Method Summary
 FalconPublicKey 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.FalconKey
getParameterSpec
 

Method Detail

getPublicKey

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

Bouncy Castle Cryptography Library 1.79