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
- typeSignatureSubpacketTag
- criticalbool
- isLongLengthbool
- databyte[]
PreferredAlgorithms(SignatureSubpacketTag, bool, int[])
public PreferredAlgorithms(SignatureSubpacketTag type, bool critical, int[] preferences)Parameters
- typeSignatureSubpacketTag
- criticalbool
- preferencesint[]
Methods
GetPreferences()
public int[] GetPreferences()Returns
- int[]