public class VerifyCMSSignatureRequestParser extends Object
VerifyCMSSignatureRequest
DOM trees into
VerifyCMSSignatureRequest
API objects.Constructor and Description |
---|
VerifyCMSSignatureRequestParser() |
Modifier and Type | Method and Description |
---|---|
VerifyCMSSignatureRequest |
parse(Element requestElem)
Parse a
VerifyCMSSignatureRequest DOM element, as defined
by the MOA schema. |
public VerifyCMSSignatureRequest parse(Element requestElem) throws MOAApplicationException
VerifyCMSSignatureRequest
DOM element, as defined
by the MOA schema.requestElem
- The VerifyCMSSignatureRequest
to parse. The
request must have been successfully parsed against the schema for this
method to succeed.VerifyCMSSignatureRequest
API objects containing
the data from the DOM element.MOAApplicationException
- An error occurred parsing the request.Copyright © 2016. All rights reserved.