All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.azbh111.utils.java.rsa.RSASignMethodEnum Maven / Gradle / Ivy

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy