C# Class Goedel.Cryptography.KeyFile.SSH_DSS

Inheritance: SSHData
ファイルを表示 Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
G byte[]
P byte[]
Q byte[]
Y byte[]

Public Methods

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

Method Details

Encode() public method

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

SSH_DSS() public method

public SSH_DSS ( DataBuffer DataBuffer ) : System
DataBuffer DataBuffer
return System

Property Details

G public_oe property

public byte[] G
return byte[]

P public_oe property

public byte[] P
return byte[]

Q public_oe property

public byte[] Q
return byte[]

Y public_oe property

public byte[] Y
return byte[]