Interface SecretKey


  • public interface SecretKey
    This interface represents a secret key that is associated with a CollaboratorClient
    • Method Detail

      • toString

        java.lang.String toString()
        This provides the secret key in string form.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The base64 encoded secret key.