| |
|
| java.lang.Object com.sun.portal.kssl.TrustStoreImpl
TrustStoreImpl | class TrustStoreImpl implements CertStore(Code) | | This interface supports storage of certificates (not private keys or
symmetric keys).
|
Method Summary | |
public X509Certificate[] | getCertificates(String alias) Returns the certificate(s) corresponding to a
subject name string.
Parameters: subjectName - subject name of the certificate in printable form. |
getCertificates | public X509Certificate[] getCertificates(String alias)(Code) | | Returns the certificate(s) corresponding to a
subject name string.
Parameters: subjectName - subject name of the certificate in printable form. corresponding certificates or null (if not found) |
|
|
|