Apache CXF API

org.apache.cxf.xkms.x509.validator
Class ValidateRequestParser

java.lang.Object
  extended by org.apache.cxf.xkms.x509.validator.ValidateRequestParser

public final class ValidateRequestParser
extends Object


Method Summary
static List<X509Certificate> parse(ValidateRequestType request)
          Extract the X509 certificates from ValidateRequestType and return them as list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static List<X509Certificate> parse(ValidateRequestType request)
Extract the X509 certificates from ValidateRequestType and return them as list.


Apache CXF API

Apache CXF