currentLocalKeyIndex property

int currentLocalKeyIndex

the key currently being used by the local cryptor, can possibly not be the latest key, check latestLocalKeyIndex for latest key

Implementation

int get currentLocalKeyIndex => _currentLocalKeyIndex;