Table of Contents

Interface ICertificate

Namespace
Java.Security
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/security/Certificate.html

public interface ICertificate
Extension Methods

Properties

Format

String Format { get; }

Property Value

String

Guarantor

Principal Guarantor { get; }

Property Value

Principal

Principal

Principal Principal { get; }

Property Value

Principal

PublicKey

PublicKey PublicKey { get; }

Property Value

PublicKey

Methods

Decode(InputStream)

void Decode(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Exceptions

KeyException
IOException

Encode(OutputStream)

void Encode(OutputStream arg0)

Parameters

arg0 OutputStream

OutputStream

Exceptions

KeyException
IOException

ToString(bool)

String ToString(bool arg0)

Parameters

arg0 bool

bool

Returns

String

String