public interface CreateCMSSignatureResponseElement
CMSSignature
and
ErrorResponse
elements in a
CreateXMLSignatureResponse
.Modifier and Type | Field and Description |
---|---|
static int |
CMS_SIGNATURE
Indicates that this object contains a
CMSSignature . |
static int |
ERROR_RESPONSE
Indicates that this objet contains an
ErrorResponse . |
Modifier and Type | Method and Description |
---|---|
int |
getResponseType()
Gets the type of response object.
|
static final int CMS_SIGNATURE
CMSSignature
.static final int ERROR_RESPONSE
ErrorResponse
.Copyright © 2016. All rights reserved.