Apache CXF API

org.apache.cxf.xkms.x509.handlers
Class X509Locator

java.lang.Object
  extended by org.apache.cxf.xkms.x509.handlers.X509Locator
All Implemented Interfaces:
Locator

public class X509Locator
extends Object
implements Locator


Constructor Summary
X509Locator(CertificateRepo certRepo)
           
 
Method Summary
 X509Certificate findCertificate(List<UseKeyWithType> ids)
           
 UnverifiedKeyBindingType locate(LocateRequestType request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509Locator

public X509Locator(CertificateRepo certRepo)
            throws CertificateException
Throws:
CertificateException
Method Detail

locate

public UnverifiedKeyBindingType locate(LocateRequestType request)
Specified by:
locate in interface Locator

findCertificate

public X509Certificate findCertificate(List<UseKeyWithType> ids)
                                throws CertificateException
Throws:
CertificateException

Apache CXF API

Apache CXF