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