com.wxmlabs.aurora.DigestAlgorithm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aurora-api Show documentation
Show all versions of aurora-api Show documentation
Aurora Cryptography - a simple digital signature signer
The newest version!
package com.wxmlabs.aurora;
public enum DigestAlgorithm {
MD5,
SHA1,
SHA256,
SHA512,
SM3
}