Uses of Interface
com.rsa.swsj.CertValidator

Packages that use CertValidator
com.rsa.swsj This package contains general classes that are used by XML Signature and XML Encryption implementations. 
 

Uses of CertValidator in com.rsa.swsj
 

Classes in com.rsa.swsj that implement CertValidator

 class

DefaultCertValidator

This class represents a default Certificate Path Validator and provides a default/sample implementation available to the application for Cert Path validation functionality.

 

Methods in com.rsa.swsj that return CertValidator

 CertValidator

SWSJContext.getCertValidator()

Gets certificate validator.

 

Methods in com.rsa.swsj with parameters of type CertValidator

 void

SWSJContext.setCertValidator(CertValidator certValidator)

Sets the certificate validator.