C# Class Goedel.Cryptography.KeyFile.SSH_RSA

Inheritance: SSHData
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Свойство Type Description
Exponent byte[]
Modulus byte[]

Méthodes publiques

Méthode Description
Encode ( ) : byte[]
SSH_RSA ( DataBuffer DataBuffer ) : System

Method Details

Encode() public méthode

public Encode ( ) : byte[]
Résultat byte[]

SSH_RSA() public méthode

public SSH_RSA ( DataBuffer DataBuffer ) : System
DataBuffer DataBuffer
Résultat System

Property Details

Exponent public_oe property

public byte[] Exponent
Résultat byte[]

Modulus public_oe property

public byte[] Modulus
Résultat byte[]