com.ycourlee.tranquil.crypto.Algorithms Maven / Gradle / Ivy
The newest version!
package com.ycourlee.tranquil.crypto;
/**
* @author yooonn
* @date 2021.12.06
*/
public enum Algorithms {
/**
* Signature Algorithms: SHA256withRSA
*/
RSA,
/**
* Cipher Algorithm: AES
*/
AES,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy