intarsys runtime library

de.intarsys.tools.crypto
Class Secret

java.lang.Object
  extended by de.intarsys.tools.crypto.Secret

public class Secret
extends Object

This is a wrapper class that may be used to indicate to other software layers that the wrapped data is to be kept secret when serializing / saving.


Constructor Summary
Secret(String value)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Secret

public Secret(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.