Package org.globus.gsi.trustmanager


package org.globus.gsi.trustmanager
  • Class
    Description
    Implementations of this interface will provide some validation logic of certificates.
    This checks to see if the certificate is in a CRL.
    Checks if the certificate has expried or is not yet valid.
    Checks to see if a limited proxy is acceptable (if the chain has a limited proxy).
    This is an implementation of an X509TrustManager which supports the validation of proxy certificates.
    This factory creates trust managers which support the Globus SSL library.
    This checks to make sure the Distinguished Name in the certificate is valid according to the signing policy.
    Created by IntelliJ IDEA.
    Checks if the certificate includes unsupported critical extensions.
    Implementation of the CertPathValidatorSpi and the logic for X.509 Proxy Path Validation.