Uses of Class
com.netscape.certsrv.security.Credential
Packages that use Credential
-
Uses of Credential in com.netscape.certsrv.kra
Methods in com.netscape.certsrv.kra that return CredentialModifier and TypeMethodDescriptionIKeyService.getDistributedCredentials(String recoveryID) Retrieves credentials in the distributed recovery operation.Methods in com.netscape.certsrv.kra that return types with arguments of type CredentialMethods in com.netscape.certsrv.kra with parameters of type CredentialModifier and TypeMethodDescriptionvoidIKeyRecoveryAuthority.addAutoRecovery(String id, Credential[] creds) Adds credentials to the given authorizated recovery operation.byte[]IKeyService.doKeyRecovery(BigInteger kid, Credential[] creds, String pwd, org.mozilla.jss.netscape.security.x509.X509CertImpl cert, String delivery, String nickname, String agent) Performs administrator-initiated key recovery.booleanIKeyRecoveryAuthority.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 CredentialModifier and TypeMethodDescriptionbooleanIStorageKeyUnit.changeAgentMN(int n, int m, Credential[] oldcreds, Credential[] newcreds) Changes M-N recovery scheme.voidIStorageKeyUnit.login(Credential[] ac) Logins to this unit.