public class CreateCMSSignatureRequestImpl extends Object implements CreateCMSSignatureRequest
CreateCMSSignatureRequest
.Constructor and Description |
---|
CreateCMSSignatureRequestImpl() |
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()
CreateCMSSignatureRequest
getKeyIdentifier
in interface CreateCMSSignatureRequest
public void setSingleSignatureInfos(List singleSignaureInfos)
singleSignaureInfos
- The information for creating single signatures.public List getSingleSignatureInfos()
CreateCMSSignatureRequest
getSingleSignatureInfos
in interface CreateCMSSignatureRequest
Copyright © 2016. All rights reserved.