
com.kloudtek.kryptotek.CryptoAlgorithm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kryptotek-core Show documentation
Show all versions of kryptotek-core Show documentation
Kryptotek provides an easy to use abstraction layer for cryptographic functions
The newest version!
/*
* Copyright (c) 2014 Kloudtek Ltd
*/
package com.kloudtek.kryptotek;
/**
* Created by yannick on 22/11/2014.
*/
public enum CryptoAlgorithm {
RSA, AES, HMAC, SHA, MD
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy