SessionTransportTransformerMessageAuthentication
class SessionTransportTransformerMessageAuthentication :
SessionTransportTransformer
Session transformer that appends an algorithm MAC (Message Authentication Code) hash of the input. Where the input is either a session contents or a previous transformation. It uses a specified keySpec when generating the Mac hash.
Constructors
SessionTransportTransformerMessageAuthentication( Session transformer that appends an algorithm MAC (Message Authentication Code) hash of the input. Where the input is either a session contents or a previous transformation. It uses a specified keySpec when generating the Mac hash. |
Properties
val algorithm: String is a message authentication algorithm name |
|
val keySpec: SecretKeySpec is a secret key spec for message authentication |
Functions
Un-apply a transformation for transportValue representing a transformed session. Returns null if it fails. |
|
Apply a transformation for transportValue representing a session. |