Uses of Class
org.apache.harmony.security.x509.Certificate
| Package | Description |
|---|---|
| org.apache.harmony.security.pkcs7 | |
| org.apache.harmony.security.provider.cert |
-
Uses of Certificate in org.apache.harmony.security.pkcs7
Methods in org.apache.harmony.security.pkcs7 that return types with arguments of type Certificate Modifier and Type Method Description List<Certificate>SignedData. getCertificates() -
Uses of Certificate in org.apache.harmony.security.provider.cert
Constructors in org.apache.harmony.security.provider.cert with parameters of type Certificate Constructor Description X509CertImpl(Certificate certificate)Constructs the instance on the base of existing Certificate object to be wrapped.