public class

KeyStores

extends Object
java.lang.Object
   ↳ sun.security.validator.KeyStores

Class Overview

Collection of static utility methods related to KeyStores.

Summary

Public Methods
static Set<X509Certificate> getTrustedCerts(KeyStore ks)
Return a Set with all trusted X509Certificates contained in this KeyStore.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Set<X509Certificate> getTrustedCerts (KeyStore ks)

Return a Set with all trusted X509Certificates contained in this KeyStore.