private class CMSServlet.SignerInfoGeneratorItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
attrPrintout |
private ExternalSignatureSignerInfoGenerator |
sig |
| Constructor and Description |
|---|
CMSServlet.SignerInfoGeneratorItem(ExternalSignatureSignerInfoGenerator aSig,
java.lang.String aPrintOut)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttrPrintout()
The attributes printout getter.
|
ExternalSignatureSignerInfoGenerator |
getSig()
The ExternalSignatureSignerInfoGenerator getter.
|
private java.lang.String attrPrintout
private ExternalSignatureSignerInfoGenerator sig
public CMSServlet.SignerInfoGeneratorItem(ExternalSignatureSignerInfoGenerator aSig, java.lang.String aPrintOut)
aSig - the ExternalSignatureSignerInfoGeneratoraPrintOut - the authenticated attributes textual dump at the time of
the request.public java.lang.String getAttrPrintout()
public ExternalSignatureSignerInfoGenerator getSig()