public class DigestUtil extends Object
<user>|<yyyyMMddHHmmss>|<utc-offset>|<hash>
.admin|20160114120555|+01:00|1D87C8A5E738BD3015AC57F2D9B862A5
<hash>
is a MD5 hash of <user>|<timestamp>|<utc-offset>|<shared-secret>
, where
<shared-secret>
comes from the platform property .DigestValidator
Constructor and Description |
---|
DigestUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getDigest(String username,
String sharedSecret)
Creates and returns a digest.
|
Copyright © 2011–2023 aiticon GmbH. All rights reserved.