A B C E F G H I K L M O P S T U

A

acceptSocket(ServerSocket) - Method in class org.glite.security.trustmanager.tomcat.TMSSLServerSocketFactory
 
AXISSocketFactory - Class in org.glite.security.trustmanager.axis
The Axis socketfactory used for interfacing with axis 1.1 and 1.2.
AXISSocketFactory(Hashtable) - Constructor for class org.glite.security.trustmanager.axis.AXISSocketFactory
Creates a new instance of AxisSocketFactory
AXISSocketFactoryFactory - Class in org.glite.security.trustmanager.axis
AxisSocketFactoryFactory.java
AXISSocketFactoryFactory() - Constructor for class org.glite.security.trustmanager.axis.AXISSocketFactoryFactory
Creates a new instance of AxisSocketFactoryFactory

B

buildPath(X509Certificate[]) - Method in class org.glite.security.trustmanager.OpensslCertPathValidator
Constructs the CA path of the given cert chain.

C

CA_FILES - Static variable in class org.glite.security.trustmanager.ContextWrapper
CA file names
CA_FILES_DEFAULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
CA files default "/etc/grid-security/certificates/*.0".
CA_STORE_FILE - Static variable in class org.glite.security.trustmanager.ContextWrapper
CA keystore file name
CA_STORE_PASSWD - Static variable in class org.glite.security.trustmanager.ContextWrapper
CA store password
CA_STORE_TYPE - Static variable in class org.glite.security.trustmanager.ContextWrapper
CA store type property name
CertPathValidatorState - Class in org.glite.security.trustmanager
Simple class to hold the path validator state from one stage to the next.
CertPathValidatorState() - Constructor for class org.glite.security.trustmanager.CertPathValidatorState
 
certReader - Variable in class org.glite.security.trustmanager.ContextWrapper
The certificate reader instance to use to read the certificates, to avoid initializing it many times.
check(Certificate, Collection) - Method in class org.glite.security.trustmanager.CRLCertChecker
Checks that the certificate is not revoked.
check(X509Certificate[]) - Method in class org.glite.security.trustmanager.OpensslCertPathValidator
Checks that a certificate path is valid.
check(X509Certificate[]) - Method in class org.glite.security.trustmanager.ProxyCertPathValidator
Checks that a certificate path is valid.
checkAnchorAndCert(X509Certificate, X509Certificate, CertPathValidatorState, boolean) - Method in class org.glite.security.trustmanager.OpensslCertPathValidator
Does the same checks as checkCertificatePair and in addition checks that the sub is not listed in the possible CRL issued by the CA represented by the anchor.
checkCertificatePair(X509Certificate, X509Certificate, CertPathValidatorState) - Method in class org.glite.security.trustmanager.OpensslCertPathValidator
Checks that the sub certificate is signed and issued by signer
checkCertificatePair(X509Certificate, X509Certificate, boolean) - Method in class org.glite.security.trustmanager.ProxyCertPathValidator
Checks that the sub certificate is signed and issued by signer
checkClientTrusted(X509Certificate[], String) - Method in class org.glite.security.trustmanager.CRLFileTrustManager
This method checks that the certificate path is a valid client certificate path.
checkClientTrusted(X509Certificate[], String) - Method in class org.glite.security.trustmanager.OpensslTrustmanager
 
checkDNRestriction(X509Certificate, X509Certificate, int) - Method in class org.glite.security.trustmanager.OpensslCertPathValidator
Checks that the subject DN starts with the DN parts of the signer.
checkDNRestriction(X509Certificate, X509Certificate) - Method in class org.glite.security.trustmanager.ProxyCertPathValidator
Checks that the subject DN starts with the DN parts of the signer.
checkLastAnchor(X509Certificate, TrustAnchor) - Method in class org.glite.security.trustmanager.ProxyCertPathValidator
Does the same checks as checkCertificatePair and in addition checks that the sub is not listed in the possible CRL issued by the CA represented by the anchor.
checkServerTrusted(X509Certificate[], String) - Method in class org.glite.security.trustmanager.CRLFileTrustManager
This method checks that the certificate path is a valid server certificate path.
checkServerTrusted(X509Certificate[], String) - Method in class org.glite.security.trustmanager.OpensslTrustmanager
 
checkSignature(X509Certificate, X509Certificate) - Method in class org.glite.security.trustmanager.OpensslCertPathValidator
Checks that the sub certificate is signed by the signer.
checkSignature(X509Certificate, X509Certificate) - Method in class org.glite.security.trustmanager.ProxyCertPathValidator
Checks that the sub certificate is signed by the signer.
checkUpdate() - Method in class org.glite.security.trustmanager.OpensslCertPathValidator
Checks whether any trust anchor information has been updated on disk and reloads them if they have.
checkUpdate() - Method in class org.glite.security.trustmanager.OpensslTrustmanager
Checks whether the trustanchors need updates and if they do updates them.
checkValidity(X509Certificate) - Method in class org.glite.security.trustmanager.OpensslCertPathValidator
Checks that the certificate is valid now and throws the corresponding exception in case it isn't.
chooseClientAlias(String[], Principal[], Socket) - Method in class org.glite.security.trustmanager.UpdatingKeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.glite.security.trustmanager.UpdatingKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.glite.security.trustmanager.UpdatingKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.glite.security.trustmanager.UpdatingKeyManager
 
clearCurrentProperties() - Static method in class org.glite.security.trustmanager.axis.AXISSocketFactory
Clears the thread specific properties.
CONF_FILE - Static variable in class org.glite.security.trustmanager.ContextWrapper
The config file setting.
config - Variable in class org.glite.security.trustmanager.ContextWrapper
The settings of this ContextWrapper given in the constructor
CONNECT_TIMEOUT - Static variable in class org.glite.security.trustmanager.ContextWrapper
The connect timeout setting.
ContextFactory - Class in org.glite.security.trustmanager
 
ContextFactory() - Constructor for class org.glite.security.trustmanager.ContextFactory
 
ContextWrapper - Class in org.glite.security.trustmanager
A class wrapping the SSLContext.
ContextWrapper(Properties, boolean) - Constructor for class org.glite.security.trustmanager.ContextWrapper
Creates a new ContextWrapper object.
ContextWrapper(Properties) - Constructor for class org.glite.security.trustmanager.ContextWrapper
Creates a new ContextWrapper object.
ContextWrapper(Properties, X509Certificate[], PrivateKey) - Constructor for class org.glite.security.trustmanager.ContextWrapper
Creates a new ContextWrapper object.
ContextWrapper(Properties, PasswordFinder) - Constructor for class org.glite.security.trustmanager.ContextWrapper
Creates a new instance of ContextWrapper
create(String, int, StringBuffer, BooleanHolder) - Method in class org.glite.security.trustmanager.axis.AXISSocketFactory
Creates a socket and connects to the given host, verifying the certificate and possibly checking it against the hostname (depends on the hostname check variable in configuration).
createContextWrapper(Properties, PasswordFinder) - Static method in class org.glite.security.trustmanager.ContextFactory
Creator method that is useful when interactive password asking is wanted.
createContextWrapper(Properties) - Static method in class org.glite.security.trustmanager.ContextFactory
Generates a new contextfactory.
createServerFactory() - Method in class org.glite.security.trustmanager.axis.AXISSocketFactory
Creates a server factory.
createServerFactory() - Method in class org.glite.security.trustmanager.axis.AXISSocketFactoryFactory
Creates a server factory using the system properties as the source for configuration values.
createSocket() - Method in class org.glite.security.trustmanager.TimeoutSSLSocketFactory
Creates socket with read timeout defined by either sslTimeout sun.net.client.defaultReadTimeout.
createSocket(Socket, String, int, boolean) - Method in class org.glite.security.trustmanager.TimeoutSSLSocketFactory
Creates socket with timeout defined by either sslTimeout sun.net.client.defaultReadTimeout.
createSocket(String, int) - Method in class org.glite.security.trustmanager.TimeoutSSLSocketFactory
Creates socket and connects with timeouts defined by either sslConnectTimeout and sslTimeout or sun.net.client.defaultConnectTimeout and sun.net.client.defaultReadTimeout.
createSocket(InetAddress, int) - Method in class org.glite.security.trustmanager.TimeoutSSLSocketFactory
Creates socket and connects with timeouts defined by either sslConnectTimeout and sslTimeout or sun.net.client.defaultConnectTimeout and sun.net.client.defaultReadTimeout.
createSocket(String, int, InetAddress, int) - Method in class org.glite.security.trustmanager.TimeoutSSLSocketFactory
Creates socket with timeout defined by either sslTimeout sun.net.client.defaultReadTimeout.
createSocket(InetAddress, int, InetAddress, int) - Method in class org.glite.security.trustmanager.TimeoutSSLSocketFactory
Creates socket with timeout defined by either sslTimeout sun.net.client.defaultReadTimeout.
createSocket(int, int, InetAddress) - Method in class org.glite.security.trustmanager.tomcat.TMSSLServerSocketFactory
 
createSocket(int, int) - Method in class org.glite.security.trustmanager.tomcat.TMSSLServerSocketFactory
 
createSocket(int) - Method in class org.glite.security.trustmanager.tomcat.TMSSLServerSocketFactory
 
CREDENTIALS_CERT_FILE - Static variable in class org.glite.security.trustmanager.ContextWrapper
Identity cert property name.
CREDENTIALS_KEY_FILE - Static variable in class org.glite.security.trustmanager.ContextWrapper
Credential key property name.
CREDENTIALS_KEY_PASSWD - Static variable in class org.glite.security.trustmanager.ContextWrapper
The password for the private key.
CREDENTIALS_PROXY_FILE - Static variable in class org.glite.security.trustmanager.ContextWrapper
Identity The credential proxy property name.
CREDENTIALS_STORE_FILE - Static variable in class org.glite.security.trustmanager.ContextWrapper
identity keystore property names
CREDENTIALS_STORE_PASSWD - Static variable in class org.glite.security.trustmanager.ContextWrapper
The password for the credential keystore.
CREDENTIALS_STORE_TYPE - Static variable in class org.glite.security.trustmanager.ContextWrapper
The type of the credential keystore if keystore is used.
CREDENTIALS_UPDATE_INTERVAL - Static variable in class org.glite.security.trustmanager.ContextWrapper
The name of setting for interval for polling the credentials for update.
CREDENTIALS_UPDATE_INTERVAL_DEAFULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
Credentials reload interval default "0 s", meaning disabled.
CRL_ENABLED - Static variable in class org.glite.security.trustmanager.ContextWrapper
The setting for whether the CRL support is enabled or not.
CRL_ENABLED_DEFAULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
CRL support enabled default: true.
CRL_FILES - Static variable in class org.glite.security.trustmanager.ContextWrapper
The file definition for the CRL files.
CRL_FILES_DEFAULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
CRL file default "/etc/grid-security/certificates/*.r0".
CRL_REQUIRED - Static variable in class org.glite.security.trustmanager.ContextWrapper
The setting for whether the CRLs are required for each of the CAs.
CRL_REQUIRED_DEFAULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
CRL required default: true.
CRL_UPDATE_INTERVAL - Static variable in class org.glite.security.trustmanager.ContextWrapper
The setting for interval for CRL updates or polling the trust directory for updates.
CRL_UPDATE_INTERVAL_DEFAULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
CRL reloading, and trustdir polling interval for updates default: 0, meaning disabled.
CRLCertChecker - Class in org.glite.security.trustmanager
The CRLCertChecker is used to check a certificate agaisnt Certificate Revocation Lists (CRLs) and thus determine if the certificate is revoked or not.
CRLCertChecker(Vector, boolean) - Constructor for class org.glite.security.trustmanager.CRLCertChecker
Creates a new instance of CRLCertChecker and sets the CRLs to use.
CRLFileTrustManager - Class in org.glite.security.trustmanager
The CRLFileTrustManager meks the decisions whether the certificate chain is trusted or not.
CRLFileTrustManager(Vector) - Constructor for class org.glite.security.trustmanager.CRLFileTrustManager
Creates new CRLTrustManager
crls - Variable in class org.glite.security.trustmanager.ContextWrapper
The CRLs of this wrapper.

E

equals(Object) - Method in class org.glite.security.trustmanager.InstanceID
 

F

findAddParent(Vector<X509Certificate>) - Method in class org.glite.security.trustmanager.OpensslCertPathValidator
Searches for a parent CA from trustAnchors and add the cert to the cert chain.
findCA(DN) - Method in class org.glite.security.trustmanager.ProxyCertPathValidator
Finds the TrustAnchor with the distinguished name (DN) dn.
findProxy() - Method in class org.glite.security.trustmanager.UpdatingKeyManager
Searches for a

G

getAcceptedIssuers() - Method in class org.glite.security.trustmanager.CRLFileTrustManager
This method returns an array containing all the CA certs.
getAcceptedIssuers() - Method in class org.glite.security.trustmanager.OpensslTrustmanager
 
getCACerts() - Method in class org.glite.security.trustmanager.OpensslCertPathValidator
Returns an array of accepted CA certificates
getCACerts() - Method in class org.glite.security.trustmanager.ProxyCertPathValidator
Returns an array of accepted CA certificates
getCertificateChain(String) - Method in class org.glite.security.trustmanager.UpdatingKeyManager
 
getClientAliases(String, Principal[]) - Method in class org.glite.security.trustmanager.UpdatingKeyManager
 
getContext() - Method in class org.glite.security.trustmanager.ContextWrapper
Returns the underlying SSLContext that is wrapped.
getCrls() - Method in class org.glite.security.trustmanager.CRLCertChecker
Returns the verctor of crls.
getCurrentProperties() - Static method in class org.glite.security.trustmanager.axis.AXISSocketFactory
Returns the current configuration properties.
getDefaultCipherSuites() - Method in class org.glite.security.trustmanager.TimeoutSSLSocketFactory
 
getID() - Method in class org.glite.security.trustmanager.InstanceID
 
getImplementationName() - Method in class org.glite.security.trustmanager.tomcat.TMSSLImplementation
 
getIntervalSecs(String) - Static method in class org.glite.security.trustmanager.ContextWrapper
Parses a string representation of an interval into seconds.
getKeyManager() - Method in class org.glite.security.trustmanager.ContextWrapper
Returns the internal key managers, only for debugging.
getOpenSSLCAHash(X509Name) - Static method in class org.glite.security.trustmanager.OpensslTrustmanager
Generates the hex hash of the DN used by openssl to name the CA certificate files.
getOpenSSLCAHash(X509Certificate) - Static method in class org.glite.security.trustmanager.OpensslTrustmanager
Generates the hex hash of the DN used by openssl to name the CA certificate files.
getPath() - Method in class org.glite.security.trustmanager.InstanceID
 
getPrivateKey(String) - Method in class org.glite.security.trustmanager.UpdatingKeyManager
 
getServerAliases(String, Principal[]) - Method in class org.glite.security.trustmanager.UpdatingKeyManager
 
getServerSocketFactory() - Method in class org.glite.security.trustmanager.ContextWrapper
Creates a ServerSocketFactory.
getServerSocketFactory() - Method in interface org.glite.security.trustmanager.SSLContextWrapper
DOCUMENT ME!
getServerSocketFactory() - Method in class org.glite.security.trustmanager.tomcat.TMSSLImplementation
 
getSocketFactory() - Method in class org.glite.security.trustmanager.ContextWrapper
Create a TimeoutSSLSocketFactory instance with the configuration requested.
getSocketFactory() - Method in interface org.glite.security.trustmanager.SSLContextWrapper
DOCUMENT ME!
getSSLSupport(Socket) - Method in class org.glite.security.trustmanager.tomcat.TMSSLImplementation
 
getSSLSupport(SSLSession) - Method in class org.glite.security.trustmanager.tomcat.TMSSLImplementation
 
getSupportedCipherSuites() - Method in class org.glite.security.trustmanager.TimeoutSSLSocketFactory
 
getSupportedExtensions() - Method in class org.glite.security.trustmanager.CRLCertChecker
Returns the Set of supported extensions.
getTransportProvider(Properties) - Static method in class org.glite.security.trustmanager.axis.SSLConfigSender
Utility function to simplify the use of this class.
getTrustmanager(String, String, boolean) - Static method in class org.glite.security.trustmanager.OpensslTrustmanagerFactory
If no trustmanager is created already with the same inputs as calling now, a new trustmanager is created.
GRID_PROXY_STREAM - Static variable in class org.glite.security.trustmanager.ContextWrapper
The stream to load the proxy from

H

handshake(Socket) - Method in class org.glite.security.trustmanager.tomcat.TMSSLServerSocketFactory
 
hashCode() - Method in class org.glite.security.trustmanager.InstanceID
 
HOSTNAME_CHECK - Static variable in class org.glite.security.trustmanager.ContextWrapper
The hostname checking setting
HOSTNAME_CHECK_DEFAULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
The hostname checking default

I

identityKeyManagers - Variable in class org.glite.security.trustmanager.ContextWrapper
The key manager array of this wrapper.
init(PasswordFinder, X509Certificate[], PrivateKey) - Method in class org.glite.security.trustmanager.ContextWrapper
Initializes the key manager.
init(boolean) - Method in class org.glite.security.trustmanager.CRLCertChecker
This method is used to initialize the checker and to set the direction of checking (forward or reverse).
initKeyManagers(PasswordFinder) - Method in class org.glite.security.trustmanager.ContextWrapper
Initializes the key manager, the key manager will be updating keymanager and updates if the update interval is set.
initKeyManagers(X509Certificate[], PrivateKey) - Method in class org.glite.security.trustmanager.ContextWrapper
Initializes the key manager, the key manager doesn't know where update from, so it will be not updating by itself.
InstanceID - Class in org.glite.security.trustmanager
Defines the OpensslTrustmanager instance.
InstanceID(String, String, boolean) - Constructor for class org.glite.security.trustmanager.InstanceID
The constructor for the instanceID
INT_KEYSTORE_PASSWD - Static variable in class org.glite.security.trustmanager.ContextWrapper
Internal keystore password.
isCRLRequired() - Method in class org.glite.security.trustmanager.InstanceID
 
isForwardCheckingSupported() - Method in class org.glite.security.trustmanager.CRLCertChecker
This method returns true if forward checking is supported.

K

KEYSTORE_TYPE_DEFAULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
Default keystore type: JKS.

L

loadConfig(Properties, boolean) - Method in class org.glite.security.trustmanager.ContextWrapper
Depending on the configuration given either uses the configuration or loads the configuration from a file if the configuration file setting is set.
LOG_CONF_FILE - Static variable in class org.glite.security.trustmanager.ContextWrapper
The file where to load the log4j configuration.
LOG_FILE - Static variable in class org.glite.security.trustmanager.ContextWrapper
The file to log to.

M

m_anchorStack - Variable in class org.glite.security.trustmanager.CertPathValidatorState
the stack of CA parent certs for namespace and CRL checking
m_basicConstraintsPathLimit - Variable in class org.glite.security.trustmanager.CertPathValidatorState
The path limit from the basic constraints, default unlimited.
m_basicConstraintsPathLimiter - Variable in class org.glite.security.trustmanager.CertPathValidatorState
The path limiter cert DN for the basic constraints limit.
m_proxyInfoPathLimit - Variable in class org.glite.security.trustmanager.CertPathValidatorState
The path limit from the proxy info extension, default unlimited.
m_proxyInfoPathLimiter - Variable in class org.glite.security.trustmanager.CertPathValidatorState
The path limiter cert DN for the proxy info extension limit.
m_proxyType - Variable in class org.glite.security.trustmanager.CertPathValidatorState
The type of the proxy.
m_trustmanager - Variable in class org.glite.security.trustmanager.ContextWrapper
The new trustmanager instance if the new configuration method is used (Trust directory).

O

OpensslCertPathValidator - Class in org.glite.security.trustmanager
OpenSSLCertPathValidator validates certificate paths.
OpensslCertPathValidator(String, boolean) - Constructor for class org.glite.security.trustmanager.OpensslCertPathValidator
Creates a new instance of MyCertPathValidator
OpensslTrustmanager - Class in org.glite.security.trustmanager
 
OpensslTrustmanager(String, boolean) - Constructor for class org.glite.security.trustmanager.OpensslTrustmanager
 
OpensslTrustmanagerFactory - Class in org.glite.security.trustmanager
A factory class for the OpensslTrustmanager.
OpensslTrustmanagerFactory() - Constructor for class org.glite.security.trustmanager.OpensslTrustmanagerFactory
 
org.glite.security.trustmanager - package org.glite.security.trustmanager
The main trustmanager package that holds the man classes or trustmanager.
org.glite.security.trustmanager.axis - package org.glite.security.trustmanager.axis
The Axis integration classes.
org.glite.security.trustmanager.tomcat - package org.glite.security.trustmanager.tomcat
The Tomcat integration classes.
OVERRIDE_EXPIRATION_CHECK_ON_INIT - Static variable in class org.glite.security.trustmanager.ContextWrapper
Flag to override the credential expiration check on loading for testing purposes only.
overrideExpirationCheck - Variable in class org.glite.security.trustmanager.ContextWrapper
Switch to bypass the expiration check.

P

ProxyCertPathValidator - Class in org.glite.security.trustmanager
ProxyCertificatePathValidator validates certificate paths.
ProxyCertPathValidator(Vector) - Constructor for class org.glite.security.trustmanager.ProxyCertPathValidator
Creates a new instance of MyCertPathValidator

S

setChecker(PKIXCertPathChecker) - Method in class org.glite.security.trustmanager.CRLFileTrustManager
Sets the checker to use for the check against CRLs.
setCRLChecker(CRLCertChecker) - Method in class org.glite.security.trustmanager.ProxyCertPathValidator
The setCRLChecker sets the CRLCehcker to use for the Chekcing of cert chains
setCrls(Vector) - Method in class org.glite.security.trustmanager.CRLCertChecker
Sets the vector of crls to use for crl checking.
setCurrentProperties(Properties) - Static method in class org.glite.security.trustmanager.axis.AXISSocketFactory
Sets the current properties for the socket factory.
setTimeout(Socket) - Method in class org.glite.security.trustmanager.TimeoutSSLSocketFactory
Sets the socket read timeout value
SSL_PROTOCOL - Static variable in class org.glite.security.trustmanager.ContextWrapper
The SSL protocol to use.
SSL_PROTOCOL_DEFAULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
SSL protocol default: TLSv1.
SSL_TIMEOUT_SETTING - Static variable in class org.glite.security.trustmanager.ContextWrapper
timeout for ssl handshake and reading in milliseconds
SSLConfigSender - Class in org.glite.security.trustmanager.axis
A HTTPSender that can be used to configure the trustmanager per message basis.
SSLConfigSender(Properties) - Constructor for class org.glite.security.trustmanager.axis.SSLConfigSender
Creates a new SSLConfigSender object.
SSLContextWrapper - Interface in org.glite.security.trustmanager
DOCUMENT ME!
stop() - Method in class org.glite.security.trustmanager.ContextWrapper
Stops runing updater threads if there is any.

T

TIMEOUT_DEFAULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
Timeout default 1 minute.
TimeoutSSLSocketFactory - Class in org.glite.security.trustmanager
A wrapper for the SSLSocketFactory to work aroung jdk1.4 ignoring the timeout system settings.
TimeoutSSLSocketFactory(SSLSocketFactory, Properties) - Constructor for class org.glite.security.trustmanager.TimeoutSSLSocketFactory
Creates a new TimedOutSSLSocketFactory.
TMSSLImplementation - Class in org.glite.security.trustmanager.tomcat
 
TMSSLImplementation() - Constructor for class org.glite.security.trustmanager.tomcat.TMSSLImplementation
The constructor for the class, does nothing except checks that the actual ssl implementation TrustManager is present.
TMSSLServerSocketFactory - Class in org.glite.security.trustmanager.tomcat
The Tomcat glue ServerSocketFactory class.
TMSSLServerSocketFactory() - Constructor for class org.glite.security.trustmanager.tomcat.TMSSLServerSocketFactory
 
toString() - Method in class org.glite.security.trustmanager.UpdatingKeyManager
 
trustAnchors - Variable in class org.glite.security.trustmanager.ContextWrapper
The trust anchors of this contextWrapper.
trustManager - Variable in class org.glite.security.trustmanager.ContextWrapper
The old trustmanager instance if the old configuration method is used.
TRUSTSTORE_DIR - Static variable in class org.glite.security.trustmanager.ContextWrapper
The trust store setting
TRUSTSTORE_DIR_DEFAULT - Static variable in class org.glite.security.trustmanager.ContextWrapper
The default trust store dir

U

UpdatingKeyManager - Class in org.glite.security.trustmanager
A KeyManager that reloads the credentials periodically.
UpdatingKeyManager(CaseInsensitiveProperties, PasswordFinder) - Constructor for class org.glite.security.trustmanager.UpdatingKeyManager
Creates a new instance of UpdatingKeyManager
UpdatingKeyManager(KeyStore, char[]) - Constructor for class org.glite.security.trustmanager.UpdatingKeyManager
Creates a new UpdatingKeyManager object.

A B C E F G H I K L M O P S T U