Decrypter

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.crypto
  • Platforms: .NET, .NET Standard 2.0, Island


Required Methods


Decrypt

 

method Decrypt(rand: Reader; msg: Slice<Byte>; opts: DecrypterOpts): tuple of (plaintext: Slice<Byte>, err: error)

 

(Slice<Byte>plaintext, error err) Decrypt(Reader rand, Slice<Byte> msg, DecrypterOpts opts)

 

func Decrypt(_ rand: Reader, _ msg: Slice<Byte>, _ opts: DecrypterOpts) -> (Slice<Byte>, error)

 

func Decrypt(rand Reader, msg Slice<Byte>, opts DecrypterOpts) tuple of (|name=plaintext| Slice<Byte>, |name=err| error)

 

Function Decrypt(rand As Reader, msg As Slice<Byte>, opts As DecrypterOpts) As Tuple (Of Slice<Byte>, error)

Parameters:

  • rand:
  • msg:
  • opts:

Public

 

method Public: PublicKey

 

PublicKey Public()

 

func Public() -> PublicKey

 

func Public() PublicKey

 

Function Public() As PublicKey