public final class CertConstraintsJaxBUtils extends Object
Modifier and Type | Method and Description |
---|---|
static CertConstraints |
createCertConstraints(CertificateConstraintsType certConstraints)
Create a CertConstraints object from a JAXB CertificateConstraintsType
|
static List<String> |
getIssuerConstraints(CertificateConstraintsType certConstraints)
Get a List of Strings that corresponds to the issuer regular expression
constraints from a JAXB CertificateConstraintsType
|
static CertConstraints.Combinator |
getIssuerConstraintsCombinator(CertificateConstraintsType certConstraints)
Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsType
|
static List<String> |
getSubjectConstraints(CertificateConstraintsType certConstraints)
Get a List of Strings that corresponds to the subject regular expression
constraints from a JAXB CertificateConstraintsType
|
static CertConstraints.Combinator |
getSubjectConstraintsCombinator(CertificateConstraintsType certConstraints)
Get a (subject) CertConstrains.Combinator from a JAXB CertificateConstraintsType
|
public static CertConstraints createCertConstraints(CertificateConstraintsType certConstraints)
public static List<String> getSubjectConstraints(CertificateConstraintsType certConstraints)
public static List<String> getIssuerConstraints(CertificateConstraintsType certConstraints)
public static CertConstraints.Combinator getSubjectConstraintsCombinator(CertificateConstraintsType certConstraints)
public static CertConstraints.Combinator getIssuerConstraintsCombinator(CertificateConstraintsType certConstraints)
Apache CXF