namespace com.hitrust.Security.Cryptography { using System; internal enum CryptoMethod { Encrypt, Decrypt } }