Package com.polar.sdk.api.model
Class PolarRecordingSecret
-
- All Implemented Interfaces:
public final class PolarRecordingSecretPolar recording secret is used to encrypt the recording.
-
-
Field Summary
Fields Modifier and Type Field Description private final SecretKeySpecsecret
-
Constructor Summary
Constructors Constructor Description PolarRecordingSecret(ByteArray key)
-
Method Summary
Modifier and Type Method Description final SecretKeySpecgetSecret()-
-
Constructor Detail
-
PolarRecordingSecret
PolarRecordingSecret(ByteArray key)
-
-
Method Detail
-
getSecret
final SecretKeySpec getSecret()
-
-
-
-