Table of Contents

Interface IEncodable

Namespace
Org.BouncyCastle.Utilities
Assembly
BouncyCastle.Cryptography.dll
public interface IEncodable

Methods

GetEncoded()

Return a byte array representing the implementing object.

byte[] GetEncoded()

Returns

byte[]

An encoding of this object as a byte array.

Exceptions

IOException