public class X509DigestSchemaValidator extends Object implements Validator<X509Digest>
X509Digest for Schema compliance.| Constructor and Description |
|---|
X509DigestSchemaValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(X509Digest xmlObject)
Checks to see if a XMLObject is valid.
|
protected void |
validateContent(X509Digest xmlObject)
Validate the digest content.
|
public void validate(X509Digest xmlObject) throws ValidationException
validate in interface Validator<X509Digest>xmlObject - the XMLObject to validateValidationException - thrown if the element is not validprotected void validateContent(X509Digest xmlObject) throws ValidationException
xmlObject - the object to validateValidationException - thrown if the object is invalidCopyright © 1999-2014. All Rights Reserved.