public interface ChecksumStrategy
EncodeQuery| Modifier and Type | Method and Description |
|---|---|
boolean |
checksumValid(String token)
Return
true if the given token contains a valid checksum. |
String |
embedChecksum(String token)
Return the given token with an additional added checksum.
|
String |
removeChecksum(String token)
Extract the checksum from the given token.
|
Copyright © 2021 OCPsoft. All rights reserved.