public static class EncryptedSessionDataTranscoder.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EncryptedSessionDataTranscoder |
build() |
EncryptedSessionDataTranscoder.Builder |
encryptor(Encryptor encryptor) |
EncryptedSessionDataTranscoder.Builder |
hmacSHA1Key(String hmacSHA1Key) |
EncryptedSessionDataTranscoder.Builder |
secretKey(String secretKey) |
EncryptedSessionDataTranscoder.Builder |
transcoder(SessionDataTranscoder transcoder) |
public EncryptedSessionDataTranscoder.Builder secretKey(String secretKey)
public EncryptedSessionDataTranscoder.Builder hmacSHA1Key(String hmacSHA1Key)
public EncryptedSessionDataTranscoder.Builder encryptor(Encryptor encryptor)
public EncryptedSessionDataTranscoder.Builder transcoder(SessionDataTranscoder transcoder)
public EncryptedSessionDataTranscoder build()
Copyright © 2018. All Rights Reserved.