Class DigestService


  • @ApplicationScoped
    public class DigestService
    extends Object
    Method to calculate digests
    • Constructor Detail

      • DigestService

        public DigestService()
    • Method Detail

      • hashSha256

        public byte[] hashSha256​(byte[] bytes)
      • hashSha256

        public byte[] hashSha256​(String str)