mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Implement updateGroup
This commit is contained in:
parent
1689dfcb38
commit
fb862e4dde
4 changed files with 144 additions and 25 deletions
|
@ -9,7 +9,7 @@ class Util {
|
|||
return Base64.encodeBytes(secret);
|
||||
}
|
||||
|
||||
private static byte[] getSecretBytes(int size) {
|
||||
public static byte[] getSecretBytes(int size) {
|
||||
byte[] secret = new byte[size];
|
||||
getSecureRandom().nextBytes(secret);
|
||||
return secret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue