Interface IPrivateCredential
public interface IPrivateCredential
This interface describes private credentials added by the Equinox login
modules.
This interface should not be extended by clients.
- See Also:
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears private key from memory.Returns private key stored in this credentialID of the provider of this private credential.
-
Method Details
-
getPrivateKey
-
getProviderID
-
clear
void clear()Clears private key from memory.
-