Package org.edg.security.trustmanager

Interface Summary
SSLContextWrapper  
 

Class Summary
CaseInsensitiveProperties  
ContextFactory  
ContextWrapper  
CRLCertChecker The CRLCertChecker is used to check a certificate agaisnt Certificate Revocation Lists (CRLs) and thus determine if the certificate is revoked or not.
CRLFileTrustManager The CRLFileTrustManager meks the decisions whether the certificate chain is trusted or not.
DirectoryList This class lists all the files defined in the constructor.
FileCertReader Reads all certificates from given files, accepts binary form of DER encoded certs and the Base64 form of the DER encoded certs (PEM).
FileEndingIterator Lists all the files in the given directory that end with a certain ending.
KeyStoreGenerator Generates a keystore from the certificate and the private key from the files.
Password  
PrivateKeyReader This class is used to read a private key.
ProxyCertPathValidator ProxyCertificatePathValidator validates certificate paths.
UpdatingKeyManager A KeyManager that reloads the credentials periodically.