Modifier and Type | Class and Description |
---|---|
class |
DefaultKeychain
Simple implementation of
Keychain backed by a HashMap and
modified via Collection methods |
Modifier and Type | Method and Description |
---|---|
Keychain |
Keychain.discard() |
Keychain |
DefaultKeychain.discard() |
Keychain |
Keychain.filterAlgorithms(Collection<Algorithm> algorithms)
Filter this keychain by a
Collection of supported Algorithm s |
Keychain |
DefaultKeychain.filterAlgorithms(Collection<Algorithm> algorithms) |
Keychain |
Signer.getCandidateKeys() |
Keychain |
Signer.getKeychain() |
Keychain |
DefaultVerifier.getKeychain() |
Constructor and Description |
---|
DefaultVerifier(Keychain keychain) |
DefaultVerifier(Keychain keychain,
KeyId keyId) |
DefaultVerifier(Keychain keychain,
KeyId keyId,
long skew) |
Signer(Keychain keychain) |
Signer(Keychain keychain,
KeyId keyId) |
Copyright © 2013-2017. All Rights Reserved.