Interface KeyStore

All Known Subinterfaces:
TrustStore
All Known Implementing Classes:
KeyStore, TrustStore

public interface KeyStore
Author:
[email protected]
  • Method Details

    • getLocation

      String getLocation()
    • getType

      String getType()
    • getPassword

      char[] getPassword()
    • getAlias

      String getAlias()
    • getKeyPassword

      String getKeyPassword()
    • getAliasSelectorClassName

      String getAliasSelectorClassName()
    • getKeyStoreCallbackHandler

      String getKeyStoreCallbackHandler()
    • getKeyStoreLoginModuleConfigName

      String getKeyStoreLoginModuleConfigName()