Interface NodeKeyManager
- All Superinterfaces:
org.apache.ignite.internal.lang.Debuggable,org.apache.ignite.internal.manager.IgniteComponent
- All Known Implementing Classes:
NodeKeyManagerImpl
public interface NodeKeyManager
extends org.apache.ignite.internal.manager.IgniteComponent
Key manager for node keys.
-
Field Summary
Fields inherited from interface org.apache.ignite.internal.lang.Debuggable
INDENTATION -
Method Summary
Modifier and TypeMethodDescriptionReturns local private key.getPublicKey(String nodeName, int id) Returns public key for node at given time.Methods inherited from interface org.apache.ignite.internal.lang.Debuggable
dumpStateMethods inherited from interface org.apache.ignite.internal.manager.IgniteComponent
beforeNodeStop, startAsync, stopAsync, stopAsync
-
Method Details
-
getPublicKey
Returns public key for node at given time.- Parameters:
nodeName- Node name.id- Key id.
-
getLocalPrivateKey
IgnitePrivateKey<RSAPrivateKey> getLocalPrivateKey()Returns local private key.- Returns:
- Local private key.
-