Table of Contents

Interface IExtension

Namespace
Java.Security.Cert
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IExtension

Properties

Id

String Id { get; }

Property Value

String

Value

byte[] Value { get; }

Property Value

byte[]

Methods

Encode(OutputStream)

void Encode(OutputStream arg0)

Parameters

arg0 OutputStream

OutputStream

Exceptions

IOException

IsCritical()

bool IsCritical()

Returns

bool

bool