Package burp.api.montoya.collaborator
Interface SecretKey
-
Method Summary
Modifier and TypeMethodDescriptionstatic SecretKey
Create an instance ofSecretKey
which you will be able to use to restore a previously createdCollaboratorClient
with theCollaborator.restoreClient(SecretKey)
method.toString()
Secret key in string form.
-
Method Details
-
toString
-
secretKey
Create an instance ofSecretKey
which you will be able to use to restore a previously createdCollaboratorClient
with theCollaborator.restoreClient(SecretKey)
method.- Parameters:
encodedKey
- The base64 encoded raw secret key.- Returns:
- An instance of
SecretKey
wrapping the provided secret key.
-