Interface EdDSAPrivateKey
-
- All Superinterfaces:
javax.security.auth.Destroyable,EdDSAKey,java.security.Key,java.security.PrivateKey,java.io.Serializable
- All Known Implementing Classes:
BCEdDSAPrivateKey
public interface EdDSAPrivateKey extends EdDSAKey, java.security.PrivateKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EdDSAPublicKeygetPublicKey()Return the public key associated with this private key.
-
-
-
Method Detail
-
getPublicKey
EdDSAPublicKey getPublicKey()
Return the public key associated with this private key.- Returns:
- an EdDSAPublicKey
-
-