Class ServerConfigKeystore


  • public class ServerConfigKeystore
    extends Object
    Defines a certificate keystore.
    • Constructor Detail

      • ServerConfigKeystore

        public ServerConfigKeystore()
    • Method Detail

      • getFile

        @Nullable
        public @Nullable String getFile()
        The name of the keystore file to use.
        Returns:
        _file
      • setFile

        public void setFile​(String _file)
      • getPassword

        @Nullable
        public @Nullable String getPassword()
        The password required to access the keystore.
        Returns:
        password
      • setPassword

        public void setPassword​(String password)
      • getType

        @Nullable
        public @Nullable ServerConfigKeystore.TypeEnum getType()
        The format of the keystore file containing the certificate (or certificate chain) and private key (optionally encrypted) to be used for SSL encryption. * JKS = A Java keystore (file based with an extension like \".jks\"). * PKCS12 = A PKCS12 keystore (file based with the extensions like \".p12\" or \".pfx\"). * PEM = A PEM-encoded keystore (file based with extensions like \".pem\" or \".cabundle\"). * WINDOWS\\_MACHINE = The Windows certificate store of the machine on which the server is running. * WINDOWS\\_USER = The Windows certificate store of the user account under which the server is running.
        Returns:
        type
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object