Package org.smallmind.nutsnbolts.lang
Class SecureStore
- java.lang.Object
-
- org.smallmind.nutsnbolts.lang.SecureStore
-
public class SecureStore extends Object
-
-
Constructor Summary
Constructors Constructor Description SecureStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()StringgetPassword()StringgetResource()voidsetPassword(String password)voidsetResource(String resource)
-
-
-
Method Detail
-
getBytes
public byte[] getBytes() throws IOException, ResourceException- Throws:
IOExceptionResourceException
-
getResource
public String getResource()
-
setResource
public void setResource(String resource)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
-