Package org.dogtagpki.jss.tomcat
Interface PasswordStore
- All Known Subinterfaces:
IPasswordStore
- All Known Implementing Classes:
PlainPasswordFile
public interface PasswordStore
-
Method Summary
Modifier and TypeMethodDescriptionvoidcommit()getPassword(String tag) getPassword(String tag, int iteration) getTags()voidputPassword(String tag, String password)
-
Method Details
-
init
- Throws:
IOException
-
getPassword
-
getPassword
-
getTags
Enumeration<String> getTags() -
putPassword
-
commit
-