Package com.xebialabs.deployit.core
Class EncryptedStringValue
java.lang.Object
com.xebialabs.deployit.core.StringValue
com.xebialabs.deployit.core.EncryptedStringValue
- All Implemented Interfaces:
Serializable
The contents of this class is unencrypted while this class is alive, but on the boundaries of the server-core, the string should be encrypted.
- See Also:
-
Field Summary
Fields inherited from class com.xebialabs.deployit.core.StringValue
value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.xebialabs.deployit.core.StringValue
equals, hashCode, toString
-
Constructor Details
-
EncryptedStringValue
-
-
Method Details
-
isEncrypted
public boolean isEncrypted()- Overrides:
isEncryptedin classStringValue
-
toPublicFacingValue
- Overrides:
toPublicFacingValuein classStringValue
-
encrypt
- Overrides:
encryptin classStringValue
-