Class GroupSecretParams
-
- All Implemented Interfaces:
public final class GroupSecretParams extends ByteArray
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description GroupSecretParams(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description static GroupSecretParamsgenerate()static GroupSecretParamsgenerate(SecureRandom secureRandom)static GroupSecretParamsderiveFromMasterKey(GroupMasterKey groupMasterKey)GroupMasterKeygetMasterKey()GroupPublicParamsgetPublicParams()-
-
Constructor Detail
-
GroupSecretParams
GroupSecretParams(Array<byte> contents)
-
-
Method Detail
-
generate
static GroupSecretParams generate()
-
generate
static GroupSecretParams generate(SecureRandom secureRandom)
-
deriveFromMasterKey
static GroupSecretParams deriveFromMasterKey(GroupMasterKey groupMasterKey)
-
getMasterKey
GroupMasterKey getMasterKey()
-
getPublicParams
GroupPublicParams getPublicParams()
-
-
-
-