public class CreateXMLSignatureRequestImpl extends Object implements CreateXMLSignatureRequest
CreateXMLSignatureRequest
.Constructor and Description |
---|
CreateXMLSignatureRequestImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyIdentifier()
Gets the identifier for the keys to be used for the signature.
|
List |
getSingleSignatureInfos()
Gets the information of the singleSignatureInfo elements.
|
void |
setKeyIdentifier(String keyIdentifier)
Sets the identifier for selecting the private keys for creating the
signature.
|
void |
setSingleSignatureInfos(List singleSignaureInfos)
Sets the information for creating single signatures.
|
public void setKeyIdentifier(String keyIdentifier)
keyIdentifier
- The identifier for selecting the private keys.public String getKeyIdentifier()
CreateXMLSignatureRequest
getKeyIdentifier
in interface CreateXMLSignatureRequest
public void setSingleSignatureInfos(List singleSignaureInfos)
singleSignaureInfos
- The information for creating single signatures.public List getSingleSignatureInfos()
CreateXMLSignatureRequest
getSingleSignatureInfos
in interface CreateXMLSignatureRequest
Copyright © 2016. All rights reserved.