|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CMSProcessable | |
---|---|
com.digt.trusted.cms | |
com.digt.trusted.tsp |
Uses of CMSProcessable in com.digt.trusted.cms |
---|
Classes in com.digt.trusted.cms that implement CMSProcessable | |
---|---|
class |
CMSEnvelopableByteArray
Deprecated. use CMSProcessable |
class |
CMSProcessableByteArray
a holding class for a byte array of data to be compressed. |
class |
CMSProcessableFile
a holding class for a file of data to be processed. |
class |
CMSSignableByteArray
Deprecated. use CMSProcessableByteArray |
Methods in com.digt.trusted.cms that return CMSProcessable | |
---|---|
CMSProcessable |
CMSSignedData.getSignedContent()
|
Methods in com.digt.trusted.cms with parameters of type CMSProcessable | |
---|---|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data object using the given provider - if encapsulate is true a copy of the message will be included in the signature with the default content type "data". |
CMSCompressedData |
CMSCompressedDataGenerator.generate(CMSProcessable content,
java.lang.String compressionOID)
generate an object that contains an CMS Compressed Data |
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data object using the given provider. |
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
java.lang.String encryptionOID,
int keySize,
java.lang.String provider)
generate an enveloped object that contains an CMS Enveloped Data object using the given provider. |
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
java.lang.String encryptionOID,
java.lang.String provider)
generate an enveloped object that contains an CMS Enveloped Data object using the given provider. |
CMSSignedData |
CMSSignedDataGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data object using the given provider - if encapsulate is true a copy of the message will be included in the signature. |
CMSSignedData |
CMSSignedDataGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider,
boolean addDefaultAttributes)
Similar method to the other generate methods. |
Constructors in com.digt.trusted.cms with parameters of type CMSProcessable | |
---|---|
CMSSignedData(CMSProcessable signedContent,
byte[] sigBlock)
|
|
CMSSignedData(CMSProcessable signedContent,
ContentInfo sigData)
|
|
CMSSignedData(CMSProcessable signedContent,
java.io.InputStream sigData)
base constructor |
Uses of CMSProcessable in com.digt.trusted.tsp |
---|
Methods in com.digt.trusted.tsp with parameters of type CMSProcessable | |
---|---|
void |
TSPHelper.setDataImprint(CMSProcessable msg)
Генерирует ГОСТ3411 хэш указанных данных и сохраняет его для дальнейшего использования |
Constructors in com.digt.trusted.tsp with parameters of type CMSProcessable | |
---|---|
TSPHelper(CMSProcessable msg)
Создает экземпляр объекта, проинициализированный указанными в параметрах данными для последующего получения или проверки штампа времени |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |