Uses of Class
com.softlayer.api.service.security.SecureTransportCipher
Package | Description |
---|---|
com.softlayer.api.service.network.application.delivery.controller.loadbalancer | |
com.softlayer.api.service.security |
-
Uses of SecureTransportCipher in com.softlayer.api.service.network.application.delivery.controller.loadbalancer
Methods in com.softlayer.api.service.network.application.delivery.controller.loadbalancer that return types with arguments of type SecureTransportCipher Modifier and Type Method Description List<SecureTransportCipher>
VirtualIpAddress.Service. getAvailableSecureTransportCiphers()
Yields a list of the SSL/TLS encryption ciphers that are currently supported on this virtual IP address instance.Future<List<SecureTransportCipher>>
VirtualIpAddress.ServiceAsync. getAvailableSecureTransportCiphers()
Async version ofVirtualIpAddress.Service.getAvailableSecureTransportCiphers()
Method parameters in com.softlayer.api.service.network.application.delivery.controller.loadbalancer with type arguments of type SecureTransportCipher Modifier and Type Method Description Future<?>
VirtualIpAddress.ServiceAsync. getAvailableSecureTransportCiphers(ResponseHandler<List<SecureTransportCipher>> callback)
-
Uses of SecureTransportCipher in com.softlayer.api.service.security
Fields in com.softlayer.api.service.security with type parameters of type SecureTransportCipher Modifier and Type Field Description protected List<SecureTransportCipher>
SecureTransportProtocol. supportedSecureTransportCiphers
List of the supported encryption ciphersMethods in com.softlayer.api.service.security that return types with arguments of type SecureTransportCipher Modifier and Type Method Description List<SecureTransportCipher>
SecureTransportProtocol. getSupportedSecureTransportCiphers()