|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use X509Store | |
|---|---|
| kz.gamma.cms | |
| kz.gamma.x509 | |
| Uses of X509Store in kz.gamma.cms |
|---|
| Fields in kz.gamma.cms declared as X509Store | |
|---|---|
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
|
| Methods in kz.gamma.cms that return X509Store | |
|---|---|
(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. |
| Methods in kz.gamma.cms with parameters of type X509Store | |
|---|---|
void |
CMSSignedGenerator.addAttributeCertificates(X509Store store)
Add the attribute certificates contained in the passed in store to the generator. |
| Uses of X509Store in kz.gamma.x509 |
|---|
| Methods in kz.gamma.x509 that return X509Store | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||