Class DigestService

java.lang.Object
io.jans.fido2.service.DigestService

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

    • DigestService

      public DigestService()
  • Method Details

    • hashSha256

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

      public byte[] hashSha256(String str)