com.xebialabs.deployit.core
Class EncryptedStringValue

java.lang.Object
  extended by com.xebialabs.deployit.core.StringValue
      extended by com.xebialabs.deployit.core.EncryptedStringValue
All Implemented Interfaces:
java.io.Serializable

public class EncryptedStringValue
extends StringValue

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:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.core.StringValue
value
 
Constructor Summary
EncryptedStringValue(java.lang.String value)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.core.StringValue
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncryptedStringValue

public EncryptedStringValue(java.lang.String value)