public interface Keychain extends java.lang.Iterable<Key>
Keys| Modifier and Type | Method and Description |
|---|---|
Key |
currentKey() |
Keychain |
discard() |
Keychain |
filterAlgorithms(java.util.Collection<Algorithm> algorithms)
Filter this keychain by a
Collection of supported Algorithms |
java.util.Set<Algorithm> |
getAlgorithms() |
boolean |
isEmpty() |
java.util.Map<java.lang.String,Key> |
toMap(KeyId keyId) |
java.util.Set<Algorithm> getAlgorithms()
Keychain filterAlgorithms(java.util.Collection<Algorithm> algorithms)
Collection of supported Algorithmsalgorithms - supported algorithmsKeychain containing only those keys which support at least one of the provided algorithmsboolean isEmpty()
Keychain has no more keysCopyright © 2013-2017. All Rights Reserved.