GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.ICryptography Member List

This is the complete list of members for GenerallyPositive.ICryptography, including all inherited members.

Decrypt(out string decryptedValue) (defined in GenerallyPositive.IAllowCryptoDecrypt)GenerallyPositive.IAllowCryptoDecrypt
Encrypt(out byte[] encryptedData) (defined in GenerallyPositive.IAllowCryptoEncrypt)GenerallyPositive.IAllowCryptoEncrypt
GenerateIV(out byte[] iv) (defined in GenerallyPositive.IAllowCryptoGenerateIV)GenerallyPositive.IAllowCryptoGenerateIV
GenerateKey(out byte[] key) (defined in GenerallyPositive.IAllowCryptoGenerateKey)GenerallyPositive.IAllowCryptoGenerateKey
Hash(out byte[] hash) (defined in GenerallyPositive.IAllowCryptoHash)GenerallyPositive.IAllowCryptoHash
Sign(out byte[] signature) (defined in GenerallyPositive.IAllowCryptoSign)GenerallyPositive.IAllowCryptoSign
ToGPALObject() (defined in GenerallyPositive.IAllowToGPALObject< TResult >)GenerallyPositive.IAllowToGPALObject< TResult >
Verify(out bool isValid) (defined in GenerallyPositive.IAllowCryptoVerify)GenerallyPositive.IAllowCryptoVerify
WithAlgorithm(CryptoAlgorithm alg) (defined in GenerallyPositive.IAllowCryptoConfig)GenerallyPositive.IAllowCryptoConfig
WithInputData(byte[] data) (defined in GenerallyPositive.IAllowCryptoInput)GenerallyPositive.IAllowCryptoInput
WithIterationCount(int count) (defined in GenerallyPositive.IAllowCryptoConfig)GenerallyPositive.IAllowCryptoConfig
WithIV(byte[] iv) (defined in GenerallyPositive.IAllowCryptoConfig)GenerallyPositive.IAllowCryptoConfig
WithKey(byte[] key) (defined in GenerallyPositive.IAllowCryptoConfig)GenerallyPositive.IAllowCryptoConfig
WithMode(CryptoMode mode) (defined in GenerallyPositive.IAllowCryptoConfig)GenerallyPositive.IAllowCryptoConfig
WithPadding(CryptoPadding padding) (defined in GenerallyPositive.IAllowCryptoConfig)GenerallyPositive.IAllowCryptoConfig
WithSalt(byte[] salt) (defined in GenerallyPositive.IAllowCryptoConfig)GenerallyPositive.IAllowCryptoConfig
WithSignature(byte[] signature) (defined in GenerallyPositive.IAllowCryptoConfig)GenerallyPositive.IAllowCryptoConfig