public class X509SerialNumberSchemaValidator extends Object implements Validator<X509SerialNumber>
X509SerialNumber
for Schema compliance.Constructor and Description |
---|
X509SerialNumberSchemaValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(X509SerialNumber xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
validateContent(X509SerialNumber xmlObject)
Validate the serial number content.
|
public void validate(X509SerialNumber xmlObject) throws ValidationException
validate
in interface Validator<X509SerialNumber>
xmlObject
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateContent(X509SerialNumber xmlObject) throws ValidationException
xmlObject
- the object to validateValidationException
- thrown if the object is invalidCopyright © 2018 JBoss by Red Hat. All rights reserved.