Package | Description |
---|---|
kz.gamma.cms |
Modifier and Type | Class and Description |
---|---|
class |
CMSEnvelopableByteArray
Deprecated.
use CMSProcessable
|
class |
CMSProcessableByteArray
a holding class for a byte array of data to be processed.
|
class |
CMSProcessableFile
a holding class for a file of data to be processed.
|
class |
CMSSignableByteArray
Deprecated.
use CMSProcessableByteArray
|
Modifier and Type | Field and Description |
---|---|
private CMSProcessable |
SignerInformation.content |
(package private) CMSProcessable |
CMSSignedData.signedContent |
Modifier and Type | Method and Description |
---|---|
CMSProcessable |
CMSSignedData.getSignedContent() |
Modifier and Type | Method and Description |
---|---|
CMSSignedData |
CMSVistaSignedDataGenerator.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".
|
CMSSignedData |
CMSSignedDataMultipleSignatureGenerator.generate(CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider)
method for generating multiple-signature cms.
|
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".
|
CMSSignedData |
CMSVistaSignedDataGenerator.generate(CMSProcessable content,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data
object using the given provider.
|
CMSSignedData |
CMSSignedDataMultipleSignatureGenerator.generate(CMSProcessable content,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data
object using the given provider.
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
java.lang.String sigProvider)
generate a signed object that for a CMS Signed Data
object using the given provider.
|
CMSCompressedData |
CMSCompressedDataGenerator.generate(CMSProcessable content,
java.lang.String compressionOID)
generate an object that contains an CMS Compressed Data
|
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.
|
private CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
java.lang.String encryptionOID,
javax.crypto.KeyGenerator keyGen,
java.lang.String provider)
generate an enveloped object that contains an CMS Enveloped Data
object using the given provider and the passed in key generator.
|
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 |
CMSVistaSignedDataGenerator.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 |
CMSSignedDataMultipleSignatureGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider)
method for generating multiple-signature cms.
|
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 |
CMSVistaSignedDataGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider,
boolean addDefaultAttributes)
Similar method to the other generate methods.
|
CMSSignedData |
CMSSignedDataMultipleSignatureGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider,
boolean addDefaultAttributes)
method for generating multiple-signature cms.
|
CMSSignedData |
CMSSignedDataGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
java.lang.String sigProvider,
boolean addDefaultAttributes)
Similar method to the other generate methods.
|
(package private) SignerInfo |
CMSVistaSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType,
CMSProcessable content,
java.lang.String sigProvider,
boolean addDefaultAttributes) |
(package private) SignerInfo |
CMSSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType,
CMSProcessable content,
java.lang.String sigProvider,
boolean addDefaultAttributes) |
Constructor and Description |
---|
CMSSignedData(CMSProcessable signedContent,
byte[] sigBlock) |
CMSSignedData(CMSProcessable signedContent,
ContentInfo sigData) |
CMSSignedData(CMSProcessable signedContent,
java.io.InputStream sigData)
base constructor - content with detached signature.
|
SignerInformation(SignerInfo info,
DERObjectIdentifier contentType,
CMSProcessable content,
byte[] digest) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.