Package org.glite.security.util

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

Class Summary
CAFilenameSplitter  
CaseInsensitiveProperties Case insensitive version of Properties class.
CertUtil Reads a DER-encode, Base64-encoded, or PEM-encoded certificate from disk without using broken IAIK implementations...
DirectoryList This class lists all the files defined in the constructor.
DNHandler Distinguished Name (DN) handling routines.
DNImpl 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.
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  
TrustStorage A class that handles the information obtained from the trust directory.
X500Principal DOCUMENT ME!
 

Exception Summary
CertificateNotFoundException