Uses of Class
org.globus.gsi.CredentialException
Packages that use CredentialException
Package
Description
This package conatins the basic security constructs used to build Globus security.
This package provides classes for accessing security material from generic "stores" (which can be defined via a
url).
-
Uses of CredentialException in org.globus.gsi
Methods in org.globus.gsi that throw CredentialExceptionModifier and TypeMethodDescriptionstatic X509CredentialX509Credential.getDefaultCredential()Returns the default credential.X509Credential.getPrivateKey()X509Credential.getPrivateKey(String password) intX509Credential.getStrength()Returns strength of the private/public key in bits.intX509Credential.getStrength(String password) Returns strength of the private/public key in bits.protected voidX509Credential.load(InputStream input) protected voidX509Credential.loadCertificate(InputStream input) protected voidX509Credential.loadKey(InputStream input) private static voidX509Credential.reloadDefaultCredential()private voidX509Credential.validateCredential()voidX509Credential.verify()Verifies the validity of the credentials.Constructors in org.globus.gsi that throw CredentialExceptionModifierConstructorDescriptionX509Credential(InputStream input) X509Credential(InputStream certInputStream, InputStream keyInputStream) X509Credential(String proxyFile) X509Credential(String certFile, String keyFile) -
Uses of CredentialException in org.globus.gsi.stores
Methods in org.globus.gsi.stores that throw CredentialExceptionModifier and TypeMethodDescriptionprivate voidPEMKeyStore.loadCertificateKey(String userCertFilename, String userKeyFilename)