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