B G I P S U

B

Browser - Class in uk.ac.rl.esc.browser
Provides a simple to use interface to a selection of Browser certificate stores.
Browser.PasswordCallback - Interface in uk.ac.rl.esc.browser
A small interface which the Browser class uses to call back to the application to obtain passwords.

G

getBrowserList() - Static method in class uk.ac.rl.esc.browser.Browser
Searches for and returns all the browsers (and profiles) that it can understand.
getCertificate(String) - Static method in class uk.ac.rl.esc.browser.Browser
Returns the certificate is identified by the given DN.
getCurrentBrowser() - Static method in class uk.ac.rl.esc.browser.Browser
Returns the browser that operations on the Browser class will access.
getDNlist(Browser.PasswordCallback) - Static method in class uk.ac.rl.esc.browser.Browser
Returns the list of (valid w.r.t time) DNs that can be accessed by the Browser module.
getGridProxy(String, int, int) - Static method in class uk.ac.rl.esc.browser.Browser
Create a Grid proxy certificate from the certificate (and private key) which is identified by the given DN.
getPKCS12Bundle(String, char[]) - Static method in class uk.ac.rl.esc.browser.Browser
Returns a PKCS12 bundle comprising of the certificate and private key which is identified by the given DN, encrypted with the given password.

I

importPKCS12Bundle(byte[], char[]) - Static method in class uk.ac.rl.esc.browser.Browser
Imports a PKCS12 bundle comprising of the certificate and private key, encrypted with the given password, into the user's browser.

P

prompt(String) - Method in interface uk.ac.rl.esc.browser.Browser.PasswordCallback
Display a password prompt.

S

setBrowser(String) - Static method in class uk.ac.rl.esc.browser.Browser
Sets the browser that operations on the Browser class will access.

U

uk.ac.rl.esc.browser - package uk.ac.rl.esc.browser
 

B G I P S U