GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.ICryptography Interface Reference
Inheritance diagram for GenerallyPositive.ICryptography:
GenerallyPositive.IAllowCryptoAction GenerallyPositive.IAllowCryptoKeyGenInput GenerallyPositive.IAllowCryptoConfig GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowCryptoAction GenerallyPositive.IAllowCryptoGenerateKey GenerallyPositive.IAllowCryptoGenerateIV GenerallyPositive.IAllowCryptoInput GenerallyPositive.IAllowCryptoGenerateKey GenerallyPositive.IAllowCryptoInput GenerallyPositive.IAllowCryptoHash GenerallyPositive.IAllowCryptoVerify GenerallyPositive.IAllowCryptoSign GenerallyPositive.IAllowCryptoDecrypt GenerallyPositive.IAllowCryptoEncrypt GenerallyPositive.IAllowCryptoGenerateIV GenerallyPositive.IAllowCryptoGenerateKey GenerallyPositive.Cryptography

Additional Inherited Members

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

Detailed Description

Definition at line 1318 of file Interfaces.cs.


The documentation for this interface was generated from the following file: