Uses of Class
org.apache.harmony.security.x509.CertificateList
| Package | Description |
|---|---|
| org.apache.harmony.security.pkcs7 | |
| org.apache.harmony.security.provider.cert |
-
Uses of CertificateList in org.apache.harmony.security.pkcs7
Methods in org.apache.harmony.security.pkcs7 that return types with arguments of type CertificateList Modifier and Type Method Description List<CertificateList>SignedData. getCRLs() -
Uses of CertificateList in org.apache.harmony.security.provider.cert
Constructors in org.apache.harmony.security.provider.cert with parameters of type CertificateList Constructor Description X509CRLImpl(CertificateList crl)Creates X.509 CRL by wrapping of the specified CertificateList object.