Uses of Class
com.netscape.certsrv.security.Credential
-
Packages that use Credential Package Description 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 Modifier and Type Method Description Credential[]
IKeyService. getDistributedCredentials(java.lang.String recoveryID)
Retrieves credentials in the distributed recovery operation.Methods in com.netscape.certsrv.kra that return types with arguments of type Credential Modifier and Type Method Description java.util.Vector<Credential>
IKeyRecoveryAuthority. getAppAgents(java.lang.String recoveryID)
Methods in com.netscape.certsrv.kra with parameters of type Credential Modifier and Type Method 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, 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 Modifier and Type Method Description 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.
-