public class CertConstraintsParser extends Object
Constructor and Description |
---|
CertConstraintsParser() |
Modifier and Type | Method and Description |
---|---|
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 boolean matches(X509Certificate cert)
Apache CXF