Uses of Class
org.bouncycastle.x509.X509Store
| Package | Description |
|---|---|
| org.bouncycastle.cms | |
| org.bouncycastle.x509 |
-
Uses of X509Store in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return X509Store Modifier and Type Method Description X509StoreCMSSignedData. getAttributeCertificates(String type, String provider)Deprecated.use base Store returning methodX509StoreCMSSignedData. getAttributeCertificates(String type, Provider provider)Deprecated.use base Store returning methodMethods in org.bouncycastle.cms with parameters of type X509Store Modifier and Type Method Description voidCMSSignedGenerator. addAttributeCertificates(X509Store store)Deprecated.use basic Store method -
Uses of X509Store in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return X509Store Modifier and Type Method Description static X509StoreX509Store. getInstance(String type, X509StoreParameters parameters)static X509StoreX509Store. getInstance(String type, X509StoreParameters parameters, String provider)static X509StoreX509Store. getInstance(String type, X509StoreParameters parameters, Provider provider)