public abstract class SignatureCreationService extends Object
Constructor and Description |
---|
SignatureCreationService() |
Modifier and Type | Method and Description |
---|---|
abstract CreateXMLSignatureResponse |
createXMLSignature(CreateXMLSignatureRequest request)
Create an XML signature.
|
static SignatureCreationService |
getInstance()
Get an instance of the
SignatureCreationService . |
public static SignatureCreationService getInstance()
SignatureCreationService
.SignatureCreationService
.public abstract CreateXMLSignatureResponse createXMLSignature(CreateXMLSignatureRequest request) throws MOAException
request
- Information on how to create the signature.CreateXMLSignatureResponse
containing the
signature.MOAException
- Error in server side MOA module.Copyright © 2016. All rights reserved.