Table of Contents

Class PreferredAlgorithms

Namespace
Enterprises.Org.BouncyCastle.Bcpg.Sig
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class PreferredAlgorithms : SignatureSubpacket
Inheritance
PreferredAlgorithms
Inherited Members

Constructors

PreferredAlgorithms(SignatureSubpacketTag, bool, bool, byte[])

public PreferredAlgorithms(SignatureSubpacketTag type, bool critical, bool isLongLength, byte[] data)

Parameters

type SignatureSubpacketTag
critical bool
isLongLength bool
data byte[]

PreferredAlgorithms(SignatureSubpacketTag, bool, int[])

public PreferredAlgorithms(SignatureSubpacketTag type, bool critical, int[] preferences)

Parameters

type SignatureSubpacketTag
critical bool
preferences int[]

Methods

GetPreferences()

public int[] GetPreferences()

Returns

int[]