C# Class Goedel.Cryptography.KeyFile.SSH_RSA

Inheritance: SSHData
Show file Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Exponent byte[]
Modulus byte[]

Public Methods

Method Description
Encode ( ) : byte[]
SSH_RSA ( DataBuffer DataBuffer ) : System

Method Details

Encode() public method

public Encode ( ) : byte[]
return byte[]

SSH_RSA() public method

public SSH_RSA ( DataBuffer DataBuffer ) : System
DataBuffer DataBuffer
return System

Property Details

Exponent public property

public byte[] Exponent
return byte[]

Modulus public property

public byte[] Modulus
return byte[]