Uses of Class
net.webpdf.wsclient.openapi.ServerConfigCiphersSSL.CipherEnum
-
Packages that use ServerConfigCiphersSSL.CipherEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of ServerConfigCiphersSSL.CipherEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ServerConfigCiphersSSL.CipherEnum Modifier and Type Method Description static ServerConfigCiphersSSL.CipherEnumServerConfigCiphersSSL.CipherEnum. fromValue(String value)static ServerConfigCiphersSSL.CipherEnumServerConfigCiphersSSL.CipherEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerConfigCiphersSSL.CipherEnum[]ServerConfigCiphersSSL.CipherEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi that return types with arguments of type ServerConfigCiphersSSL.CipherEnum Modifier and Type Method Description @Nullable List<ServerConfigCiphersSSL.CipherEnum>ServerConfigCiphersSSL. getCipher()Selects a cipher that shall be supported.Methods in net.webpdf.wsclient.openapi with parameters of type ServerConfigCiphersSSL.CipherEnum Modifier and Type Method Description ServerConfigCiphersSSLServerConfigCiphersSSL. addCipherItem(ServerConfigCiphersSSL.CipherEnum cipherItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ServerConfigCiphersSSL.CipherEnum Modifier and Type Method Description ServerConfigCiphersSSLServerConfigCiphersSSL. cipher(List<ServerConfigCiphersSSL.CipherEnum> cipher)voidServerConfigCiphersSSL. setCipher(List<ServerConfigCiphersSSL.CipherEnum> cipher)
-