|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CMSException | |
|---|---|
| kz.gamma.hardware.cms | |
| kz.gamma.hardware.tsp | |
| Uses of CMSException in kz.gamma.hardware.cms |
|---|
| Methods in kz.gamma.hardware.cms that throw CMSException | |
|---|---|
void |
CMSSignedGenerator.addAttributeCertificates(X509Store store)
Add the attribute certificates contained in the passed in store to the generator. |
void |
CMSSignedGenerator.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. |
private void |
CMSSignedHelper.addCertsFromSet(java.util.List certs,
ASN1Set certSet,
java.lang.String provider)
|
(package private) X509Store |
CMSSignedHelper.createAttributeStore(java.lang.String type,
java.lang.String provider,
ASN1Set certSet)
|
(package private) java.security.cert.CertStore |
CMSSignedHelper.createCertStore(java.lang.String type,
java.lang.String provider,
ASN1Set certSet,
ASN1Set crlSet)
|
private DigestInfo |
SignerInformation.derDecode(byte[] encoding)
|
private boolean |
SignerInformation.doVerify(java.security.PublicKey key,
AttributeTable signedAttrTable,
java.lang.String sigProvider)
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
JCESignature signature)
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 |
CMSSignedDataCreator.generate(CMSProcessable content,
boolean encapsulate,
SignatureInformation signatureInformation)
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 |
CMSSignedDataGenerator.generate(CMSProcessable content,
JCESignature signature)
generate a signed object that for a CMS Signed Data object using the given provider. |
CMSSignedData |
CMSSignedDataGenerator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
JCESignature signature)
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,
JCESignature signature,
boolean addDefaultAttributes)
Similar method to the other generate methods. |
CMSSignedData |
CMSSignedDataCreator.generate(java.lang.String signedContentType,
CMSProcessable content,
boolean encapsulate,
SignatureInformation signatureInformation)
Similar method to the other generate methods. |
X509Store |
CMSSignedData.getAttributeCertificates(java.lang.String type,
java.lang.String provider)
return a X509Store containing the attribute certificates, if any, contained in this message. |
java.security.cert.X509Certificate |
Pkcs7Data.getCertificateOfSigner()
Извлечение из PKCS#7 сертификата подписавшего. |
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. |
(package private) static java.util.List |
CMSUtils.getCertificatesFromStore(java.security.cert.CertStore certStore)
|
X509Store |
CMSSignedData.getCRLs(java.lang.String type,
java.lang.String provider)
return a X509Store containing CRLs, if any, contained in this message. |
(package private) static java.util.List |
CMSUtils.getCRLsFromStore(java.security.cert.CertStore certStore)
|
private static ContentInfo |
CMSUtils.readContentInfo(ASN1InputStream in)
|
(package private) static ContentInfo |
CMSUtils.readContentInfo(byte[] input)
|
(package private) static ContentInfo |
CMSUtils.readContentInfo(java.io.InputStream input)
|
static CMSSignedData |
CMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData,
java.security.cert.CertStore certsAndCrls)
Replace the certificate and CRL information associated with this CMSSignedData object with the new one passed in. |
(package private) SignerInfo |
CMSSignedDataGenerator.SignerInf.toSignerInfo(DERObjectIdentifier contentType,
CMSProcessable content,
JCESignature sig,
boolean addDefaultAttributes)
|
(package private) SignerInfo |
CMSSignedDataCreator.SignerInf.toSignerInfo(SignatureInformation signatureInformation)
|
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. |
private boolean |
SignerInformation.verifyDigest(byte[] digest,
java.security.PublicKey key,
byte[] signature,
java.lang.String sigProvider)
|
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 kz.gamma.hardware.cms that throw CMSException | |
|---|---|
CMSGammaEnvelopedData(byte[] cmsDevelopedBuf)
Чтение зашифрованного пакета. |
|
CMSSignedData(byte[] sigBlock)
|
|
CMSSignedData(CMSProcessable signedContent,
byte[] sigBlock)
|
|
CMSSignedData(CMSProcessable signedContent,
java.io.InputStream sigData)
base constructor - content with detached signature. |
|
CMSSignedData(java.io.InputStream sigData)
base constructor - with encapsulated content |
|
CMSSignedData(java.util.Map hashes,
byte[] sigBlock)
Content with detached signature, digests precomputed |
|
| Uses of CMSException in kz.gamma.hardware.tsp |
|---|
| Methods in kz.gamma.hardware.tsp that throw CMSException | |
|---|---|
java.security.cert.CertStore |
TimeStampToken.getCertificatesAndCRLs(java.lang.String type,
java.lang.String provider)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||