public interface SimpleSecureString extends Serializable
A way to try to keep credentials a bit more secure.
The default implementation is not fool proof, but does make some effort to keep the string that is in memory encrypted with an arbitrary key.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public javax.crypto.SealedObject |
getSealedObject()Returns the encrypted object. |