Uses of Class
com.netscape.certsrv.security.Credential

Packages that use Credential
com.netscape.certsrv.kra   
com.netscape.certsrv.security   
 

Uses of Credential in com.netscape.certsrv.kra
 

Methods in com.netscape.certsrv.kra that return Credential
 Credential[] IKeyService.getDistributedCredentials(java.lang.String recoveryID)
          Retrieves credentials in the distributed recovery operation.
 

Methods in com.netscape.certsrv.kra with parameters of type Credential
 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.
 

Uses of Credential in com.netscape.certsrv.security
 

Methods in com.netscape.certsrv.security with parameters of type Credential
 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.