Package org.globus.gsi.util
Class KeyStoreUtil
- java.lang.Object
-
- org.globus.gsi.util.KeyStoreUtil
-
public final class KeyStoreUtil extends Object
FILL ME- Author:
- ranantha@mcs.anl.gov
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<? extends Certificate>
getTrustedCertificates(KeyStore keyStore, X509CertSelector selector)
Returns the list of certificates in the KeyStore.
-
-
-
Method Detail
-
getTrustedCertificates
public static Collection<? extends Certificate> getTrustedCertificates(KeyStore keyStore, X509CertSelector selector) throws KeyStoreException
Returns the list of certificates in the KeyStore. Return object will not be null.- Parameters:
keyStore
-selector
-- Returns:
- the list of certificates in the KeyStore
- Throws:
KeyStoreException
-
-