Table of Contents

Class RegularExpression

Namespace
Org.BouncyCastle.Bcpg.Sig
Assembly
BouncyCastle.Cryptography.dll
public class RegularExpression : SignatureSubpacket
Inheritance
RegularExpression
Inherited Members

Constructors

RegularExpression(bool, bool, byte[])

public RegularExpression(bool critical, bool isLongLength, byte[] data)

Parameters

critical bool
isLongLength bool
data byte[]

RegularExpression(bool, string)

public RegularExpression(bool critical, string regex)

Parameters

critical bool
regex string

Properties

Regex

public string Regex { get; }

Property Value

string

Methods

GetRawRegex()

public byte[] GetRawRegex()

Returns

byte[]