All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.scalar.dl.ledger.crypto.ClientIdentityKey Maven / Gradle / Ivy

The newest version!
package com.scalar.dl.ledger.crypto;

public interface ClientIdentityKey {

  String getEntityId();

  int getKeyVersion();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy