C# Class OpenMetaverse.Http.Trusted

Datei anzeigen Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
CreateClientCert ( string subjectName, byte rootKey, byte rootCert ) : byte[]
CreateServerCert ( string subjectName, byte rootKey, byte rootCert ) : byte[]
CreateServerRootCA ( string issuer, byte &rootKey, byte &rootCert ) : void

Method Details

CreateClientCert() public static method

public static CreateClientCert ( string subjectName, byte rootKey, byte rootCert ) : byte[]
subjectName string
rootKey byte
rootCert byte
return byte[]

CreateServerCert() public static method

public static CreateServerCert ( string subjectName, byte rootKey, byte rootCert ) : byte[]
subjectName string
rootKey byte
rootCert byte
return byte[]

CreateServerRootCA() public static method

public static CreateServerRootCA ( string issuer, byte &rootKey, byte &rootCert ) : void
issuer string
rootKey byte
rootCert byte
return void