public class CMSSignatureResponseImpl extends Object implements CMSSignatureResponse
CMSSignatureResponse
.CMS_SIGNATURE, ERROR_RESPONSE
Constructor and Description |
---|
CMSSignatureResponseImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCMSSignature()
Gets the CMS signature (Base64 encoded).
|
int |
getResponseType()
Gets the type of
CreateCMSSignatureResponseElement . |
void |
setCMSSignature(String cmsSignature)
Sets the CMS signature.
|
public void setCMSSignature(String cmsSignature)
cmsSignature
- The Base64 encoded value CMS signature.public String getCMSSignature()
CMSSignatureResponse
getCMSSignature
in interface CMSSignatureResponse
public int getResponseType()
CreateCMSSignatureResponseElement
.getResponseType
in interface CreateCMSSignatureResponseElement
Copyright © 2016. All rights reserved.