Package org.glite.security.util

The Util-Java utility classes.

See:
          Description

Interface Summary
DN An interface representing a DN, used in conjunction with DNHandler to manage the DNs in an uniform way.
 

Class Summary
CAFilenameSplitter Utility class to split the CA filename.
CaseInsensitiveProperties Case insensitive version of Properties class.
CertUtil Certificate utilities.
DirectoryList This class lists all the files defined in the constructor.
DNHandler Distinguished Name (DN) handling routines.
DNImpl Deprecated. Use DNImplRFC2253 instead for correctly formed DN strings.
DNImplRFC2253 DNImpl.java
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.
FullTrustAnchor A class for representing and handling a trust anchor.
HostNameChecker A class to do hostname checking against a certificate to check whether the server answers with a certificate that is allowed for that host.
IPAddressComparator An utility class used to compare ip addresses and to check whether an IP address is within a address space defined by IP address - netmask combination.
KeyStoreGenerator Generates a keystore from the certificate and the private key from the files.
Password a copy from bouncyCastle test class
PrivateKeyReader This class is used to read a private key.
TrustDirHandler The class that handles the trust directory, currently provides a method to list all the CA certificates.
TrustStorage A class that handles the information obtained from the trust directory.
X500Principal Why was this class created?...
 

Exception Summary
CertificateNotFoundException An exception that is thrown in case an expected certificate is not found.
 

Package org.glite.security.util Description

The Util-Java utility classes.