Interface KeyStorePersistence


public interface KeyStorePersistence
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Reads KeyStore bytes from persistent storage, should return null if KeyStore does not exist.
    void
    write(byte[] keyStore)
    Writes KeyStore bytes to persistent storage.
  • 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.