|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.security.securityprovider.ROOTSecurityProvider
public class ROOTSecurityProvider
This is a temporary placeholder class for acting as a root security provider !
Created on Apr 13, 2005
| Constructor Summary | |
|---|---|
ROOTSecurityProvider()
|
|
| Method Summary | |
|---|---|
static void |
DeleteCertificate(CertificateManager certMan,
String entityName)
Deletes the certificate and private key for the named entity |
static void |
GenerateROOTCertificate(CertificateManager certMan)
Generates NEW ROOT certificate for use of this ROOT Provider. |
static void |
IssueSignedCertificate(CertificateManager certMan,
String entityName,
String DNAME,
String validityDays)
Issues a new digitally signed certificate. |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ROOTSecurityProvider()
| Method Detail |
|---|
public static void GenerateROOTCertificate(CertificateManager certMan)
public static void IssueSignedCertificate(CertificateManager certMan,
String entityName,
String DNAME,
String validityDays)
certMan - entityName - -
The name of the entity for which the certificate is to be
issued. This will also be the alias of the entity in the
keystore. Make sure these are unique for different entitiesDNAME - -
The complete Distinguished Name of the entity. If null, a
default is used CN=entityName,OU=Community Grids
Lab,O=Indiana University,L=Bloomington,C=USvalidityDays - -
The number of days for which this certificate is valid
public static void DeleteCertificate(CertificateManager certMan,
String entityName)
certMan - entityName - -
The entity whose keys are to be deletedpublic static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||