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

com.github.zhangxd1989.basetool.crypto.asymmetric.KeyType Maven / Gradle / Ivy

package com.github.zhangxd1989.basetool.crypto.asymmetric;

/**
 * 密钥类型
 *
 * @author sheldon
 */
public enum KeyType {
    PrivateKey, PublicKey
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy