WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

PGPManaged Methods

The PGPManaged type exposes the following members.

Methods


  Name Description
Public method Static member Decrypt(String, KeyRing)
Decrypts the specified cyphered text.
Public method Decrypt(String, String)
Decrypts the specified encrypted text that was encrypted using a public key.
Public method Static member Encrypt(String, KeyRing)
Encrypts text
Public method Encrypt(String, String)
Encrypts the specified plain text.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GenerateKeys
Generates a new set of keys.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Sign(String, String)
Signs the specified plain text.
Public method ToString (Inherited from Object.)
Public method Static member TryDecrypt(String, KeyRing, Nullable<(Of <<'(String>)>>)%)
Tries to decrypts the specified cyphered text.
Public method TryDecrypt(String, String, String%)
Try and decrypt the specified encrypted text using the provided private key, Return false if fails
Public method TryDecrypt(String, Boolean, array<String>[]()[][])
Attempts to decrypt a message using a set of private key
Public method Validate
Validates the specified key ring is safe to use.
Public method VerifySignature(String, String, String)
Verifies the signature that is supposed to match the plain text.