Uses of Class
de.smartics.util.test.security.KeyStoreTestHelper

Packages that use KeyStoreTestHelper
de.smartics.util.test.security Provides test utilities dealing with security classes. 
 

Uses of KeyStoreTestHelper in de.smartics.util.test.security
 

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.
 



Copyright © 2008-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.