FileDocCategorySizeDatePackage
CertStore.javaAPI DocphoneME MR2 API (J2ME)1547Wed May 02 18:00:26 BST 2007com.sun.midp.pki

CertStore

public interface CertStore
This interface supports storage of certificates (not private keys or symmetric keys).

Fields Summary
Constructors Summary
Methods Summary
public abstract X509Certificate[]getCertificates(java.lang.String subjectName)
Returns the certificate(s) corresponding to a subject name string.

param
subjectName subject name of the certificate in printable form.
return
corresponding certificates or null (if not found)