C# 클래스 Goedel.Cryptography.KeyFile.SSH_RSA

상속: SSHData
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 프로퍼티들

프로퍼티 타입 설명
Exponent byte[]
Modulus byte[]

공개 메소드들

메소드 설명
Encode ( ) : byte[]
SSH_RSA ( DataBuffer DataBuffer ) : System

메소드 상세

Encode() 공개 메소드

public Encode ( ) : byte[]
리턴 byte[]

SSH_RSA() 공개 메소드

public SSH_RSA ( DataBuffer DataBuffer ) : System
DataBuffer DataBuffer
리턴 System

프로퍼티 상세

Exponent 공개적으로 프로퍼티

public byte[] Exponent
리턴 byte[]

Modulus 공개적으로 프로퍼티

public byte[] Modulus
리턴 byte[]