Interface KeystoreStorage<T extends KeystoreLocation>

All Known Implementing Classes:
KeystoreFileStorage, KeystoreMongoStorage, SmartKeystoreStorage

public sealed interface KeystoreStorage<T extends KeystoreLocation> permits KeystoreFileStorage, KeystoreMongoStorage, SmartKeystoreStorage
  • Method Summary

    Modifier and Type
    Method
    Description
    readKeyStore(T location, char[] password)
     
    void
    writeKeyStore(T location, KeyStore keyStore, char[] currentPassword, char[] newPassword)