SessionTransportTransformerDigest
class SessionTransportTransformerDigest :
SessionTransportTransformer
Deprecated: This authentication kind is potentially vulnerable with several hash functions. Use SessionTransportTransformerMessageAuthentication instead or ensure you are using secure enough hash.
Session transformer that appends an algorithm hash of the input. Where the input is either a session contents or a previous transformation. It prepends a salt when computing the hash.
Constructors
Session transformer that appends an algorithm hash of the input. Where the input is either a session contents or a previous transformation. It prepends a salt when computing the hash. |
Properties
val algorithm: String is a message digest algorithm |
|
val salt: String that is used for message digest algorithm |
Functions
Un-apply a transformation for transportValue representing a transformed session. Returns null if it fails. |
|
Apply a transformation for transportValue representing a session. |