Uses of Class
org.openqa.selenium.virtualauthenticator.Credential
Packages that use Credential
-
Uses of Credential in org.openqa.selenium.virtualauthenticator
Methods in org.openqa.selenium.virtualauthenticator that return CredentialModifier and TypeMethodDescriptionstatic Credential
Credential.createNonResidentCredential
(byte[] id, String rpId, PKCS8EncodedKeySpec privateKey, int signCount) Creates a non resident (i.e.static Credential
Credential.createResidentCredential
(byte[] id, String rpId, PKCS8EncodedKeySpec privateKey, byte[] userHandle, int signCount) Creates a resident (i.e.static Credential
Creates a credential from a map.Methods in org.openqa.selenium.virtualauthenticator that return types with arguments of type CredentialMethods in org.openqa.selenium.virtualauthenticator with parameters of type CredentialModifier and TypeMethodDescriptionvoid
VirtualAuthenticator.addCredential
(Credential credential) Injects a credential into the authenticator.