Class SecureTransportCipher
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.security.SecureTransportCipher
@ApiType("SoftLayer_Security_SecureTransportCipher") public class SecureTransportCipher extends Entity
Encryption algorithm intended for use in SSL/TLS communications
- See Also:
- SoftLayer_Security_SecureTransportCipher
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecureTransportCipher.Mask -
Field Summary
Fields Modifier and Type Field Description protected StringkeyNameUnique identifier for the encryption algorithmprotected booleankeyNameSpecifiedFields inherited from class com.softlayer.api.Type
unknownProperties -
Constructor Summary
Constructors Constructor Description SecureTransportCipher() -
Method Summary
Modifier and Type Method Description StringgetKeyName()booleanisKeyNameSpecified()voidsetKeyName(String keyName)voidunsetKeyName()Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Field Details
-
keyName
Unique identifier for the encryption algorithm -
keyNameSpecified
protected boolean keyNameSpecified
-
-
Constructor Details
-
SecureTransportCipher
public SecureTransportCipher()
-
-
Method Details
-
getKeyName
-
setKeyName
-
isKeyNameSpecified
public boolean isKeyNameSpecified() -
unsetKeyName
public void unsetKeyName()
-