|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CMSException | |
---|---|
com.digt.trusted.cms | |
com.digt.trusted.jni | |
com.digt.trusted.tsp |
Uses of CMSException in com.digt.trusted.cms |
---|
Methods in com.digt.trusted.cms that throw CMSException | |
---|---|
void |
CMSSignedDataGenerator.addCertificatesAndCRLs(java.security.cert.CertStore certStore)
add the certificates and CRLs contained in the given CertStore to the pool that will be included in the encoded signature block. |
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. |
java.security.cert.CertStore |
CMSSignedData.getCertificatesAndCRLs(java.lang.String type,
java.lang.String provider)
return a CertStore containing the certificates and CRLs associated with this message. |
byte[] |
CMSCompressedData.getContent()
|
byte[] |
KEKRecipientInformation.getContent(java.security.Key key,
java.lang.String prov)
decrypt the content and return it as a byte array. |
byte[] |
KeyTransRecipientInformation.getContent(java.security.Key key,
java.lang.String prov)
decrypt the content and return it as a byte array. |
abstract byte[] |
RecipientInformation.getContent(java.security.Key key,
java.lang.String provider)
|
protected byte[] |
RecipientInformation.getContentFromSessionKey(java.security.Key sKey,
java.lang.String provider)
|
java.security.AlgorithmParameters |
CMSEnvelopedData.getEncryptionAlgorithmParameters(java.lang.String provider)
Return an AlgorithmParameters object giving the encryption parameters used to encrypt the message content. |
byte[] |
KEKRecipientInformation.getGOSTContent(java.security.Key key,
java.lang.String prov,
java.io.DataInputStream input_p7m_file)
|
byte[] |
KeyTransRecipientInformation.getGOSTContent(java.security.Key key,
java.lang.String prov,
java.io.DataInputStream input_p7m_file)
|
abstract byte[] |
RecipientInformation.getGOSTContent(java.security.Key key,
java.lang.String provider,
java.io.DataInputStream input_p7m_file)
|
java.security.AlgorithmParameters |
RecipientInformation.getKeyEncryptionAlgorithmParameters(java.lang.String provider)
Return an AlgorithmParameters object giving the encryption parameters used to encrypt the key this recipient holds. |
boolean |
SignerInformation.verify(java.security.PublicKey key,
java.lang.String sigProvider)
verify that the given public key succesfully handles and confirms the signature associated with this signer. |
boolean |
SignerInformation.verify(java.security.cert.X509Certificate cert,
java.lang.String sigProvider)
verify that the given certificate succesfully handles and confirms the signature associated with this signer and, if a signingTime attribute is available, that the certificate was valid at the time the signature was generated. |
void |
CMSProcessable.write(java.io.OutputStream out)
generic routine to copy out the data we want processed - the OutputStream passed in will do the handling on it's own. |
void |
CMSProcessableByteArray.write(java.io.OutputStream zOut)
|
void |
CMSProcessableFile.write(java.io.OutputStream zOut)
|
Constructors in com.digt.trusted.cms that throw CMSException | |
---|---|
CMSCompressedData(byte[] compressedData)
|
|
CMSCompressedData(ContentInfo contentInfo)
|
|
CMSCompressedData(java.io.InputStream compressedData)
|
|
CMSEnvelopedData(byte[] envelopedData)
|
|
CMSEnvelopedData(ContentInfo contentInfo)
|
|
CMSEnvelopedData(java.io.InputStream envelopedData)
|
|
CMSSignedData(byte[] sigBlock)
|
|
CMSSignedData(CMSProcessable signedContent,
byte[] sigBlock)
|
|
CMSSignedData(CMSProcessable signedContent,
java.io.InputStream sigData)
base constructor |
|
CMSSignedData(java.io.InputStream sigData)
base constructor - with encapsulated content |
Uses of CMSException in com.digt.trusted.jni |
---|
Methods in com.digt.trusted.jni that throw CMSException | |
---|---|
static byte[] |
cipher.getGOSTContent(java.security.Key key,
java.lang.String prov,
java.io.DataInputStream input_p7m_file)
|
Uses of CMSException in com.digt.trusted.tsp |
---|
Methods in com.digt.trusted.tsp that throw CMSException | |
---|---|
java.security.cert.CertStore |
TimeStampToken.getCertificatesAndCRLs(java.lang.String type,
java.lang.String provider)
|
void |
TSPHelper.setDataImprint(CMSProcessable msg)
Генерирует ГОСТ3411 хэш указанных данных и сохраняет его для дальнейшего использования |
Constructors in com.digt.trusted.tsp that throw CMSException | |
---|---|
TSPHelper(CMSProcessable msg)
Создает экземпляр объекта, проинициализированный указанными в параметрах данными для последующего получения или проверки штампа времени |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |