Package sunlabs.brazil.sunlabs
Class DigestTemplate
- java.lang.Object
-
- sunlabs.brazil.template.Template
-
- sunlabs.brazil.sunlabs.DigestTemplate
-
- All Implemented Interfaces:
TemplateInterface
public class DigestTemplate extends Template
Compute the Base64 encoded SHA1 digest of a value (so I don't have to store plain text passwords). This should probably be added to the Calculator, but this is easier.<digest name=nnn value=vvv>
- Version:
- 2.2
- Author:
- Stephen Uhler
-
-
Constructor Summary
Constructors Constructor Description DigestTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tag_digest(RewriteContext hr)
-
-
-
Method Detail
-
tag_digest
public void tag_digest(RewriteContext hr)
-
-