org.apache.xml.security.keys.storage.implementations
Class SingleCertificateResolver
java.lang.Object
org.apache.xml.security.keys.storage.StorageResolverSpi
org.apache.xml.security.keys.storage.implementations.SingleCertificateResolver
public class SingleCertificateResolver
- extends StorageResolverSpi
This StorageResolverSpi makes a single X509Certificate
available to the StorageResolver.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleCertificateResolver
public SingleCertificateResolver(X509Certificate x509cert)
- Parameters:
x509cert - the single X509Certificate
getIterator
public Iterator<Certificate> getIterator()
- Description copied from class:
StorageResolverSpi
- Method getIterator
- Specified by:
getIterator in class StorageResolverSpi
- Returns:
- the iterator for the storage
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.