Class SHA1StringTransformer

java.lang.Object
net.shibboleth.metadata.util.SHA1StringTransformer
All Implemented Interfaces:
Function<String,String>

@Immutable public class SHA1StringTransformer extends Object implements Function<String,String>
A Function that transforms a String into a hex-encoded representation of the SHA-1 digest of the UTF-8 encoding of the string.
Since:
0.9.2
  • Constructor Details

    • SHA1StringTransformer

      public SHA1StringTransformer()
  • Method Details