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