use of com.yahoo.athenz.auth.PrivateKeyStore in project athenz by yahoo.
the class FilePrivateKeyStoreTest method testCreateStore.
@Test
public void testCreateStore() {
FilePrivateKeyStoreFactory factory = new FilePrivateKeyStoreFactory();
PrivateKeyStore store = factory.create();
assertNotNull(store);
}
Aggregations