|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccSecurityManager
public class AccSecurityManager
IAccSecurityManager is for management of user certificates.
| Method Summary | |
|---|---|
void |
authenticate(java.lang.String password)
Authenticates to the certificate store. |
void |
exportCertificates(java.lang.String pkcs12fileSpec,
java.lang.String pkcs12Password,
java.lang.String tokenPassword,
AccCertificate certs)
Exports certificates from the certificate store to a PKCS #12 file. |
AccCertificate |
getCertificates(int usage)
Gets certificates from the certificate store. |
boolean |
getPasswordInited()
Whether the InitPassword has been called for the cert database |
AccCertificate |
importCertificates(java.lang.String pkcs12fileSpec,
java.lang.String pkcs12Password)
Imports certificates from a PKCS #12 file into the certificate store. If successful, the imported certs are returned in "certs" as a list of VARIANTs containing IAccCertificate. |
void |
initPassword(java.lang.String password)
Sets the initial password on the certificate store. |
void |
resetStore()
Clears the certificate database and invalidates certs. |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void initPassword(java.lang.String password)
throws AccException
AccException
public void authenticate(java.lang.String password)
throws AccException
AccException
public AccCertificate getCertificates(int usage)
throws AccException
AccException
public AccCertificate importCertificates(java.lang.String pkcs12fileSpec,
java.lang.String pkcs12Password)
throws AccException
AccException
public void exportCertificates(java.lang.String pkcs12fileSpec,
java.lang.String pkcs12Password,
java.lang.String tokenPassword,
AccCertificate certs)
throws AccException
AccException
public void resetStore()
throws AccException
AccException
public boolean getPasswordInited()
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||