Android
java.security.cert
public class

java.security.cert.CertStore

java.lang.Object
java.security.cert.CertStore

Summary

Protected Constructors

            CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params)

Public Methods

    final      Collection<? extends CRL getCRLs(CRLSelector selector)
    final      CertStoreParameters  getCertStoreParameters()
    final      Collection<? extends Certificate getCertificates(CertSelector selector)
    final  static    String  getDefaultType()
      static    CertStore  getInstance(String type, CertStoreParameters params, String provider)
      static    CertStore  getInstance(String type, CertStoreParameters params)
      static    CertStore  getInstance(String type, CertStoreParameters params, Provider provider)
    final      Provider  getProvider()
    final      String  getType()
Methods inherited from class java.lang.Object

Details

Protected Constructors

protected CertStore(CertStoreSpi storeSpi, Provider provider, String type, CertStoreParameters params)

Public Methods

public final Collection<? extends CRL> getCRLs(CRLSelector selector)

public final CertStoreParameters getCertStoreParameters()

public final Collection<? extends Certificate> getCertificates(CertSelector selector)

public static final String getDefaultType()

public final Provider getProvider()

public final String getType()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56