Uses of Package
eu.emi.security.authn.x509

Packages that use eu.emi.security.authn.x509
eu.emi.security.authn.x509 Contains API of the library. 
eu.emi.security.authn.x509.helpers Consists of general purpose classes, helping to implement generic functionality of the library. 
eu.emi.security.authn.x509.helpers.crl Helper classes implementing Certificate Revocation List access, which is used by the validators together with trust stores. 
eu.emi.security.authn.x509.helpers.ns Contains implementation of local namespace policy rules for trusted certificate authorities (using Globus and EuGridPMA syntax), which are exclusively used by the OpensslCertChainValidator 
eu.emi.security.authn.x509.helpers.ocsp Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560. 
eu.emi.security.authn.x509.helpers.pkipath Helper classes for internal, low level, logic of certificate path validation. 
eu.emi.security.authn.x509.helpers.pkipath.bc Helper classes included (mostly copied) from the BouncyCastle 1.46 library. 
eu.emi.security.authn.x509.helpers.proxy Helper classes, implementing functionality offered by the Proxy Certificate API from the eu.emi.security.authn.x509.proxy package. 
eu.emi.security.authn.x509.helpers.ssl Helper classes, implementing SSL/TLS/network related functions. 
eu.emi.security.authn.x509.impl Contains implementation classes of the library. 
eu.emi.security.authn.x509.proxy Contains classes which allow to generate proxy certificates and to extract information from them. 
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509
CrlCheckingMode
          Defines Certificate Revocation List verification mode.
NamespaceCheckingMode
          Used to define the CA namespace checking mode.
OCSPCheckingMode
          Defines On-line Certificate Status Protocol usage mode.
OCSPParametes
          Manages configuration of OCSP support for all truststores.
OCSPResponder
          Configuration of a local responder.
ProxySupport
          Defines proxy support mode for validators.
RevocationParameters
          Wraps the information required to control how certificates revocation is checked.
RevocationParameters.RevocationCheckingOrder
           
StoreUpdateListener
          Implementations receive information about updates of certificate, CRL stores or OCSP errors.
StoreUpdateListener.Severity
           
ValidationError
          Holds information about a single validation problem with a reference to the certificate chain.
ValidationErrorCategory
          This enumeration contains general classes of errors that can be signaled during certificate path validation.
ValidationErrorCode
          This enumeration contains codes of errors that can be signaled during certificate path validation.
ValidationErrorListener
          Invoked when there is an error found during certificate chain validation.
ValidationResult
          Wraps a validation result, error messages and unresolved certificate extension oids (if any).
X509CertChainValidator
          Implementations are used to perform a manual certificate chain validation.
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509.helpers
ProxySupport
          Defines proxy support mode for validators.
RevocationParameters
          Wraps the information required to control how certificates revocation is checked.
StoreUpdateListener
          Implementations receive information about updates of certificate, CRL stores or OCSP errors.
StoreUpdateListener.Severity
           
ValidationErrorListener
          Invoked when there is an error found during certificate chain validation.
ValidationResult
          Wraps a validation result, error messages and unresolved certificate extension oids (if any).
X509CertChainValidator
          Implementations are used to perform a manual certificate chain validation.
X509CertChainValidatorExt
          Extends the main X509CertChainValidator interface with some additional methods which are commonly provided by the most validator implementations, but are not strictly required for the sole validation.
X509Credential
          Implementations are used to wrap credentials (private key and certificate) in various formats.
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509.helpers.crl
StoreUpdateListener.Severity
           
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509.helpers.ns
NamespaceCheckingMode
          Used to define the CA namespace checking mode.
ValidationError
          Holds information about a single validation problem with a reference to the certificate chain.
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509.helpers.ocsp
OCSPCheckingMode
          Defines On-line Certificate Status Protocol usage mode.
OCSPParametes
          Manages configuration of OCSP support for all truststores.
OCSPResponder
          Configuration of a local responder.
X509Credential
          Implementations are used to wrap credentials (private key and certificate) in various formats.
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509.helpers.pkipath
ProxySupport
          Defines proxy support mode for validators.
RevocationParameters
          Wraps the information required to control how certificates revocation is checked.
StoreUpdateListener
          Implementations receive information about updates of certificate, CRL stores or OCSP errors.
ValidationError
          Holds information about a single validation problem with a reference to the certificate chain.
ValidationErrorCode
          This enumeration contains codes of errors that can be signaled during certificate path validation.
ValidationErrorListener
          Invoked when there is an error found during certificate chain validation.
ValidationResult
          Wraps a validation result, error messages and unresolved certificate extension oids (if any).
X509CertChainValidator
          Implementations are used to perform a manual certificate chain validation.
X509CertChainValidatorExt
          Extends the main X509CertChainValidator interface with some additional methods which are commonly provided by the most validator implementations, but are not strictly required for the sole validation.
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509.helpers.pkipath.bc
CrlCheckingMode
          Defines Certificate Revocation List verification mode.
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509.helpers.proxy
X509Credential
          Implementations are used to wrap credentials (private key and certificate) in various formats.
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509.helpers.ssl
X509CertChainValidator
          Implementations are used to perform a manual certificate chain validation.
X509Credential
          Implementations are used to wrap credentials (private key and certificate) in various formats.
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509.impl
CrlCheckingMode
          Defines Certificate Revocation List verification mode.
NamespaceCheckingMode
          Used to define the CA namespace checking mode.
OCSPParametes
          Manages configuration of OCSP support for all truststores.
ProxySupport
          Defines proxy support mode for validators.
RevocationParameters
          Wraps the information required to control how certificates revocation is checked.
RevocationParameters.RevocationCheckingOrder
           
StoreUpdateListener
          Implementations receive information about updates of certificate, CRL stores or OCSP errors.
ValidationResult
          Wraps a validation result, error messages and unresolved certificate extension oids (if any).
X509CertChainValidator
          Implementations are used to perform a manual certificate chain validation.
X509CertChainValidatorExt
          Extends the main X509CertChainValidator interface with some additional methods which are commonly provided by the most validator implementations, but are not strictly required for the sole validation.
X509Credential
          Implementations are used to wrap credentials (private key and certificate) in various formats.
 

Classes in eu.emi.security.authn.x509 used by eu.emi.security.authn.x509.proxy
X509Credential
          Implementations are used to wrap credentials (private key and certificate) in various formats.
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.