Apache CXF API

Uses of Class
org.apache.cxf.transport.https.CertConstraints.Combinator

Packages that use CertConstraints.Combinator
org.apache.cxf.transport.https   
 

Uses of CertConstraints.Combinator in org.apache.cxf.transport.https
 

Methods in org.apache.cxf.transport.https that return CertConstraints.Combinator
static CertConstraints.Combinator CertConstraintsJaxBUtils.getIssuerConstraintsCombinator(CertificateConstraintsType certConstraints)
          Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsType
static CertConstraints.Combinator CertConstraintsJaxBUtils.getSubjectConstraintsCombinator(CertificateConstraintsType certConstraints)
          Get a (subject) CertConstrains.Combinator from a JAXB CertificateConstraintsType
static CertConstraints.Combinator CertConstraints.Combinator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CertConstraints.Combinator[] CertConstraints.Combinator.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.apache.cxf.transport.https with parameters of type CertConstraints.Combinator
CertConstraints(List<String> subjectConstraints, CertConstraints.Combinator subjectConstraintsCombinator, List<String> issuerConstraints, CertConstraints.Combinator issuerConstraintsCombinator)
          Create a CertificateConstraints from a CertificateConstraintsType specification
 


Apache CXF API

Apache CXF