C# 클래스 Org.BouncyCastle.Utilities.IO.Pem.PemObject

상속: PemObjectGenerator
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Generate ( ) : PemObject
PemObject ( String type, IList headers, byte content ) : System
PemObject ( string type, byte content ) : System

메소드 상세

Generate() 공개 메소드

public Generate ( ) : PemObject
리턴 PemObject

PemObject() 공개 메소드

public PemObject ( String type, IList headers, byte content ) : System
type String
headers IList
content byte
리턴 System

PemObject() 공개 메소드

public PemObject ( string type, byte content ) : System
type string
content byte
리턴 System