Class PreferredAlgorithms
- Namespace
- Org.BouncyCastle.Bcpg.Sig
- Assembly
- BouncyCastle.Cryptography.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
typeSignatureSubpacketTagcriticalboolisLongLengthbooldatabyte[]
PreferredAlgorithms(SignatureSubpacketTag, bool, int[])
public PreferredAlgorithms(SignatureSubpacketTag type, bool critical, int[] preferences)
Parameters
typeSignatureSubpacketTagcriticalboolpreferencesint[]
Methods
GetPreferences()
public int[] GetPreferences()
Returns
- int[]