C# Class Goedel.Cryptography.KeyFile.SSH_DSS

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

Méthodes publiques

Свойство Type Description
G byte[]
P byte[]
Q byte[]
Y byte[]

Méthodes publiques

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

Method Details

Encode() public méthode

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

SSH_DSS() public méthode

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

Property Details

G public_oe property

public byte[] G
Résultat byte[]

P public_oe property

public byte[] P
Résultat byte[]

Q public_oe property

public byte[] Q
Résultat byte[]

Y public_oe property

public byte[] Y
Résultat byte[]