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