Uses of Interface
core.model.KeyStoreInterface

Packages that use KeyStoreInterface
core.model   
 

Uses of KeyStoreInterface in core.model
 

Classes in core.model that implement KeyStoreInterface
 class FakeKeyStore
           Copyright (c) 2006 Sebastian Erdweg Copyright (c) 2006 Dominik Schulz Copyright (c) 2006 Florian Lindner Copyright (c) 2006 Betim Berjani This file is part of FlexiCrypt.
 

Fields in core.model declared as KeyStoreInterface
private  KeyStoreInterface KeyStoreProvider.keyStore
           
private  KeyStoreInterface KeyStoreProtectionProxy.ks
           
private static KeyStoreInterface KeyStoreProtectionProxy.proxy
           
 

Methods in core.model that return KeyStoreInterface
static KeyStoreInterface KeyStoreProtectionProxy.getInstance(String type)