Hide SecretKey in documentation

This commit is contained in:
Amish Shah
2016-10-27 17:25:17 +01:00
parent 756d7fc2c1
commit cd9b391e2a

View File

@@ -1,5 +1,6 @@
/** /**
* Represents a Secret Key used in encryption over voice * Represents a Secret Key used in encryption over voice
* @private
*/ */
class SecretKey { class SecretKey {
constructor(key) { constructor(key) {