Class SecureTransportProtocol

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.security.SecureTransportProtocol

@ApiType("SoftLayer_Security_SecureTransportProtocol")
public class SecureTransportProtocol
extends Entity
Protocol intended for use in secure communications
See Also:
SoftLayer_Security_SecureTransportProtocol
  • Field Details

    • keyName

      @ApiProperty(canBeNullOrNotSet=true) protected String keyName
      Unique identifier for the protocol
    • keyNameSpecified

      protected boolean keyNameSpecified
    • supportedSecureTransportCiphers

      @ApiProperty(canBeNullOrNotSet=true) protected List<SecureTransportCipher> supportedSecureTransportCiphers
      List of the supported encryption ciphers
    • supportedSecureTransportCiphersSpecified

      protected boolean supportedSecureTransportCiphersSpecified
  • Constructor Details

    • SecureTransportProtocol

      public SecureTransportProtocol()
  • Method Details

    • getKeyName

      public String getKeyName()
    • setKeyName

      public void setKeyName​(String keyName)
    • isKeyNameSpecified

      public boolean isKeyNameSpecified()
    • unsetKeyName

      public void unsetKeyName()
    • getSupportedSecureTransportCiphers

      public List<SecureTransportCipher> getSupportedSecureTransportCiphers()
    • isSupportedSecureTransportCiphersSpecified

      public boolean isSupportedSecureTransportCiphersSpecified()
    • unsetSupportedSecureTransportCiphers

      public void unsetSupportedSecureTransportCiphers()