namespace Masuit.Tools.Security { public enum RsaKeyType { XML, PKCS1, PKCS8 } }