public static class KeySelectorImpl.X509KeySelectorResultImpl extends Object implements X509KeySelectorResult
KeySelectorResult that carries the
selected key and certification and revocation information found in the
KeyInfo corresponding to the selected key.| Modifier and Type | Field and Description |
|---|---|
protected List |
certificates_
The list of certificates corresponding to the selected key.
|
protected List |
crls_
The list of CRLs corresponding to the selected key.
|
protected Key |
key_
The selected key.
|
| Constructor and Description |
|---|
X509KeySelectorResultImpl(Key key,
List certificates,
List crls)
Creates a new instance of this
X509KeySelectorResultImpl
with the specified key, list of
X509Certificates and list of
CRLs corresponding to the selected key. |
| Modifier and Type | Method and Description |
|---|---|
List |
getCertificates()
Returns the list of certificates corresponding to the selected key.
|
List |
getCRLs()
Returns the list of CRLs corresponding to the selected key.
|
Key |
getKey()
Returns the selected key.
|
protected Key key_
protected List certificates_
protected List crls_
public X509KeySelectorResultImpl(Key key, List certificates, List crls)
X509KeySelectorResultImpl
with the specified key, list of
X509Certificates and list of
CRLs corresponding to the selected key.key - the selected keycertificates - a list of certificates corresponding to the selected keycrls - a list of CRLs corresponding to the selected keypublic List getCertificates()
getCertificates in interface X509KeySelectorResultX509Certificatespublic List getCRLs()
getCRLs in interface X509KeySelectorResultCRLspublic Key getKey()
getKey in interface KeySelectorResult© 2002-2005 IAIK, © 2004, 2006 - 2019 Stiftung SIC