Enum ServerConfigKeystore.TypeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<ServerConfigKeystore.TypeEnum>
    Enclosing class:
    ServerConfigKeystore

    public static enum ServerConfigKeystore.TypeEnum
    extends Enum<ServerConfigKeystore.TypeEnum>
    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.