Class X509Locator
- java.lang.Object
-
- org.apache.cxf.xkms.x509.handlers.X509Locator
-
-
Constructor Summary
Constructors Constructor Description X509Locator(CertificateRepo certRepo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509CertificatefindCertificate(List<UseKeyWithType> ids)UnverifiedKeyBindingTypelocate(LocateRequestType request)
-
-
-
Constructor Detail
-
X509Locator
public X509Locator(CertificateRepo certRepo) throws CertificateException
- Throws:
CertificateException
-
-
Method Detail
-
locate
public UnverifiedKeyBindingType locate(LocateRequestType request)
-
findCertificate
public X509Certificate findCertificate(List<UseKeyWithType> ids) throws CertificateException
- Throws:
CertificateException
-
-