Interface IPromptConnectionExportAnalysisSpec
public interface IPromptConnectionExportAnalysisSpec
Specification for analyzing a prompt connection export file.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionchar[]Gets the password to use for decryption, if the prompt export file is encrypted.default booleanChecks if a password has been provided for decryption.
-
Method Details
-
getPassword
char[] getPassword()Gets the password to use for decryption, if the prompt export file is encrypted.- Returns:
- The password for decryption, or null / empty if no decryption should be applied.
-
hasPassword
default boolean hasPassword()Checks if a password has been provided for decryption.- Returns:
- true if a non-empty password is present, false otherwise.
-