Interface SecretKey
public interface SecretKey
Secret key that is associated with a
CollaboratorClient-
Method Summary
Modifier and TypeMethodDescriptionstatic SecretKeyCreate an instance ofSecretKeywhich you will be able to use to restore a previously createdCollaboratorClientwith theCollaborator.restoreClient(SecretKey)method.toString()Secret key in string form.
-
Method Details
-
toString
-
secretKey
Create an instance ofSecretKeywhich you will be able to use to restore a previously createdCollaboratorClientwith theCollaborator.restoreClient(SecretKey)method.- Parameters:
encodedKey- The base64 encoded raw secret key.- Returns:
- An instance of
SecretKeywrapping the provided secret key.
-