Uses of Class
org.globus.gsi.CredentialException
-
Packages that use CredentialException Package Description org.globus.gsi This package conatins the basic security constructs used to build Globus security.org.globus.gsi.stores 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 CredentialException Modifier and Type Method Description static X509Credential
X509Credential. getDefaultCredential()
Returns the default credential.java.security.PrivateKey
X509Credential. getPrivateKey()
java.security.PrivateKey
X509Credential. getPrivateKey(java.lang.String password)
int
X509Credential. getStrength()
Returns strength of the private/public key in bits.int
X509Credential. getStrength(java.lang.String password)
Returns strength of the private/public key in bits.protected void
X509Credential. load(java.io.InputStream input)
protected void
X509Credential. loadCertificate(java.io.InputStream input)
protected void
X509Credential. loadKey(java.io.InputStream input)
private static void
X509Credential. reloadDefaultCredential()
private void
X509Credential. validateCredential()
void
X509Credential. verify()
Verifies the validity of the credentials.Constructors in org.globus.gsi that throw CredentialException Constructor Description X509Credential(java.io.InputStream input)
X509Credential(java.io.InputStream certInputStream, java.io.InputStream keyInputStream)
X509Credential(java.lang.String proxyFile)
X509Credential(java.lang.String certFile, java.lang.String keyFile)
-
Uses of CredentialException in org.globus.gsi.stores
Methods in org.globus.gsi.stores that throw CredentialException Modifier and Type Method Description private void
PEMKeyStore. loadCertificateKey(java.lang.String userCertFilename, java.lang.String userKeyFilename)
-