Interface Source<T>
-
- All Known Implementing Classes:
KeyStoreSource,ReadOnlyFileOrClasspathKeyStoreSource,WritableFileOrClasspathKeyStoreSource
public interface Source<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists()Tload()voidsave(T item)
-