Methods in de.smartics.util.test.security that return KeyStoreTestHelper |
static KeyStoreTestHelper |
KeyStoreTestHelper.createFromClassPath(Class<?> referenceType, String name, String type, char[] password) Creates an instance of the key store helper read from the class path. |
static KeyStoreTestHelper |
KeyStoreTestHelper.createFromClassPath(ClassLoader classLoader, String name, String type, char[] password) Creates an instance of the key store helper read from the class path. |
static KeyStoreTestHelper |
KeyStoreTestHelper.createFromClassPathRelative(Class<?> referenceType, String relativeName, String type, char[] password) Creates an instance of the key store helper read from the class path. |
static KeyStoreTestHelper |
KeyStoreTestHelper.createFromStream(InputStream input, String type, char[] password) Creates an instance of the key store helper read from the class path. |