Package | Description |
---|---|
kz.gamma.cms | |
kz.gamma.x509 |
Modifier and Type | Field and Description |
---|---|
private X509Store |
CMSSignedDataParser._attributeStore |
private X509Store |
CMSSignedDataParser._certificateStore |
private X509Store |
CMSSignedDataParser._crlStore |
(package private) X509Store |
CMSSignedData.attributeStore |
(package private) X509Store |
CMSSignedData.certificateStore |
(package private) X509Store |
CMSSignedData.crlStore |
Modifier and Type | Method and Description |
---|---|
(package private) X509Store |
CMSSignedHelper.createAttributeStore(java.lang.String type,
java.lang.String provider,
ASN1Set certSet) |
(package private) X509Store |
CMSSignedHelper.createCertificateStore(java.lang.String type,
java.lang.String provider,
ASN1Set certSet) |
(package private) X509Store |
CMSSignedHelper.createCRLsStore(java.lang.String type,
java.lang.String provider,
ASN1Set crlSet) |
X509Store |
CMSSignedDataParser.getAttributeCertificates(java.lang.String type,
java.lang.String provider)
return a X509Store containing the attribute certificates, if any, contained
in this message.
|
X509Store |
CMSSignedData.getAttributeCertificates(java.lang.String type,
java.lang.String provider)
return a X509Store containing the attribute certificates, if any, contained
in this message.
|
X509Store |
CMSSignedDataParser.getCertificates(java.lang.String type,
java.lang.String provider)
return a X509Store containing the public key certificates, if any, contained
in this message.
|
X509Store |
CMSSignedData.getCertificates(java.lang.String type,
java.lang.String provider)
return a X509Store containing the public key certificates, if any, contained
in this message.
|
X509Store |
CMSSignedDataParser.getCRLs(java.lang.String type,
java.lang.String provider)
return a X509Store containing CRLs, if any, contained
in this message.
|
X509Store |
CMSSignedData.getCRLs(java.lang.String type,
java.lang.String provider)
return a X509Store containing CRLs, if any, contained
in this message.
|
Modifier and Type | Method and Description |
---|---|
void |
CMSSignedGenerator.addAttributeCertificates(X509Store store)
Add the attribute certificates contained in the passed in store to the
generator.
|
Modifier and Type | Method and Description |
---|---|
private static X509Store |
X509Store.createStore(X509Util.Implementation impl,
X509StoreParameters parameters) |
static X509Store |
X509Store.getInstance(java.lang.String type,
X509StoreParameters parameters) |
static X509Store |
X509Store.getInstance(java.lang.String type,
X509StoreParameters parameters,
java.security.Provider provider) |
static X509Store |
X509Store.getInstance(java.lang.String type,
X509StoreParameters parameters,
java.lang.String provider) |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.