A B C D E F G H I K L O P R S T U V X

A

addFileConfigurationListener(FileConfigurationListener) - Method in class org.glite.slcs.config.FileConfigurationMonitor
Adds the listener to the FileConfigurationListener list.
AuthException - Exception in org.glite.slcs
AuthException is the EGEE exception to describe a user authentication/authorisation error.
AuthException() - Constructor for exception org.glite.slcs.AuthException
 
AuthException(String) - Constructor for exception org.glite.slcs.AuthException
 
AuthException(String, Throwable) - Constructor for exception org.glite.slcs.AuthException
 
AuthException(Throwable) - Constructor for exception org.glite.slcs.AuthException
 

B

Base64 - Class in org.glite.slcs.util
Base64 is a wrapper class for the commons-codec apache library.
byteEncode(byte[]) - Static method in class org.glite.slcs.util.Base64
BASE64 encodes the given byte array.

C

Certificate - Class in org.glite.slcs.pki
Certificate is a wrapper class for the X509Certificate.
Certificate(X509Certificate, X509Certificate[]) - Constructor for class org.glite.slcs.pki.Certificate
Creates a certificate with its chain.
Certificate(X509Certificate) - Constructor for class org.glite.slcs.pki.Certificate
Creates a certificate without chain.
CertificateExtension - Class in org.glite.slcs.pki
CertificateExtension wrapper class to create certificate extension.
CertificateExtension(DERObjectIdentifier, String, X509Extension, String) - Constructor for class org.glite.slcs.pki.CertificateExtension
Creates an non-critical extension with the given extension OID and name and X509Extension and value.
CertificateExtension(DERObjectIdentifier, X509Extension, boolean) - Constructor for class org.glite.slcs.pki.CertificateExtension
Creates an extension with the given extension OID and X509Extension object.
CertificateExtension(DERObjectIdentifier, String, X509Extension, String, boolean) - Constructor for class org.glite.slcs.pki.CertificateExtension
Creates a CertificateExtension with the given extension OID and name and X509Extension and value.
CertificateExtensionFactory - Class in org.glite.slcs.pki
X.509 certificate extensions factory
CertificateKeys - Class in org.glite.slcs.pki
CertificateKeys is a wrapper class for a KeyPair.
CertificateKeys(int, char[]) - Constructor for class org.glite.slcs.pki.CertificateKeys
Creates a new key pair (private and public) for the given key size.
CertificateKeys(char[]) - Constructor for class org.glite.slcs.pki.CertificateKeys
Constructor.
CertificateKeys(int) - Constructor for class org.glite.slcs.pki.CertificateKeys
Contructor.
CertificateKeys() - Constructor for class org.glite.slcs.pki.CertificateKeys
Constructor.
CertificateRequest - Class in org.glite.slcs.pki
CertificateRequest is a wrapper class for a PKCS10 object and the methods to read and store as PEM format.
CertificateRequest(CertificateKeys, Principal) - Constructor for class org.glite.slcs.pki.CertificateRequest
Creates a certificate request for the given keys and principal (DN).
CertificateRequest(CertificateKeys, String) - Constructor for class org.glite.slcs.pki.CertificateRequest
Creates a certificate request for the given keys and subject (DN).
CertificateRequest(CertificateKeys, String, List) - Constructor for class org.glite.slcs.pki.CertificateRequest
Creates a certificate request for the given keys, subject and extensions.
CertificateRequest(PKCS10) - Constructor for class org.glite.slcs.pki.CertificateRequest
Creates a certificate request with the given PKCS10 object.
checkClientTrusted(X509Certificate[], String) - Method in class org.glite.slcs.httpclient.ssl.ExtendedX509TrustManager
 
checkConfiguration() - Method in class org.glite.slcs.config.SLCSConfiguration
Checks the validity of the configuration
checkServerTrusted(X509Certificate[], String) - Method in class org.glite.slcs.httpclient.ssl.ExtendedX509TrustManager
 
Codec - Class in org.glite.slcs.pki.bouncycastle
Codec utility to read and write PEM object using the BouncyCastle functions.
contains(String) - Method in class org.glite.slcs.config.SLCSConfiguration
Checks if configuration key name is defined
convertShibbolethUTF8ToUnicode(String) - Static method in class org.glite.slcs.util.Utils
Shibboleth sends values UTF8 encoded.
convertUnicodeToISOLatin1(String) - Static method in class org.glite.slcs.util.Utils
Converts a Java unicode string in a ISO-8859-1 (ISO Latin1) string.
COPYRIGHT - Static variable in class org.glite.slcs.SLCSCommonVersion
Deprecated. use Version.getCopyright()
createCertificateExtension(String, String) - Static method in class org.glite.slcs.pki.CertificateExtensionFactory
Creates a CertificateExtension.
createCertificatePoliciesExtension(String) - Static method in class org.glite.slcs.pki.CertificateExtensionFactory
Creates a Cerificate Policies: policyOID extension with the given policy OID.
createCertificatePoliciesExtension(Vector, String) - Static method in class org.glite.slcs.pki.CertificateExtensionFactory
 
createExtendedKeyUsageExtension(Vector, String) - Static method in class org.glite.slcs.pki.CertificateExtensionFactory
 
createExtendedKeyUsageExtension(KeyPurposeId, String) - Static method in class org.glite.slcs.pki.CertificateExtensionFactory
 
createFileConfigurationMonitor(File, String, FileConfigurationListener) - Static method in class org.glite.slcs.config.FileConfigurationMonitor
Creates a FileConfigurationMonitor for the given FileConfiguration.
createKeyUsageExtension(int, String) - Static method in class org.glite.slcs.pki.CertificateExtensionFactory
Creates a Key Usage extension for the given usage.
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.glite.slcs.httpclient.ssl.ExtendedProtocolSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(String, int, InetAddress, int) - Method in class org.glite.slcs.httpclient.ssl.ExtendedProtocolSocketFactory
 
createSocket(String, int) - Method in class org.glite.slcs.httpclient.ssl.ExtendedProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.glite.slcs.httpclient.ssl.ExtendedProtocolSocketFactory
 
createSubjectAltNameExtension(String) - Static method in class org.glite.slcs.pki.CertificateExtensionFactory
Creates a RFC882 Subject Alternative Name: email:johndoe@example.com extension.
createSubjectAltNameExtension(Vector, String) - Static method in class org.glite.slcs.pki.CertificateExtensionFactory
 
createTrustedIssuers(KeyStore) - Static method in class org.glite.slcs.httpclient.ssl.ExtendedX509TrustManager
 
createX509Principal(String) - Method in class org.glite.slcs.pki.bouncycastle.X509PrincipalUtil
Creates a X509Principal with the given name.
CRT_FILE_PERMISSION - Static variable in class org.glite.slcs.pki.Certificate
Default unix file permissions for the certificate file

D

decode(String) - Static method in class org.glite.slcs.util.Base64
Decodes the given BASE64 encoded string.
decode(byte[]) - Static method in class org.glite.slcs.util.Base64
Decodes the given BASE64 encoded byte array.
DEFAULT_MONITORING_INTERVAL - Static variable in class org.glite.slcs.config.FileConfigurationMonitor
Default sleep time between 2 check (300000 millis = 300 sec = 5 min)
dispatchFileConfigurationEvent(int) - Method in class org.glite.slcs.config.FileConfigurationMonitor
Disptaches the FileConfigurationEvent type to all FileConfigurationListener registered.
downloadConfiguration(URL) - Static method in class org.glite.slcs.config.SLCSConfiguration
Creates a XMLConfiguration loaded from the given url.

E

encode(byte[]) - Static method in class org.glite.slcs.util.Base64
BASE64 encodes the given bytes array.
encode(byte[], int) - Static method in class org.glite.slcs.util.Base64
BASE64 encodes the given bytes array.
equals(Object) - Method in class org.glite.slcs.pki.CertificateExtension
 
escapeAttributeValue(String) - Static method in class org.glite.slcs.util.Utils
RFC2253 compliant escaping (with a \) of the special characters ,, =, +, <, >, # and ; if present in the string.
ExtendedProtocolSocketFactory - Class in org.glite.slcs.httpclient.ssl
ExtendedProtocolSocketFactory extends the default system TrustManager with your custom truststore (KeyStore of trusted CA).
ExtendedProtocolSocketFactory(String) - Constructor for class org.glite.slcs.httpclient.ssl.ExtendedProtocolSocketFactory
Extends the trust capabilities of the ProtocolSocketFactory with the given TrustStore.
ExtendedProtocolSocketFactory(String, String, String) - Constructor for class org.glite.slcs.httpclient.ssl.ExtendedProtocolSocketFactory
Extends the trust and client authentication of the ProtocolSocketFactory with the given KeyStore and TrustStore.
ExtendedProtocolSocketFactory(KeyStore, String, KeyStore) - Constructor for class org.glite.slcs.httpclient.ssl.ExtendedProtocolSocketFactory
Creates a ExtendedProtocolSocketFactory with the given keystore and keystore password, and the truststore.
ExtendedX509TrustManager - Class in org.glite.slcs.httpclient.ssl
ExtendedTrustX509TrustManager can be used to extend the default JSSE X509TrustManager with additional trusted CAs stored in a trust store.
ExtendedX509TrustManager(KeyStore, X509TrustManager) - Constructor for class org.glite.slcs.httpclient.ssl.ExtendedX509TrustManager
Constructor for ExtendedX509TrustManager.

F

FILE_MODIFIED - Static variable in class org.glite.slcs.config.FileConfigurationEvent
Event FILE_MODIFIED
fileConfigurationChanged(FileConfigurationEvent) - Method in interface org.glite.slcs.config.FileConfigurationListener
When the FileConfiguration changed, the listener receives this event notification.
FileConfigurationEvent - Class in org.glite.slcs.config
FileConfigurationEvent is a event sent by the FileConfigurationMonitor to all the FileConfigurationListener.
FileConfigurationEvent(Object, int) - Constructor for class org.glite.slcs.config.FileConfigurationEvent
Constructor
FileConfigurationListener - Interface in org.glite.slcs.config
FileConfigurationListener is used to monitor FileConfiguration modifications.
FileConfigurationMonitor - Class in org.glite.slcs.config
FileConfigurationMonitor checks if the monitored file have been modified, and if so sends a FileConfigurationEvent to all the registered FileConfigurationListener.
FileConfigurationMonitor(File) - Constructor for class org.glite.slcs.config.FileConfigurationMonitor
Constr.
FileConfigurationMonitor(File, long) - Constructor for class org.glite.slcs.config.FileConfigurationMonitor
Const.
filterISOLatin1AccentuedString(String) - Static method in class org.glite.slcs.util.Utils
Converts ISO-8859-1 accentued chars into their unaccentued equivalent 192 => 'A', 193 => 'A', 194 => 'A', 195 => 'A', 196 => 'Ae', 197 => 'A', 198 => 'AE', 199 => 'C', 200 => 'E', 201 => 'E', 202 => 'E', 203 => 'E', 204 => 'I', 205 => 'I', 206 => 'I', 207 => 'I', 209 => 'N', 210 => 'O', 211 => 'O', 212 => 'O', 213 => 'O', 214 => 'Oe', 216 => 'O', 217 => 'U', 218 => 'U', 219 => 'U', 220 => 'Ue', 221 => 'Y', 223 => 'ss', 224 => 'a', 225 => 'a', 226 => 'a', 227 => 'a', 228 => 'ae', 229 => 'a', 230 => 'ae', 231 => 'c', 232 => 'e', 233 => 'e', 234 => 'e', 235 => 'e', 236 => 'i', 237 => 'i', 238 => 'i', 239 => 'i', 241 => 'n', 242 => 'o', 243 => 'o', 244 => 'o', 245 => 'o', 246 => 'oe', 248 => 'o', 249 => 'u', 250 => 'u', 251 => 'u', 252 => 'ue', 253 => 'y', 255 => 'y'
filterUnicodeAccentuedString(String) - Static method in class org.glite.slcs.util.Utils
Filter an unicode Java string accentuated characters and replace them with their non-accentuated equivalants.

G

generateKeyPair() - Method in class org.glite.slcs.pki.bouncycastle.KeyPairGenerator
Generates a new KeyPair
getAcceptedIssuers() - Method in class org.glite.slcs.httpclient.ssl.ExtendedX509TrustManager
Merges the system wide accepted issuers and the own ones and returns them.
getCertificate() - Method in class org.glite.slcs.pki.Certificate
 
getCertificateChain() - Method in class org.glite.slcs.pki.Certificate
 
getCertificateExtensions() - Method in class org.glite.slcs.pki.CertificateRequest
Returns a List of certificate extensions contained in the certificate request.
getConfiguration() - Method in class org.glite.slcs.config.SLCSConfiguration
 
getCopyright() - Static method in class org.glite.slcs.common.Version
Returns the Copyright.
getDEREncoded() - Method in class org.glite.slcs.pki.bouncycastle.PKCS10
 
getDEREncoded() - Method in class org.glite.slcs.pki.CertificateRequest
 
getExtension() - Method in class org.glite.slcs.pki.CertificateExtension
 
getFileConfiguration() - Method in class org.glite.slcs.config.SLCSConfiguration
 
getFilename() - Method in class org.glite.slcs.config.SLCSConfiguration
 
getInt(String) - Method in class org.glite.slcs.config.SLCSConfiguration
 
getList(String) - Method in class org.glite.slcs.config.SLCSConfiguration
 
getName() - Static method in class org.glite.slcs.common.Version
Returns the implementation title from the jar MANIFEST.
getName() - Method in class org.glite.slcs.pki.CertificateExtension
 
getOID() - Method in class org.glite.slcs.pki.CertificateExtension
 
getPassword() - Method in class org.glite.slcs.pki.CertificateKeys
 
getPEM() - Method in class org.glite.slcs.pki.Certificate
Returns the PEM encoded certificate
getPEMEncoded(Key) - Static method in class org.glite.slcs.pki.bouncycastle.Codec
PEM encode a Key.
getPEMEncoded(Key, char[]) - Static method in class org.glite.slcs.pki.bouncycastle.Codec
PEM encode the encrypted Key.
getPEMEncoded(X509Certificate) - Static method in class org.glite.slcs.pki.bouncycastle.Codec
Returns the PEM encoded String of the X509 certificate.
getPEMEncoded() - Method in class org.glite.slcs.pki.bouncycastle.PKCS10
 
getPEMEncoded() - Method in class org.glite.slcs.pki.CertificateRequest
 
getPEMPrivate() - Method in class org.glite.slcs.pki.CertificateKeys
Gets the private key PEM encoded.
getPrincipal() - Method in class org.glite.slcs.pki.bouncycastle.PKCS10
 
getPrincipal() - Method in class org.glite.slcs.pki.CertificateRequest
 
getPrincipalValue(X509Certificate, DERObjectIdentifier) - Static method in class org.glite.slcs.pki.bouncycastle.Codec
Gets the first value of the X509Principal corresponding to the given oid.
getPrivate() - Method in class org.glite.slcs.pki.CertificateKeys
 
getPublic() - Method in class org.glite.slcs.pki.CertificateKeys
 
getString(String) - Method in class org.glite.slcs.config.SLCSConfiguration
Returns the value of the key and throw exception if the key is not defined.
getString(String, boolean) - Method in class org.glite.slcs.config.SLCSConfiguration
Returns the value of the key and throw exception if the key is not defined only if throwException is true.
getSubject() - Method in class org.glite.slcs.pki.bouncycastle.PKCS10
 
getType() - Method in class org.glite.slcs.config.FileConfigurationEvent
 
getValue() - Method in class org.glite.slcs.pki.CertificateExtension
 
getVersion() - Static method in class org.glite.slcs.common.Version
Returns the implementation version from the jar MANIFEST.
getVersion() - Static method in class org.glite.slcs.SLCSCommonVersion
Deprecated. use Version.getVersion()
getX509Extensions() - Method in class org.glite.slcs.pki.bouncycastle.PKCS10
Gets the X509Extensions included in the PKCS10.

H

hashCode() - Method in class org.glite.slcs.pki.CertificateExtension
 

I

initialize(int) - Method in class org.glite.slcs.pki.bouncycastle.KeyPairGenerator
Initializes the generator to generate key pair of the given size.
isCertificateIssuerTrusted(X509Certificate) - Method in class org.glite.slcs.httpclient.ssl.ExtendedX509TrustManager
Returns true iff the certificate issuer is in our trust store and it have signed the cert.
isCertificateTrusted(X509Certificate) - Method in class org.glite.slcs.httpclient.ssl.ExtendedX509TrustManager
Checks if the certificate is store in our trust store.
isCritical() - Method in class org.glite.slcs.pki.CertificateExtension
 

K

KeyPairGenerator - Class in org.glite.slcs.pki.bouncycastle
Wrapper class for the BouncyCastle KeyPairGenerator.
KeyPairGenerator(String) - Constructor for class org.glite.slcs.pki.bouncycastle.KeyPairGenerator
Construtor.

L

loadConfiguration(String) - Static method in class org.glite.slcs.config.SLCSConfiguration
Creates a XMLConfiguration loaded with the given file.
loadPEM(File) - Static method in class org.glite.slcs.pki.CertificateRequest
 

O

org.glite.slcs - package org.glite.slcs
 
org.glite.slcs.common - package org.glite.slcs.common
 
org.glite.slcs.config - package org.glite.slcs.config
 
org.glite.slcs.httpclient.ssl - package org.glite.slcs.httpclient.ssl
 
org.glite.slcs.pki - package org.glite.slcs.pki
 
org.glite.slcs.pki.bouncycastle - package org.glite.slcs.pki.bouncycastle
 
org.glite.slcs.util - package org.glite.slcs.util
 

P

PKCS10 - Class in org.glite.slcs.pki.bouncycastle
PKCS10 wrapper class for the BouncyCastle PKCS10CertificationRequest object.
PKCS10(String, PublicKey, PrivateKey) - Constructor for class org.glite.slcs.pki.bouncycastle.PKCS10
 
PKCS10(String, PublicKey, PrivateKey, X509Extensions) - Constructor for class org.glite.slcs.pki.bouncycastle.PKCS10
 

R

readPEM(Reader) - Static method in class org.glite.slcs.pki.Certificate
Read a PEM source to extract the certificate and its chain.
readPEM(Reader) - Static method in class org.glite.slcs.pki.CertificateRequest
 
readPEMEncoded(Reader) - Static method in class org.glite.slcs.pki.bouncycastle.PKCS10
Reads the PKCS10 from a reader.
readPEMEncodedCertificates(Reader) - Static method in class org.glite.slcs.pki.bouncycastle.Codec
Return an array of all X509Certificates stored in a PEM encoded source.
RemoteException - Exception in org.glite.slcs
RemoteException is the EGEE exception to describe a problem to contact the service.
RemoteException() - Constructor for exception org.glite.slcs.RemoteException
 
RemoteException(String) - Constructor for exception org.glite.slcs.RemoteException
 
RemoteException(String, Throwable) - Constructor for exception org.glite.slcs.RemoteException
 
RemoteException(Throwable) - Constructor for exception org.glite.slcs.RemoteException
 
removeFileConfigurationListener(FileConfigurationListener) - Method in class org.glite.slcs.config.FileConfigurationMonitor
Removes the listener from the FileConfigurationListener list.

S

ServiceException - Exception in org.glite.slcs
ServiceException is the EGEE exception to describe an invalid interaction with the service or a fault service.
ServiceException() - Constructor for exception org.glite.slcs.ServiceException
 
ServiceException(String) - Constructor for exception org.glite.slcs.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception org.glite.slcs.ServiceException
 
ServiceException(Throwable) - Constructor for exception org.glite.slcs.ServiceException
 
setFileConfiguration(FileConfiguration) - Method in class org.glite.slcs.config.SLCSConfiguration
Sets the FileConfiguration and checks for validity.
setFilePermissions(File, int) - Static method in class org.glite.slcs.util.Utils
Sets permissions on a given file.
setPassword(String) - Method in class org.glite.slcs.pki.CertificateKeys
Sets the private key encryption password.
setPassword(char[]) - Method in class org.glite.slcs.pki.CertificateKeys
Sets the private key encryption password.
shutdown() - Method in class org.glite.slcs.config.FileConfigurationMonitor
Stops to monitor the file.
SIGNATURE_ALGORITHM - Static variable in class org.glite.slcs.pki.bouncycastle.PKCS10
Signature algorithm for the PKCS#10 request
SLCSCommonVersion - Class in org.glite.slcs
 
SLCSConfiguration - Class in org.glite.slcs.config
SLCSConfiguration is a wrapper class for a XML file based configuration.
SLCSConfiguration() - Constructor for class org.glite.slcs.config.SLCSConfiguration
Default constructor
SLCSConfiguration(String) - Constructor for class org.glite.slcs.config.SLCSConfiguration
 
SLCSConfigurationException - Exception in org.glite.slcs
SLCSConfigurationException is used for configuration errors.
SLCSConfigurationException() - Constructor for exception org.glite.slcs.SLCSConfigurationException
 
SLCSConfigurationException(String) - Constructor for exception org.glite.slcs.SLCSConfigurationException
 
SLCSConfigurationException(String, Throwable) - Constructor for exception org.glite.slcs.SLCSConfigurationException
 
SLCSConfigurationException(Throwable) - Constructor for exception org.glite.slcs.SLCSConfigurationException
 
SLCSException - Exception in org.glite.slcs
SLCSException is the generic Exception for the SLCS system.
SLCSException() - Constructor for exception org.glite.slcs.SLCSException
 
SLCSException(String) - Constructor for exception org.glite.slcs.SLCSException
 
SLCSException(String, Throwable) - Constructor for exception org.glite.slcs.SLCSException
 
SLCSException(Throwable) - Constructor for exception org.glite.slcs.SLCSException
 
start() - Method in class org.glite.slcs.config.FileConfigurationMonitor
Starts the FileConfigurationMonitorTask to monitor the file.
storeDEREncoded(File) - Method in class org.glite.slcs.pki.bouncycastle.PKCS10
Stores the DER encoded PKCS#10 in a file.
storePEM(String) - Method in class org.glite.slcs.pki.Certificate
Stores the certificate and its chain in PEM format in the given file name.
storePEM(File) - Method in class org.glite.slcs.pki.Certificate
Stores the ceritifcate and its chain in PEM format in the given file.
storePEM(String) - Method in class org.glite.slcs.pki.CertificateRequest
 
storePEM(File) - Method in class org.glite.slcs.pki.CertificateRequest
 
storePEMEncoded(Key, File) - Static method in class org.glite.slcs.pki.bouncycastle.Codec
Store the Key PEM encoded in a File.
storePEMEncoded(Key, char[], File) - Static method in class org.glite.slcs.pki.bouncycastle.Codec
Store the encrypted Key PEM encoded in a File.
storePEMEncoded(X509Certificate, File) - Static method in class org.glite.slcs.pki.bouncycastle.Codec
Stores a X509 certificate in PEM format.
storePEMEncoded(X509Certificate, X509Certificate[], File) - Static method in class org.glite.slcs.pki.bouncycastle.Codec
Stores a X509 certificate and its chain of certificate PEM encoded.
storePEMEncoded(File) - Method in class org.glite.slcs.pki.bouncycastle.PKCS10
Stores the PCKS10 in PEM format.
storePEMPrivate(String) - Method in class org.glite.slcs.pki.CertificateKeys
Stores the private key in PEM format in the given filename.
storePEMPrivate(File) - Method in class org.glite.slcs.pki.CertificateKeys
Stores the private key in PEM format in the given file.
storePKCS12(PrivateKey, X509Certificate, X509Certificate[], File, char[]) - Static method in class org.glite.slcs.pki.bouncycastle.Codec
Stores the private key and certificate in a PKCS12 file.

T

toHexString(byte[]) - Static method in class org.glite.slcs.util.Utils
Returns the hexadecimal representation of the byte array (uppercase).
toXML() - Method in class org.glite.slcs.pki.CertificateExtension
 

U

UnknownResourceException - Exception in org.glite.slcs
UnknownResourceException is the EGEE exception to describe a problem with the resource.
UnknownResourceException() - Constructor for exception org.glite.slcs.UnknownResourceException
 
UnknownResourceException(String) - Constructor for exception org.glite.slcs.UnknownResourceException
 
UnknownResourceException(String, Throwable) - Constructor for exception org.glite.slcs.UnknownResourceException
 
UnknownResourceException(Throwable) - Constructor for exception org.glite.slcs.UnknownResourceException
 
Utils - Class in org.glite.slcs.util
Utils some utility functions

V

Version - Class in org.glite.slcs.common
Version class to retrieve version info from jar manifest.

X

X509PrincipalUtil - Class in org.glite.slcs.pki.bouncycastle
Utility class to handle correctly the creation of X509Principal.
X509PrincipalUtil() - Constructor for class org.glite.slcs.pki.bouncycastle.X509PrincipalUtil
 

A B C D E F G H I K L O P R S T U V X