public interface ChecksumStrategy
| 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 token from the given string with checksum.
|
Copyright © 2013 OCPsoft. All Rights Reserved.