org.apache.cxf.xkms.x509.handlers
Class X509Locator
java.lang.Object
org.apache.cxf.xkms.x509.handlers.X509Locator
- All Implemented Interfaces:
- Locator
public class X509Locator
- extends Object
- implements Locator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X509Locator
public X509Locator(CertificateRepo certRepo)
throws CertificateException
- Throws:
CertificateException
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