001package org.kuali.common.util.ssh.model;
002
003public enum Algorithm {
004
005        RSA, DSA;
006
007}