public final class

SimpleValidator

extends Validator
java.lang.Object
   ↳ sun.security.validator.Validator
     ↳ sun.security.validator.SimpleValidator

Class Overview

A simple validator implementation. It is based on code from the JSSE X509TrustManagerImpl. This implementation is designed for compatibility with deployed certificates and previous J2SE versions. It will never support more advanced features and will be deemphasized in favor of the PKIX validator going forward.

Summary

[Expand]
Inherited Constants
From class sun.security.validator.Validator
Public Methods
Collection<X509Certificate> getTrustedCertificates()
Returns an immutable Collection of the X509Certificates this instance uses as trust anchors.
[Expand]
Inherited Methods
From class sun.security.validator.Validator
From class java.lang.Object

Public Methods

public Collection<X509Certificate> getTrustedCertificates ()

Returns an immutable Collection of the X509Certificates this instance uses as trust anchors.