com.github.azbh111.utils.java.rsa.RSASignMethodEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils-java Show documentation
Show all versions of utils-java Show documentation
com.github.azbh111:utils-java
The newest version!
package com.github.azbh111.utils.java.rsa;
/**
* @author: zyp
* @date: 2020/11/13 16:31
*/
public enum RSASignMethodEnum {
MD2withRSA, MD5withRSA, SHA1withRSA, SHA256withRSA, SHA384withRSA, SHA512withRSA
}