public class KeyInfoKeySelector extends KeySelector implements KeySelectorResult
KeySelector.Purpose
Modifier and Type | Field and Description |
---|---|
protected X509Certificate |
certificate |
Constructor and Description |
---|
KeyInfoKeySelector() |
Modifier and Type | Method and Description |
---|---|
X509Certificate |
getCertificate()
Gives back the X509 certificate used during the last signature
verification operation.
|
Key |
getKey() |
KeySelectorResult |
select(KeyInfo keyInfo,
KeySelector.Purpose purpose,
AlgorithmMethod method,
XMLCryptoContext context) |
singletonKeySelector
protected X509Certificate certificate
public KeySelectorResult select(KeyInfo keyInfo, KeySelector.Purpose purpose, AlgorithmMethod method, XMLCryptoContext context) throws KeySelectorException
select
in class KeySelector
KeySelectorException
public Key getKey()
getKey
in interface KeySelectorResult
public X509Certificate getCertificate()
Copyright © 2008-2016 FedICT. All Rights Reserved.