Package | Description |
---|---|
at.gv.egovernment.moa.spss.api | |
at.gv.egovernment.moa.spss.api.cmssign | |
at.gv.egovernment.moa.spss.api.cmsverify | |
at.gv.egovernment.moa.spss.api.impl |
Modifier and Type | Method and Description |
---|---|
abstract CMSDataObject |
SPSSFactory.createCMSDataObject(MetaInfo metaInfo,
CMSContent content,
BigDecimal excludeByteRangeFrom,
BigDecimal excludeByteRangeTo)
Create a new
CMSDataObject object from data at a given URI. |
Modifier and Type | Method and Description |
---|---|
abstract DataObjectInfo |
SPSSFactory.createDataObjectInfo(String structure,
CMSDataObject dataObject)
Create a new
DataObjectInfo object. |
abstract VerifyCMSSignatureRequest |
SPSSFactory.createVerifyCMSSignatureRequest(int[] signatories,
Date dateTime,
InputStream cmsSignature,
CMSDataObject dataObject,
String trustProfileID)
Create a new
VerifyCMSSignatureRequest object. |
Modifier and Type | Method and Description |
---|---|
CMSDataObject |
DataObjectInfo.getDataObject()
Gets information related to a single data object.
|
Modifier and Type | Method and Description |
---|---|
CMSDataObject |
VerifyCMSSignatureRequest.getDataObject()
Gets the data object necessary for the verification.
|
Modifier and Type | Class and Description |
---|---|
class |
CMSDataObjectImpl
Default implementation of
CMLSDataObject . |
Modifier and Type | Method and Description |
---|---|
CMSDataObject |
SPSSFactoryImpl.createCMSDataObject(MetaInfo metaInfo,
CMSContent content,
BigDecimal excludeByteRangeFrom,
BigDecimal excludeByteRangeTo) |
CMSDataObject |
SPSSFactoryImpl.createCMSDataObject(MetaInfo metaInfo,
String referenceURI) |
CMSDataObject |
VerifyCMSSignatureRequestImpl.getDataObject() |
CMSDataObject |
DataObjectInfoCMSImpl.getDataObject() |
Modifier and Type | Method and Description |
---|---|
DataObjectInfo |
SPSSFactoryImpl.createDataObjectInfo(String structure,
CMSDataObject dataObject) |
VerifyCMSSignatureRequest |
SPSSFactoryImpl.createVerifyCMSSignatureRequest(int[] signatories,
Date dateTime,
InputStream cmsSignature,
CMSDataObject dataObject,
String trustProfileID) |
void |
VerifyCMSSignatureRequestImpl.setDataObject(CMSDataObject dataObject)
Sets the data object necessary for signature verification.
|
void |
DataObjectInfoCMSImpl.setDataObject(CMSDataObject dataObject)
Sets the data object to be signed.
|
Copyright © 2016. All rights reserved.