Interface KeyStorePersistence
public interface KeyStorePersistence
-
Method Summary
-
Method Details
-
read
@Nullable byte[] read()Reads KeyStore bytes from persistent storage, should return null if KeyStore does not exist. -
write
void write(byte[] keyStore) Writes KeyStore bytes to persistent storage.
-