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 TypeMethodDescriptionvoid
IKeyRecoveryAuthority.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.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 CredentialModifier and TypeMethodDescriptionboolean
IStorageKeyUnit.changeAgentMN
(int n, int m, Credential[] oldcreds, Credential[] newcreds) Changes M-N recovery scheme.void
IStorageKeyUnit.login
(Credential[] ac) Logins to this unit.