Class OpenTrustPromptDialogParams

java.lang.Object
de.xima.fc.certificate.gui.trust_prompt.OpenTrustPromptDialogParams

public final class OpenTrustPromptDialogParams extends Object
Since:
8.5.0
Author:
Norman Lorenz
  • Method Details

    • builder

      public static OpenTrustPromptDialogParams.Builder builder()
    • getCertificateChain

      public X509Certificate[] getCertificateChain()
      The certificate chain from which the user may select certificates to trust.
    • getKeyStoreScope

      public KeyStoreScope getKeyStoreScope()
      The scope of the keystore where the certificates may be imported.
    • getKeyStoreSelector

      public KeyStoreSelector getKeyStoreSelector()
      Optional. A keystore selector that is preselected in the dialog.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object