Uses of Class
it.sistematica.isharedoc.service.keyring.KeyringItem

Packages that use KeyringItem
it.sistematica.isharedoc.action.isd   
it.sistematica.isharedoc.service.keyring   
 

Uses of KeyringItem in it.sistematica.isharedoc.action.isd
 

Methods in it.sistematica.isharedoc.action.isd that return types with arguments of type KeyringItem
 java.util.List<KeyringItem<?>> KeyringAction.getKeyringEntries()
           
 

Uses of KeyringItem in it.sistematica.isharedoc.service.keyring
 

Subclasses of KeyringItem in it.sistematica.isharedoc.service.keyring
static class KeyringItem.Password
           
static class KeyringItem.PrivateKey
           
static class KeyringItem.X509Certificate
           
 

Methods in it.sistematica.isharedoc.service.keyring with type parameters of type KeyringItem
<T extends KeyringItem<?>>
java.util.List<T>
KeyringSession.getEntries(java.lang.Class<T> clazz)
           
 

Methods in it.sistematica.isharedoc.service.keyring that return types with arguments of type KeyringItem
 java.util.List<KeyringItem<?>> KeyringSession.getEntries()