Class ValidateRequestParser
- java.lang.Object
-
- org.apache.cxf.xkms.x509.validator.ValidateRequestParser
-
public final class ValidateRequestParser extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<X509Certificate>
parse(org.apache.cxf.xkms.model.xkms.ValidateRequestType request)
Extract the X509 certificates from ValidateRequestType and return them as list.
-
-
-
Method Detail
-
parse
public static List<X509Certificate> parse(org.apache.cxf.xkms.model.xkms.ValidateRequestType request)
Extract the X509 certificates from ValidateRequestType and return them as list.
-
-