Package | Description |
---|---|
com.netscape.certsrv.kra | |
com.netscape.certsrv.security |
Modifier and Type | Method and Description |
---|---|
Credential[] |
IKeyService.getDistributedCredentials(java.lang.String recoveryID)
Retrieves credentials in the distributed recovery operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Credential> |
IKeyRecoveryAuthority.getAppAgents(java.lang.String recoveryID) |
Modifier and Type | Method and Description |
---|---|
void |
IKeyRecoveryAuthority.addAutoRecovery(java.lang.String id,
Credential[] creds)
Adds credentials to the given authorizated recovery operation.
|
byte[] |
IKeyService.doKeyRecovery(java.math.BigInteger kid,
Credential[] creds,
java.lang.String pwd,
netscape.security.x509.X509CertImpl cert,
java.lang.String delivery,
java.lang.String nickname,
java.lang.String agent)
Performs administrator-initiated key recovery.
|
boolean |
IKeyRecoveryAuthority.setAutoRecoveryState(Credential[] cs,
boolean on)
Enables the auto recovery state.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IStorageKeyUnit.changeAgentMN(int n,
int m,
Credential[] oldcreds,
Credential[] newcreds)
Changes M-N recovery scheme.
|
boolean |
IStorageKeyUnit.changeAgentMN(int n,
int m,
Credential[] oldcreds,
Credential[] newcreds)
Changes M-N recovery scheme.
|
void |
IStorageKeyUnit.login(Credential[] ac)
Logins to this unit.
|