C# Class ThirdParty.BouncyCastle.Utilities.IO.Pem.PemObject

Inheritance: PemObjectGenerator
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
Generate ( ) : PemObject
PemObject ( String type, IList headers, byte content ) : System
PemObject ( string type, byte content ) : System

Method Details

Generate() public method

public Generate ( ) : PemObject
return PemObject

PemObject() public method

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

PemObject() public method

public PemObject ( string type, byte content ) : System
type string
content byte
return System