public class CertConstraintsParser extends Object
Constructor and Description |
---|
CertConstraintsParser() |
Modifier and Type | Method and Description |
---|---|
Collection<Pattern> |
getCompiledSubjectContraints() |
boolean |
matches(X509Certificate cert) |
void |
setSubjectConstraints(List<String> constraints)
Set a list of Strings corresponding to regular expression constraints on the subject DN
of a certificate
|
public void setSubjectConstraints(List<String> constraints)
public Collection<Pattern> getCompiledSubjectContraints()
public boolean matches(X509Certificate cert)
Apache CXF