Interface TrustStoreDescriptor

    • Method Detail

      • getStoreFile

        java.io.File getStoreFile()
        Retrieves the File pointing to the KeyStore.
        Returns:
        The KeyStore File.
      • getStoreType

        StoreType getStoreType()
        Retrieves the StoreType representing the type of the KeyStore.
        Returns:
        The KeyStore's StoreType.
      • getStorePassword

        java.lang.String getStorePassword()
        Retrieves the keysotre's password.
        Returns:
        The KeyStore password.