Class X509Locator
- java.lang.Object
-
- org.apache.cxf.xkms.x509.handlers.X509Locator
-
- All Implemented Interfaces:
org.apache.cxf.xkms.handlers.Locator
public class X509Locator extends Object implements org.apache.cxf.xkms.handlers.Locator
-
-
Constructor Summary
Constructors Constructor Description X509Locator(org.apache.cxf.xkms.x509.repo.CertificateRepo certRepo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509Certificate
findCertificate(List<org.apache.cxf.xkms.model.xkms.UseKeyWithType> ids)
org.apache.cxf.xkms.model.xkms.UnverifiedKeyBindingType
locate(org.apache.cxf.xkms.model.xkms.LocateRequestType request)
-
-
-
Constructor Detail
-
X509Locator
public X509Locator(org.apache.cxf.xkms.x509.repo.CertificateRepo certRepo) throws CertificateException
- Throws:
CertificateException
-
-
Method Detail
-
locate
public org.apache.cxf.xkms.model.xkms.UnverifiedKeyBindingType locate(org.apache.cxf.xkms.model.xkms.LocateRequestType request)
- Specified by:
locate
in interfaceorg.apache.cxf.xkms.handlers.Locator
-
findCertificate
public X509Certificate findCertificate(List<org.apache.cxf.xkms.model.xkms.UseKeyWithType> ids) throws CertificateException
- Throws:
CertificateException
-
-