public interface EntryView<Q> extends UpdatingView<Q,KeyEntry,String>
| Modifier and Type | Method and Description |
|---|---|
ResultCollection<KeyEntry> |
all() |
KeySource |
getSource() |
QueryResult<KeyEntry> |
privateKeys() |
QueryResult<KeyEntry> |
retrieve(Q query)
Note that client who calls this should close the result.
|
QueryResult<KeyEntry> |
retrieve(String query)
Note that client who calls this should close the result.
|
QueryResult<KeyEntry> |
secretKeys() |
QueryResult<KeyEntry> |
trustedCerts() |
add, add, remove, remove, removeById, removeByIds, update, updateuniqueResult, uniqueResultQueryResult<KeyEntry> retrieve(Q query)
ViewQueryResult<KeyEntry> retrieve(String query)
ViewQueryResult<KeyEntry> secretKeys()
QueryResult<KeyEntry> privateKeys()
QueryResult<KeyEntry> trustedCerts()
KeySource getSource()
Copyright © 2019. All rights reserved.