<?xml version="1.0"?>
<doc>
    <assembly>
        <name>BouncyCastle.Cryptography</name>
    </assembly>
    <members>
        <member name="T:Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves">
            <summary>Elliptic curve registry for ANSSI.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves.GetByNameLazy(System.String)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given name.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves.GetByOidLazy(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves.GetName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the name of the curve with the given <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Anssi.AnssiNamedCurves.Names">
            <summary>Enumerate the available curve names in this registry.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1BitStringParser.GetBitStream">
            <summary>Return a <see cref="T:System.IO.Stream"/> representing the contents of the BIT STRING. The final byte, if any,
            may include pad bits. See <see cref="P:Org.BouncyCastle.Asn1.Asn1BitStringParser.PadBits"/>.</summary>
            <returns>A <see cref="T:System.IO.Stream"/> with its source as the BIT STRING content.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1BitStringParser.GetOctetStream">
            <summary>Return a <see cref="T:System.IO.Stream"/> representing the contents of the BIT STRING, where the content is
            expected to be octet-aligned (this will be automatically checked during parsing).</summary>
            <returns>A <see cref="T:System.IO.Stream"/> with its source as the BIT STRING content.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Asn1BitStringParser.PadBits">
            <summary>Return the number of pad bits, if any, in the final byte, if any, read from
            <see cref="M:Org.BouncyCastle.Asn1.Asn1BitStringParser.GetBitStream"/>.</summary>
            <remarks>
            This number is in the range zero to seven. That number of the least significant bits of the final byte, if
            any, are not part of the contents and should be ignored. NOTE: Must be called AFTER the stream has been
            fully processed. (Does not need to be called if <see cref="M:Org.BouncyCastle.Asn1.Asn1BitStringParser.GetOctetStream"/> was used instead of
            <see cref="M:Org.BouncyCastle.Asn1.Asn1BitStringParser.GetBitStream"/>.
            </remarks>
            <returns>The number of pad bits. In the range zero to seven.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Encodable.GetDerEncoded">
            <summary>Return the DER encoding of the object, null if the DER encoding can not be made.</summary>
            <returns>a DER byte array, null otherwise.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Asn1EncodableVector">
            Mutable class for building ASN.1 constructed objects such as SETs or SEQUENCEs.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Asn1GeneralizedTime">
            <summary>GeneralizedTime ASN.1 type</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Asn1InputStream">
            <summary>A general purpose ASN.1 decoder.</summary>
            <remarks>
            This class differs from the others in that it returns null after it has read the last object in the stream. If
            an ASN.1 Null is encountered a Der / BER Null object is returned.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1InputStream.#ctor(System.Byte[])">
            <summary>Create an Asn1InputStream based on the input byte array.</summary>
            <remarks>
            The length of DER objects in the stream is automatically limited to the length of the input array.
            </remarks>
            <param name="input">Array containing ASN.1 encoded data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1InputStream.#ctor(System.IO.Stream,System.Int32)">
            <summary>Create an Asn1InputStream where no DER object will be longer than limit.</summary>
            <param name="input">Stream containing ASN.1 encoded data.</param>
            <param name="limit">Maximum size of a DER encoded object.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1InputStream.BuildObject(System.Int32,System.Int32,System.Int32)">
            <summary>Build an object given its tag and the number of bytes to construct it from.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Asn1Null">
            <summary>A NULL object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Object.FromByteArray(System.Byte[])">
            <summary>Create a base ASN.1 object from a byte array.</summary>
            <param name="data">The byte array to parse.</param>
            <returns>The base ASN.1 object represented by the byte array.</returns>
            <exception cref="T:System.IO.IOException">
            If there is a problem parsing the data, or parsing an object did not exhaust the available data.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Object.FromStream(System.IO.Stream)">
            <summary>Read a base ASN.1 object from a stream.</summary>
            <param name="inStr">The stream to parse.</param>
            <returns>The base ASN.1 object represented by the byte array.</returns>
            <exception cref="T:System.IO.IOException">If there is a problem parsing the data.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1ObjectDescriptor.GetInstance(System.Object)">
             Return an ObjectDescriptor from the passed in object.
            
             @param obj an ASN1ObjectDescriptor or an object that can be converted into one.
             @exception IllegalArgumentException if the object cannot be converted.
             @return an ASN1ObjectDescriptor instance, or null.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1ObjectDescriptor.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             Return an ObjectDescriptor from a tagged object.
            
             @param taggedObject the tagged object holding the object we want.
             @param declaredExplicit true if the object is meant to be explicitly tagged, false otherwise.
             @exception IllegalArgumentException if the tagged object cannot be converted.
             @return an ASN1ObjectDescriptor instance, or null.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1OctetString.GetInstance(System.Object)">
             return an Octet string from the given object.
            
             @param obj the object we want converted.
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1OctetString.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             return an octet string from a tagged object.
            
             @param taggedObject the tagged object holding the object we want.
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception ArgumentException if the tagged object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1OctetString.#ctor(System.Byte[])">
            @param string the octets making up the octet string.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1OctetStringParser.GetOctetStream">
            <summary>Return the content of the OCTET STRING as a <see cref="T:System.IO.Stream"/>.</summary>
            <returns>A <see cref="T:System.IO.Stream"/> represnting the OCTET STRING's content.</returns>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Asn1RelativeOid.MaxContentsLength">
            <summary>Implementation limit on the length of the contents octets for a Relative OID.</summary>
            <remarks>
            We adopt the same value used by OpenJDK for Object Identifier. In theory there is no limit on the length of
            the contents, or the number of subidentifiers, or the length of individual subidentifiers. In practice,
            supporting arbitrary lengths can lead to issues, e.g. denial-of-service attacks when attempting to convert a
            parsed value to its (decimal) string form.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Sequence.GetInstance(System.Object)">
             return an Asn1Sequence from the given object.
            
             @param obj the object we want converted.
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Sequence.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             Return an ASN1 sequence from a tagged object. There is a special
             case here, if an object appears to have been explicitly tagged on
             reading but we were expecting it to be implicitly tagged in the
             normal course of events it indicates that we lost the surrounding
             sequence - so we need to add it back (this will happen if the tagged
             object is a sequence that contains other sequences). If you are
             dealing with implicitly tagged sequences you really <b>should</b>
             be using this method.
            
             @param taggedObject the tagged object.
             @param declaredExplicit true if the object is meant to be explicitly tagged, false otherwise.
             @exception ArgumentException if the tagged object cannot be converted.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Asn1Sequence.Item(System.Int32)">
             return the object at the sequence position indicated by index.
            
             @param index the sequence number (starting at zero) of the object
             @return the object at the sequence position indicated by index.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Set.GetInstance(System.Object)">
             return an ASN1Set from the given object.
            
             @param obj the object we want converted.
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Set.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             Return an ASN1 set from a tagged object. There is a special
             case here, if an object appears to have been explicitly tagged on
             reading but we were expecting it to be implicitly tagged in the
             normal course of events it indicates that we lost the surrounding
             set - so we need to add it back (this will happen if the tagged
             object is a sequence that contains other sequences). If you are
             dealing with implicitly tagged sets you really <b>should</b>
             be using this method.
            
             @param taggedObject the tagged object.
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception ArgumentException if the tagged object cannot be converted.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Asn1Set.Item(System.Int32)">
             return the object at the set position indicated by index.
            
             @param index the set number (starting at zero) of the object
             @return the object at the set position indicated by index.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Asn1TaggedObject">
            ASN.1 TaggedObject - in ASN.1 notation this is any object preceded by
            a [n] where n is some number - these are assumed to follow the construction
            rules (as with sequences).
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1TaggedObject.#ctor(System.Boolean,System.Int32,Org.BouncyCastle.Asn1.Asn1Encodable)">
            @param explicitly true if the object is explicitly tagged.
            @param tagNo the tag number for this object.
            @param obj the tagged object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1TaggedObject.IsExplicit">
            return whether or not the object may be explicitly tagged.
            <p>
            Note: if the object has been read from an input stream, the only
            time you can be sure if isExplicit is returning the true state of
            affairs is if it returns false. An implicitly tagged object may appear
            to be explicitly tagged, so you need to understand the context under
            which the reading was done as well, see GetObject below.</p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1TaggedObject.GetObject">
            <summary>Return whatever was following the tag.</summary>
            <remarks>
            Tagged objects are generally context dependent. If you're trying to extract a tagged object you should be
            going via the appropriate GetInstance method.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1TaggedObject.GetBaseObject">
            <summary>Needed for open types, until we have better type-guided parsing support.</summary>
            <remarks>
            Use sparingly for other purposes, and prefer <see cref="M:Org.BouncyCastle.Asn1.Asn1TaggedObject.GetExplicitBaseTagged"/>,
            <see cref="M:Org.BouncyCastle.Asn1.Asn1TaggedObject.GetImplicitBaseTagged(System.Int32,System.Int32)"/> or <see cref="M:Org.BouncyCastle.Asn1.Asn1TaggedObject.GetBaseUniversal(System.Boolean,System.Int32)"/> where possible.
            Before using, check for matching tag <see cref="P:Org.BouncyCastle.Asn1.Asn1TaggedObject.TagClass">class</see> and <see cref="P:Org.BouncyCastle.Asn1.Asn1TaggedObject.TagNo">number</see>.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1TaggedObject.GetExplicitBaseObject">
            <summary>Needed for open types, until we have better type-guided parsing support.</summary>
            <remarks>
            Use sparingly for other purposes, and prefer <see cref="M:Org.BouncyCastle.Asn1.Asn1TaggedObject.GetExplicitBaseTagged"/> or
            <see cref="M:Org.BouncyCastle.Asn1.Asn1TaggedObject.GetBaseUniversal(System.Boolean,System.Int32)"/> where possible. Before using, check for matching tag
            <see cref="P:Org.BouncyCastle.Asn1.Asn1TaggedObject.TagClass">class</see> and <see cref="P:Org.BouncyCastle.Asn1.Asn1TaggedObject.TagNo">number</see>.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1TaggedObjectParser.ParseBaseUniversal(System.Boolean,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1TaggedObjectParser.ParseExplicitBaseObject">
            <summary>Needed for open types, until we have better type-guided parsing support.</summary>
            <remarks>
            Use sparingly for other purposes, and prefer <see cref="M:Org.BouncyCastle.Asn1.Asn1TaggedObjectParser.ParseExplicitBaseTagged"/> or
            <see cref="M:Org.BouncyCastle.Asn1.Asn1TaggedObjectParser.ParseBaseUniversal(System.Boolean,System.Int32)"/> where possible. Before using, check for matching tag
            <see cref="P:Org.BouncyCastle.Asn1.Asn1TaggedObjectParser.TagClass">class</see> and <see cref="P:Org.BouncyCastle.Asn1.Asn1TaggedObjectParser.TagNo">number</see>.
            </remarks>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1TaggedObjectParser.ParseExplicitBaseTagged">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1TaggedObjectParser.ParseImplicitBaseTagged(System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1UniversalType.FromByteArray(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Asn1UtcTime">
            <summary>UTCTime ASN.1 type</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1UtcTime.GetInstance(System.Object)">
             return a UTC Time from the passed in object.
            
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1UtcTime.ToAdjustedDateTime">
            <summary>Return an adjusted date in the range of 1950 - 2049.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.ParseExplicitBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.ParseExplicitBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.ParseExplicitContextBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.ParseExplicitContextBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,Org.BouncyCastle.Asn1.Asn1TaggedObjectParser@)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,Org.BouncyCastle.Asn1.Asn1TaggedObjectParser@)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitContextBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitContextBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,Org.BouncyCastle.Asn1.Asn1TaggedObjectParser@)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitContextBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitContextBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,Org.BouncyCastle.Asn1.Asn1TaggedObjectParser@)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.ParseImplicitBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.ParseImplicitContextBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseImplicitBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseImplicitBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,System.Int32,System.Int32,Org.BouncyCastle.Asn1.Asn1TaggedObjectParser@)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseImplicitContextBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseImplicitContextBaseTagged(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,System.Int32,Org.BouncyCastle.Asn1.Asn1TaggedObjectParser@)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.ParseBaseUniversal(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,System.Boolean,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.ParseContextBaseUniversal(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Boolean,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseBaseUniversal(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,System.Boolean,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseBaseUniversal(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,System.Boolean,System.Int32,Org.BouncyCastle.Asn1.IAsn1Convertible@)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseContextBaseUniversal(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Boolean,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseContextBaseUniversal(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Boolean,System.Int32,Org.BouncyCastle.Asn1.IAsn1Convertible@)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.ParseExplicitBaseObject(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.ParseExplicitContextBaseObject(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitBaseObject(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitBaseObject(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,System.Int32,Org.BouncyCastle.Asn1.IAsn1Convertible@)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitContextBaseObject(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Asn1Utilities.TryParseExplicitContextBaseObject(Org.BouncyCastle.Asn1.Asn1TaggedObjectParser,System.Int32,Org.BouncyCastle.Asn1.IAsn1Convertible@)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc">
            iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
            <p>1.3.6.1.4.1.22554</p>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe">
            pbe(1) algorithms
            <p>1.3.6.1.4.1.22554.1</p>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha1">
            SHA-1(1)
            <p>1.3.6.1.4.1.22554.1.1</p>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha256">
            SHA-2.SHA-256; 1.3.6.1.4.1.22554.1.2.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha384">
            SHA-2.SHA-384; 1.3.6.1.4.1.22554.1.2.2 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha512">
            SHA-2.SHA-512; 1.3.6.1.4.1.22554.1.2.3 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha224">
            SHA-2.SHA-224; 1.3.6.1.4.1.22554.1.2.4 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha1_pkcs5">
            PKCS-5(1)|PKCS-12(2)
            SHA-1.PKCS5;  1.3.6.1.4.1.22554.1.1.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha1_pkcs12">
            SHA-1.PKCS12; 1.3.6.1.4.1.22554.1.1.2 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha256_pkcs5">
            SHA-256.PKCS5; 1.3.6.1.4.1.22554.1.2.1.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha256_pkcs12">
            SHA-256.PKCS12; 1.3.6.1.4.1.22554.1.2.1.2 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes128_cbc">
            AES(1) . (CBC-128(2)|CBC-192(22)|CBC-256(42))
            1.3.6.1.4.1.22554.1.1.2.1.2 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes192_cbc">
            1.3.6.1.4.1.22554.1.1.2.1.22 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha1_pkcs12_aes256_cbc">
            1.3.6.1.4.1.22554.1.1.2.1.42 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes128_cbc">
            1.3.6.1.4.1.22554.1.1.2.2.2 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes192_cbc">
            1.3.6.1.4.1.22554.1.1.2.2.22 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_pbe_sha256_pkcs12_aes256_cbc">
            1.3.6.1.4.1.22554.1.1.2.2.42 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_sig">
            signature(2) algorithms
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.sphincs256">
            Sphincs-256
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.xmss">
            XMSS
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.xmss_mt">
            XMSS^MT
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.qTESLA">
            qTESLA
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.sphincsPlus">
            SPHINCS+
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.picnic">
            Picnic
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.falcon_512">
            1.3.9999.3.11 OQS_OID_FALCON512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p256_falcon_512">
            1.3.9999.3.12 OQS_OID_P256_FALCON512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.rsa_3072_falcon_512">
            1.3.9999.3.13 OQS_OID_RSA3072_FALCON512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.falcon_1024">
            1.3.9999.3.14 OQS_OID_FALCON1024 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p521_falcon1024">
            1.3.9999.3.15 OQS_OID_P521_FALCON1024 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.falcon_padded_512">
            1.3.9999.3.16 OQS_OID_FALCONPADDED512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p256_falcon_padded512">
            1.3.9999.3.17 OQS_OID_P256_FALCONPADDED512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.rsa_3072_falconpadded512">
            1.3.9999.3.18 OQS_OID_RSA3072_FALCONPADDED512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.falcon_padded_1024">
            1.3.9999.3.19 OQS_OID_FALCONPADDED1024 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p521_falcon_padded_1024">
            1.3.9999.3.20 OQS_OID_P521_FALCONPADDED1024 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p256_mldsa44">
            ** 2.16.840.1.101.3.4.3.17 OQS_OID_MLDSA44 */
            1.3.9999.7.5 OQS_OID_P256_MLDSA44 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.rsa3072_mldsa44">
            1.3.9999.7.6 OQS_OID_RSA3072_MLDSA44 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa44_pss2048">
            2.16.840.1.114027.80.8.1.1 OQS_OID_MLDSA44_pss2048 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa44_rsa2048">
            2.16.840.1.114027.80.8.1.2 OQS_OID_MLDSA44_rsa2048 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa44_ed25519">
            2.16.840.1.114027.80.8.1.3 OQS_OID_MLDSA44_ed25519 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa44_p256">
            2.16.840.1.114027.80.8.1.4 OQS_OID_MLDSA44_p256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa44_bp256">
            2.16.840.1.114027.80.8.1.5 OQS_OID_MLDSA44_bp256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p384_mldsa65">
            ** 2.16.840.1.101.3.4.3.18 OQS_OID_MLDSA65 */
            1.3.9999.7.7 OQS_OID_P384_MLDSA65 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa65_pss3072">
            2.16.840.1.114027.80.8.1.6 OQS_OID_MLDSA65_pss3072 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa65_rsa3072">
            2.16.840.1.114027.80.8.1.7 OQS_OID_MLDSA65_rsa3072 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa65_p256">
            2.16.840.1.114027.80.8.1.8 OQS_OID_MLDSA65_p256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa65_bp256">
            2.16.840.1.114027.80.8.1.9 OQS_OID_MLDSA65_bp256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa65_ed25519">
            2.16.840.1.114027.80.8.1.10 OQS_OID_MLDSA65_ed25519 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p521_mldsa87">
            ** 2.16.840.1.101.3.4.3.19 OQS_OID_MLDSA87 */
            1.3.9999.7.8 OQS_OID_P521_MLDSA87 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa87_p384">
            2.16.840.1.114027.80.8.1.11 OQS_OID_MLDSA87_p384 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa87_bp384">
            2.16.840.1.114027.80.8.1.12 OQS_OID_MLDSA87_bp384 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mldsa87_ed448">
            2.16.840.1.114027.80.8.1.13 OQS_OID_MLDSA87_ed448 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_exch">
            key_exchange(3) algorithms
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.newHope">
            NewHope
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_ext">
            X.509 extension/certificate types
            <p/>
            1.3.6.1.4.1.22554.4
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.bc_kem">
            KEM(5) algorithms
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.pqc_kem_mceliece">
            Classic McEliece
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.pqc_kem_frodo">
            Frodo
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.pqc_kem_saber">
            SABER
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.pqc_kem_ntru">
            NTRU
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.pqc_kem_ntruprime">
            NTRUPrime
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.pqc_kem_bike">
            BIKE
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.pqc_kem_hqc">
            HQC
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mayo">
            Mayo
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mayo_1">
            1.3.9999.8.1.3 OQS_OID_MAYO1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p256_mayo1">
            1.3.9999.8.1.4 OQS_OID_P256_MAYO1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mayo_2">
            1.3.9999.8.2.3 OQS_OID_MAYO2 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p256_mayo2">
            1.3.9999.8.2.4 OQS_OID_P256_MAYO2 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mayo_3">
            1.3.9999.8.3.3 OQS_OID_MAYO3 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p384_mayo3">
            1.3.9999.8.3.4 OQS_OID_P384_MAYO3 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.mayo_5">
            1.3.9999.8.5.3 OQS_OID_MAYO5 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.p521_mayo5">
            1.3.9999.8.5.4 OQS_OID_P521_MAYO5 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.snova">
            Snova
        </member>
        <member name="F:Org.BouncyCastle.Asn1.BC.BCObjectIdentifiers.pqc_kem_ntruplus">
            NTRU+
            
        </member>
        <member name="T:Org.BouncyCastle.Asn1.BC.LinkedCertificate">
            <summary>Extension to tie an alternate certificate to the containing certificate.</summary>
            <remarks>
            <code>
            LinkedCertificate := SEQUENCE {
                digest          DigestInfo,                   -- digest of PQC certificate
                certLocation    GeneralName,                  -- location of PQC certificate
                certIssuer      [0] Name OPTIONAL,            -- issuer of PQC cert(if different from current certificate)
                cACerts         [1] GeneralNames OPTIONAL,    -- CA certificates for PQC cert(one of more locations)
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.BC.PbkdKeyData">
            <summary>
            Carrier for the contents of a <c>javax.crypto.interfaces.PBEKey</c> stored in a BCFKS keystore.
            </summary>
            <remarks>
            <code>
            PbkdKeyData ::= SEQUENCE {
                keyAlgorithm    UTF8String,
                password        OCTET STRING,
                salt            [0] IMPLICIT OCTET STRING OPTIONAL,
                iterationCount  [1] IMPLICIT INTEGER OPTIONAL,
                encoded         [2] IMPLICIT OCTET STRING OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.BC.SignatureCheck">
             <remarks>
             <code>
             SignatureCheck ::= SEQUENCE {
                 signatureAlgorithm  AlgorithmIdentifier,
                 certificates        [0] EXPLICIT Certificates OPTIONAL,
                 signatureValue      BIT STRING
              }
            
             Certificates ::= SEQUENCE OF Certificate
             </code>
             </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.BerBitStringParser">
            <summary>A parser for indefinite-length BIT STRINGs.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.BerOctetStringGenerator.GetOctetOutputStream">
            <remarks>The caller is responsible for disposing the returned <see cref="T:System.IO.Stream"/> before disposing
            this generator.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.BerOctetStringGenerator.GetOctetOutputStream(System.Int32)">
            <remarks>The caller is responsible for disposing the returned <see cref="T:System.IO.Stream"/> before disposing
            this generator.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.BerOctetStringGenerator.GetOctetOutputStream(System.Byte[])">
            <remarks>The caller is responsible for disposing the returned <see cref="T:System.IO.Stream"/> before disposing
            this generator.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.BerTaggedObject">
            BER TaggedObject - in ASN.1 notation this is any object preceded by
            a [n] where n is some number - these are assumed to follow the construction
            rules (as with sequences).
        </member>
        <member name="M:Org.BouncyCastle.Asn1.BerTaggedObject.#ctor(System.Int32,Org.BouncyCastle.Asn1.Asn1Encodable)">
            @param tagNo the tag number for this object.
            @param obj the tagged object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.BerTaggedObject.#ctor(System.Boolean,System.Int32,Org.BouncyCastle.Asn1.Asn1Encodable)">
            @param isExplicit true if an explicitly tagged object.
            @param tagNo the tag number for this object.
            @param obj the tagged object.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers">
            <remarks>See https://www.bsi.bund.de/cae/servlet/contentblob/471398/publicationFile/30615/BSI-TR-03111_pdf.pdf</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers.algorithm">
            0.4.0.127.0.7.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers.ecka_eg_X963kdf">
            ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963 OID: 0.4.0.127.0.7.1.1.5.1.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers.ecka_eg_X963kdf_SHA1">
            ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963
            with hash function SHA-1
            OID: 0.4.0.127.0.7.1.1.5.1.1.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers.ecka_eg_X963kdf_SHA224">
            ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963
            with hash function SHA224
            OID: 0.4.0.127.0.7.1.1.5.1.1.2 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers.ecka_eg_X963kdf_SHA256">
            ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963
            with hash function SHA256
            OID: 0.4.0.127.0.7.1.1.5.1.1.3 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers.ecka_eg_X963kdf_SHA384">
            ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963
            with hash function SHA384
            OID: 0.4.0.127.0.7.1.1.5.1.1.4 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers.ecka_eg_X963kdf_SHA512">
            ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963
            with hash function SHA512
            OID: 0.4.0.127.0.7.1.1.5.1.1.5 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers.ecka_eg_X963kdf_RIPEMD160">
            ElGamal Elliptic Curve Key Agreement and Key Derivation according to X963
            with hash function RIPEMD160
            OID: 0.4.0.127.0.7.1.1.5.1.1.6 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Bsi.BsiObjectIdentifiers.ecka_eg_SessionKDF">
            Key Derivation Function for Session Keys
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.CAKeyUpdAnnContent.ToAsn1Object">
            <pre>
            CAKeyUpdAnnContent ::= SEQUENCE {
                                        oldWithNew   CmpCertificate, -- old pub signed with new priv
                                        newWithOld   CmpCertificate, -- new pub signed with old priv
                                        newWithNew   CmpCertificate  -- new pub signed with new priv
             }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.CertAnnContent">
            CertAnnContent ::= CMPCertificate
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.CertConfirmContent.ToAsn1Object">
            <pre>
            CertConfirmContent ::= SEQUENCE OF CertStatus
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.CertifiedKeyPair.ToAsn1Object">
            RFC 9480
            <pre>
            CertifiedKeyPair ::= SEQUENCE {
                certOrEncCert       CertOrEncCert,
                privateKey      [0] EncryptedKey        OPTIONAL,
                -- See [RFC4211] for comments on encoding.
                publicationInfo [1] PKIPublicationInfo  OPTIONAL
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.CertOrEncCert.ToAsn1Object">
            <pre>
            CertOrEncCert ::= CHOICE {
                                 certificate     [0] CMPCertificate,
                                 encryptedCert   [1] EncryptedKey
                      }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.CertRepMessage.ToAsn1Object">
            <pre>
            CertRepMessage ::= SEQUENCE {
                                     caPubs       [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
                                                                                        OPTIONAL,
                                     response         SEQUENCE OF CertResponse
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.CertReqTemplateContent">
            GenMsg:    {id-it 19}, &lt; absent &gt;
            GenRep:    {id-it 19}, CertReqTemplateContent | &lt; absent &gt;
            <p>
            CertReqTemplateValue  ::= CertReqTemplateContent
            </p><p>
            CertReqTemplateContent ::= SEQUENCE {
            certTemplate           CertTemplate,
            keySpec                Controls OPTIONAL }
            </p><p>
            Controls  ::= SEQUENCE SIZE (1..MAX) OF AttributeTypeAndValue
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.CertResponse.ToAsn1Object">
            <pre>
            CertResponse ::= SEQUENCE {
                                       certReqId           INTEGER,
                                       -- to match this response with corresponding request (a value
                                       -- of -1 is to be used if certReqId is not specified in the
                                       -- corresponding request)
                                       status              PKIStatusInfo,
                                       certifiedKeyPair    CertifiedKeyPair    OPTIONAL,
                                       rspInfo             OCTET STRING        OPTIONAL
                                       -- analogous to the id-regInfo-utf8Pairs string defined
                                       -- for regInfo in CertReqMsg [CRMF]
                        }
            </pre> 
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.CertStatus.ToAsn1Object">
             <pre>
            
              CertStatus ::= SEQUENCE {
                 certHash    OCTET STRING,
                 certReqId   INTEGER,
                 statusInfo  PKIStatusInfo OPTIONAL,
                 hashAlg [0] AlgorithmIdentifier{DIGEST-ALGORITHM, {...}} OPTIONAL
               }
            
             </pre>
            
             @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.Challenge">
             <pre>
             Challenge ::= SEQUENCE {
                      owf                 AlgorithmIdentifier  OPTIONAL,
            
                      -- MUST be present in the first Challenge; MAY be omitted in
                      -- any subsequent Challenge in POPODecKeyChallContent (if
                      -- omitted, then the owf used in the immediately preceding
                      -- Challenge is to be used).
            
                      witness             OCTET STRING,
                      -- the result of applying the one-way function (owf) to a
                      -- randomly-generated INTEGER, A.  [Note that a different
                      -- INTEGER MUST be used for each Challenge.]
                      challenge           OCTET STRING
                      -- the encryption (under the public key for which the cert.
                      -- request is being made) of Rand, where Rand is specified as
                      --   Rand ::= SEQUENCE {
                      --      int      INTEGER,
                      --       - the randomly-generated INTEGER A (above)
                      --      sender   GeneralName
                      --       - the sender's name (as included in PKIHeader)
                      --   }
                  }
                  </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.Challenge.ToAsn1Object">
             <pre>
             Challenge ::= SEQUENCE {
                             owf                 AlgorithmIdentifier  OPTIONAL,
            
                             -- MUST be present in the first Challenge; MAY be omitted in
                             -- any subsequent Challenge in POPODecKeyChallContent (if
                             -- omitted, then the owf used in the immediately preceding
                             -- Challenge is to be used).
            
                             witness             OCTET STRING,
                             -- the result of applying the one-way function (owf) to a
                             -- randomly-generated INTEGER, A.  [Note that a different
                             -- INTEGER MUST be used for each Challenge.]
                             challenge           OCTET STRING
                             -- the encryption (under the public key for which the cert.
                             -- request is being made) of Rand, where Rand is specified as
                             --   Rand ::= SEQUENCE {
                             --      int      INTEGER,
                             --       - the randomly-generated INTEGER A (above)
                             --      sender   GeneralName
                             --       - the sender's name (as included in PKIHeader)
                             --   }
                  }
             </pre>
             @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.Challenge.Rand">
            <summary>Rand is the inner type.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.CmpCertificate.ToAsn1Object">
             <pre>
             CMPCertificate ::= CHOICE {
                        x509v3PKCert    Certificate
                        otherCert      [tag] EXPLICIT ANY DEFINED BY tag
              }
             </pre>
             Note: the addition of the explicit tagging is a BC extension. We apologise for the warped syntax, but hopefully you get the idea.
            
             @return a basic ASN.1 object representation.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.passwordBasedMac">
            id-PasswordBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 13}
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.kemBasedMac">
            id-KemBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 16}
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.dhBasedMac">
            id-DHBasedMac OBJECT IDENTIFIER ::= {1 2 840 113533 7 66 30}
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_it">
            RFC 4120: id-it: PKIX.4 = 1.3.6.1.5.5.7.4 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_caProtEncCert">
            RFC 4120: 1.3.6.1.5.5.7.4.1
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_signKeyPairTypes">
            RFC 4120: 1.3.6.1.5.5.7.4.2
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_encKeyPairTypes">
            RFC 4120: 1.3.6.1.5.5.7.4.3
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_preferredSymAlg">
            RFC 4120: 1.3.6.1.5.5.7.4.4
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_caKeyUpdateInfo">
            RFC 4120: 1.3.6.1.5.5.7.4.5
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_currentCRL">
            RFC 4120: 1.3.6.1.5.5.7.4.6
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_unsupportedOIDs">
            RFC 4120: 1.3.6.1.5.5.7.4.7
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_keyPairParamReq">
            RFC 4120: 1.3.6.1.5.5.7.4.10
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_keyPairParamRep">
            RFC 4120: 1.3.6.1.5.5.7.4.11
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_revPassphrase">
            RFC 4120: 1.3.6.1.5.5.7.4.12
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_implicitConfirm">
            RFC 4120: 1.3.6.1.5.5.7.4.13
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_confirmWaitTime">
            RFC 4120: 1.3.6.1.5.5.7.4.14
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_origPKIMessage">
            RFC 4120: 1.3.6.1.5.5.7.4.15
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.it_suppLangTags">
            RFC 4120: 1.3.6.1.5.5.7.4.16
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_it_caCerts">
            Update 16, RFC 4210
            {id-it 17}
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_it_rootCaKeyUpdate">
            Update 16, RFC 4210
            GenRep:    {id-it 18}, RootCaKeyUpdateContent
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_it_certReqTemplate">
            Update 16, RFC 4210
            {id-it 19}
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_it_rootCaCert">
            Update 16, RFC 4210
            GenMsg:    {id-it 20}, RootCaCertValue
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_it_certProfile">
            Update-16 to RFC 4210
            id-it-certProfile  OBJECT IDENTIFIER ::= {id-it 21}
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_pkip">
            RFC 4211: it-pkip: PKIX.5 = 1.3.6.1.5.5.7.5
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_regCtrl">
            RFC 4211: it-regCtrl: 1.3.6.1.5.5.7.5.1
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_regInfo">
            RFC 4211: it-regInfo: 1.3.6.1.5.5.7.5.2
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.regCtrl_regToken">
            1.3.6.1.5.5.7.5.1.1
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.regCtrl_authenticator">
            1.3.6.1.5.5.7.5.1.2
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.regCtrl_pkiPublicationInfo">
            1.3.6.1.5.5.7.5.1.3
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.regCtrl_pkiArchiveOptions">
            1.3.6.1.5.5.7.5.1.4
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.regCtrl_oldCertID">
            1.3.6.1.5.5.7.5.1.5
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.regCtrl_protocolEncrKey">
            1.3.6.1.5.5.7.5.1.6
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.regCtrl_altCertTemplate">
            From RFC4210:
            id-regCtrl-altCertTemplate OBJECT IDENTIFIER ::= {id-regCtrl 7}; 1.3.6.1.5.5.7.1.7
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_regCtrl_algId">
            id-regCtrl-algId OBJECT IDENTIFIER ::= { iso(1)
            identified-organization(3) dod(6) internet(1) security(5)
            mechanisms(5) pkix(7) pkip(5) regCtrl(1) 11 }
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.id_regCtrl_rsaKeyLen">
            id-regCtrl-rsaKeyLen OBJECT IDENTIFIER ::= { iso(1)
            identified-organization(3) dod(6) internet(1) security(5)
            mechanisms(5) pkix(7) pkip(5) regCtrl(1) 12 }
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.regInfo_utf8Pairs">
            RFC 4211: it-regInfo-utf8Pairs: 1.3.6.1.5.5.7.5.2.1
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.regInfo_certReq">
            RFC 4211: it-regInfo-certReq: 1.3.6.1.5.5.7.5.2.1
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.CmpObjectIdentifiers.ct_encKeyWithID">
            1.2.840.113549.1.9.16.1.21
            <p>
            id-ct   OBJECT IDENTIFIER ::= { id-smime  1 }  -- content types
            </p><p>
            id-ct-encKeyWithID OBJECT IDENTIFIER ::= {id-ct 21}
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.CrlAnnContent.ToAsn1Object">
            <pre>
            CrlAnnContent ::= SEQUENCE OF CertificateList
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.CrlSource">
            GenMsg:    {id-it TBD1}, SEQUENCE SIZE (1..MAX) OF CRLStatus
            GenRep:    {id-it TBD2}, SEQUENCE SIZE (1..MAX) OF
            CertificateList  |  &lt; absent &gt;
            <p>
            CRLSource ::= CHOICE {
            dpn          [0] DistributionPointName,
            issuer       [1] GeneralNames }
            </p>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.CrlStatus">
            CRLStatus ::= SEQUENCE {
            source       CRLSource,
            thisUpdate   Time OPTIONAL }
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.DhbmParameter">
            DHBMParameter ::= SEQUENCE {
            owf                 AlgorithmIdentifier,
            -- AlgId for a One-Way Function (SHA-1 recommended)
            mac                 AlgorithmIdentifier
            -- the MAC AlgId (e.g., DES-MAC, Triple-DES-MAC [PKCS11],
            }   -- or HMAC [RFC2104, RFC2202])
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent">
            <pre>
                 ErrorMsgContent ::= SEQUENCE {
                     pKIStatusInfo          PKIStatusInfo,
                     errorCode              INTEGER           OPTIONAL,
                     -- implementation-specific error codes
                     errorDetails           PKIFreeText       OPTIONAL
                     -- implementation-specific error details
                 }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.ErrorMsgContent.ToAsn1Object">
            <pre>
            ErrorMsgContent ::= SEQUENCE {
                                   pKIStatusInfo          PKIStatusInfo,
                                   errorCode              INTEGER           OPTIONAL,
                                   -- implementation-specific error codes
                                   errorDetails           PKIFreeText       OPTIONAL
                                   -- implementation-specific error details
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.GenMsgContent">
            <pre>GenMsgContent ::= SEQUENCE OF InfoTypeAndValue</pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.GenMsgContent.ToAsn1Object">
            <pre>
            GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.GenRepContent.ToAsn1Object">
            <pre>
            GenRepContent ::= SEQUENCE OF InfoTypeAndValue
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue">
             Example InfoTypeAndValue contents include, but are not limited
             to, the following (un-comment in this ASN.1 module and use as
             appropriate for a given environment):
             <pre>
               id-it-caProtEncCert    OBJECT IDENTIFIER ::= {id-it 1}
                  CAProtEncCertValue      ::= CMPCertificate
               id-it-signKeyPairTypes OBJECT IDENTIFIER ::= {id-it 2}
                 SignKeyPairTypesValue   ::= SEQUENCE OF AlgorithmIdentifier
               id-it-encKeyPairTypes  OBJECT IDENTIFIER ::= {id-it 3}
                 EncKeyPairTypesValue    ::= SEQUENCE OF AlgorithmIdentifier
               id-it-preferredSymmAlg OBJECT IDENTIFIER ::= {id-it 4}
                  PreferredSymmAlgValue   ::= AlgorithmIdentifier
               id-it-caKeyUpdateInfo  OBJECT IDENTIFIER ::= {id-it 5}
                  CAKeyUpdateInfoValue    ::= CAKeyUpdAnnContent
               id-it-currentCRL       OBJECT IDENTIFIER ::= {id-it 6}
                  CurrentCRLValue         ::= CertificateList
               id-it-unsupportedOIDs  OBJECT IDENTIFIER ::= {id-it 7}
                  UnsupportedOIDsValue    ::= SEQUENCE OF OBJECT IDENTIFIER
               id-it-keyPairParamReq  OBJECT IDENTIFIER ::= {id-it 10}
                  KeyPairParamReqValue    ::= OBJECT IDENTIFIER
               id-it-keyPairParamRep  OBJECT IDENTIFIER ::= {id-it 11}
                  KeyPairParamRepValue    ::= AlgorithmIdentifer
               id-it-revPassphrase    OBJECT IDENTIFIER ::= {id-it 12}
                  RevPassphraseValue      ::= EncryptedValue
               id-it-implicitConfirm  OBJECT IDENTIFIER ::= {id-it 13}
                  ImplicitConfirmValue    ::= NULL
               id-it-confirmWaitTime  OBJECT IDENTIFIER ::= {id-it 14}
                  ConfirmWaitTimeValue    ::= GeneralizedTime
               id-it-origPKIMessage   OBJECT IDENTIFIER ::= {id-it 15}
                  OrigPKIMessageValue     ::= PKIMessages
               id-it-suppLangTags     OBJECT IDENTIFIER ::= {id-it 16}
                  SuppLangTagsValue       ::= SEQUENCE OF UTF8String
            
             where
            
               id-pkix OBJECT IDENTIFIER ::= {
                  iso(1) identified-organization(3)
                  dod(6) internet(1) security(5) mechanisms(5) pkix(7)}
             and
                  id-it   OBJECT IDENTIFIER ::= {id-pkix 4}
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue.ToAsn1Object">
            <pre>
            InfoTypeAndValue ::= SEQUENCE {
                                    infoType               OBJECT IDENTIFIER,
                                    infoValue              ANY DEFINED BY infoType  OPTIONAL
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.KemBMParameter">
            <pre>
             KemBMParameter ::= SEQUENCE {
                 kdf              AlgorithmIdentifier{KEY-DERIVATION, {...}},
                 len              INTEGER (1..MAX),
                 mac              AlgorithmIdentifier{MAC-ALGORITHM, {...}}
              }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.KemBMParameter.ToAsn1Object">
             <pre>
              KemBMParameter ::= SEQUENCE {
                  kdf              AlgorithmIdentifier{KEY-DERIVATION, {...}},
                  len              INTEGER (1..MAX),
                  mac              AlgorithmIdentifier{MAC-ALGORITHM, {...}}
                }
             </pre>
            
             @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.KemCiphertextInfo">
            <pre>
               KemCiphertextInfo ::= SEQUENCE {
                 kem              AlgorithmIdentifier{KEM-ALGORITHM, {...}},
                 ct               OCTET STRING
               }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.KemCiphertextInfo.ToAsn1Object">
             <pre>
                KemCiphertextInfo ::= SEQUENCE {
                  kem              AlgorithmIdentifier{KEM-ALGORITHM, {...}},
                  ct               OCTET STRING
                }
             </pre>
            
             @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.KemOtherInfo.ToAsn1Object">
             <pre>
             KemOtherInfo ::= SEQUENCE {
               staticString      PKIFreeText,   -- MUST be "CMP-KEM"
               transactionID [0] OCTET STRING     OPTIONAL,
               senderNonce   [1] OCTET STRING     OPTIONAL,
               recipNonce    [2] OCTET STRING     OPTIONAL,
               len               INTEGER (1..MAX),
               mac               AlgorithmIdentifier{MAC-ALGORITHM, {...}}
               ct                OCTET STRING
             }
             </pre>
            
             @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.KeyRecRepContent.ToAsn1Object">
            <pre>
            KeyRecRepContent ::= SEQUENCE {
                                    status                  PKIStatusInfo,
                                    newSigCert          [0] CMPCertificate OPTIONAL,
                                    caCerts             [1] SEQUENCE SIZE (1..MAX) OF
                                                                      CMPCertificate OPTIONAL,
                                    keyPairHist         [2] SEQUENCE SIZE (1..MAX) OF
                                                                      CertifiedKeyPair OPTIONAL
                         }
            </pre> 
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.NestedMessageContent">
            NestedMessageContent ::= PKIMessages
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.OobCert">
            OOBCert ::= CMPCertificate
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.OobCertHash">
            <pre>
            OOBCertHash ::= SEQUENCE {
            hashAlg     [0] AlgorithmIdentifier     OPTIONAL,
            certId      [1] CertId                  OPTIONAL,
            hashVal         BIT STRING
            -- hashVal is calculated over the DER encoding of the
            -- self-signed certificate with the identifier certID.
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.OobCertHash.ToAsn1Object">
            <pre>
            OobCertHash ::= SEQUENCE {
                                 hashAlg     [0] AlgorithmIdentifier     OPTIONAL,
                                 certId      [1] CertId                  OPTIONAL,
                                 hashVal         BIT STRING
                                 -- hashVal is calculated over the Der encoding of the
                                 -- self-signed certificate with the identifier certID.
                  }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.PbmParameter">
            PBMParameter ::= SEQUENCE {
                    salt                OCTET STRING,
                    -- note:  implementations MAY wish to limit acceptable sizes
                    -- of this string to values appropriate for their environment
                    -- in order to reduce the risk of denial-of-service attacks
                    owf                 AlgorithmIdentifier,
                    -- AlgId for a One-Way Function (SHA-1 recommended)
                    iterationCount      INTEGER,
                    -- number of times the OWF is applied
                    -- note:  implementations MAY wish to limit acceptable sizes
                    -- of this integer to values appropriate for their environment
                    -- in order to reduce the risk of denial-of-service attacks
                    mac                 AlgorithmIdentifier
                    -- the MAC AlgId (e.g., DES-MAC, Triple-DES-MAC [PKCS11],
                }   -- or HMAC [RFC2104, RFC2202])
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PbmParameter.ToAsn1Object">
            <pre>
             PbmParameter ::= SEQUENCE {
                                   salt                OCTET STRING,
                                   -- note:  implementations MAY wish to limit acceptable sizes
                                   -- of this string to values appropriate for their environment
                                   -- in order to reduce the risk of denial-of-service attacks
                                   owf                 AlgorithmIdentifier,
                                   -- AlgId for a One-Way Function (SHA-1 recommended)
                                   iterationCount      INTEGER,
                                   -- number of times the OWF is applied
                                   -- note:  implementations MAY wish to limit acceptable sizes
                                   -- of this integer to values appropriate for their environment
                                   -- in order to reduce the risk of denial-of-service attacks
                                   mac                 AlgorithmIdentifier
                                   -- the MAC AlgId (e.g., DES-MAC, Triple-DES-MAC [PKCS11],
               }   -- or HMAC [RFC2104, RFC2202])
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.PkiBody">
            PKIBody ::= CHOICE {       -- message-specific body elements
                     ir       [0]  CertReqMessages,        --Initialization Request
                     ip       [1]  CertRepMessage,         --Initialization Response
                     cr       [2]  CertReqMessages,        --Certification Request
                     cp       [3]  CertRepMessage,         --Certification Response
                     p10cr    [4]  CertificationRequest,   --imported from [PKCS10]
                     popdecc  [5]  POPODecKeyChallContent, --pop Challenge
                     popdecr  [6]  POPODecKeyRespContent,  --pop Response
                     kur      [7]  CertReqMessages,        --Key Update Request
                     kup      [8]  CertRepMessage,         --Key Update Response
                     krr      [9]  CertReqMessages,        --Key Recovery Request
                     krp      [10] KeyRecRepContent,       --Key Recovery Response
                     rr       [11] RevReqContent,          --Revocation Request
                     rp       [12] RevRepContent,          --Revocation Response
                     ccr      [13] CertReqMessages,        --Cross-Cert. Request
                     ccp      [14] CertRepMessage,         --Cross-Cert. Response
                     ckuann   [15] CAKeyUpdAnnContent,     --CA Key Update Ann.
                     cann     [16] CertAnnContent,         --Certificate Ann.
                     rann     [17] RevAnnContent,          --Revocation Ann.
                     crlann   [18] CRLAnnContent,          --CRL Announcement
                     pkiconf  [19] PKIConfirmContent,      --Confirmation
                     nested   [20] NestedMessageContent,   --Nested Message
                     genm     [21] GenMsgContent,          --General Message
                     genp     [22] GenRepContent,          --General Response
                     error    [23] ErrorMsgContent,        --Error Message
                     certConf [24] CertConfirmContent,     --Certificate confirm
                     pollReq  [25] PollReqContent,         --Polling request
                     pollRep  [26] PollRepContent          --Polling response
                 }
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiBody.#ctor(System.Int32,Org.BouncyCastle.Asn1.Asn1Encodable)">
            Creates a new PkiBody.
            @param type one of the TYPE_* constants
            @param content message content
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiBody.ToAsn1Object">
            <pre>
            PkiBody ::= CHOICE {       -- message-specific body elements
                   ir       [0]  CertReqMessages,        --Initialization Request
                   ip       [1]  CertRepMessage,         --Initialization Response
                   cr       [2]  CertReqMessages,        --Certification Request
                   cp       [3]  CertRepMessage,         --Certification Response
                   p10cr    [4]  CertificationRequest,   --imported from [PKCS10]
                   popdecc  [5]  POPODecKeyChallContent, --pop Challenge
                   popdecr  [6]  POPODecKeyRespContent,  --pop Response
                   kur      [7]  CertReqMessages,        --Key Update Request
                   kup      [8]  CertRepMessage,         --Key Update Response
                   krr      [9]  CertReqMessages,        --Key Recovery Request
                   krp      [10] KeyRecRepContent,       --Key Recovery Response
                   rr       [11] RevReqContent,          --Revocation Request
                   rp       [12] RevRepContent,          --Revocation Response
                   ccr      [13] CertReqMessages,        --Cross-Cert. Request
                   ccp      [14] CertRepMessage,         --Cross-Cert. Response
                   ckuann   [15] CAKeyUpdAnnContent,     --CA Key Update Ann.
                   cann     [16] CertAnnContent,         --Certificate Ann.
                   rann     [17] RevAnnContent,          --Revocation Ann.
                   crlann   [18] CRLAnnContent,          --CRL Announcement
                   pkiconf  [19] PKIConfirmContent,      --Confirmation
                   nested   [20] NestedMessageContent,   --Nested Message
                   genm     [21] GenMsgContent,          --General Message
                   genp     [22] GenRepContent,          --General Response
                   error    [23] ErrorMsgContent,        --Error Message
                   certConf [24] CertConfirmContent,     --Certificate confirm
                   pollReq  [25] PollReqContent,         --Polling request
                   pollRep  [26] PollRepContent          --Polling response
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent">
            PKIConfirmContent ::= NULL
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiConfirmContent.ToAsn1Object">
            <pre>
            PkiConfirmContent ::= NULL
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.PkiFailureInfo">
            <pre>
            PKIFailureInfo ::= BIT STRING {
            badAlg               (0),
              -- unrecognized or unsupported Algorithm Identifier
            badMessageCheck      (1), -- integrity check failed (e.g., signature did not verify)
            badRequest           (2),
              -- transaction not permitted or supported
            badTime              (3), -- messageTime was not sufficiently close to the system time, as defined by local policy
            badCertId            (4), -- no certificate could be found matching the provided criteria
            badDataFormat        (5),
              -- the data submitted has the wrong format
            wrongAuthority       (6), -- the authority indicated in the request is different from the one creating the response token
            incorrectData        (7), -- the requester's data is incorrect (for notary services)
            missingTimeStamp     (8), -- when the timestamp is missing but should be there (by policy)
            badPOP               (9)  -- the proof-of-possession failed
            certRevoked         (10),
            certConfirmed       (11),
            wrongIntegrity      (12),
            badRecipientNonce   (13),
            timeNotAvailable    (14),
              -- the TSA's time source is not available
            unacceptedPolicy    (15),
              -- the requested TSA policy is not supported by the TSA
            unacceptedExtension (16),
              -- the requested extension is not supported by the TSA
            addInfoNotAvailable (17)
              -- the additional information requested could not be understood
              -- or is not available
            badSenderNonce      (18),
            badCertTemplate     (19),
            signerNotTrusted    (20),
            transactionIdInUse  (21),
            unsupportedVersion  (22),
            notAuthorized       (23),
            systemUnavail       (24),
            systemFailure       (25),
              -- the request cannot be handled due to system failure
            duplicateCertReq    (26)
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiFailureInfo.#ctor(System.Int32)">
            Basic constructor.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Cmp.PkiFreeText.Item(System.Int32)">
             Return the UTF8STRING at index.
            
             @param index index of the string of interest
             @return the string at index.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiFreeText.ToAsn1Object">
            <pre>
            PkiFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
            </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cmp.PkiHeader.NULL_NAME">
            Value for a "null" recipient or sender.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiHeader.ToAsn1Object">
            <pre>
             PkiHeader ::= SEQUENCE {
                       pvno                INTEGER     { cmp1999(1), cmp2000(2) },
                       sender              GeneralName,
                       -- identifies the sender
                       recipient           GeneralName,
                       -- identifies the intended recipient
                       messageTime     [0] GeneralizedTime         OPTIONAL,
                       -- time of production of this message (used when sender
                       -- believes that the transport will be "suitable"; i.e.,
                       -- that the time will still be meaningful upon receipt)
                       protectionAlg   [1] AlgorithmIdentifier     OPTIONAL,
                       -- algorithm used for calculation of protection bits
                       senderKID       [2] KeyIdentifier           OPTIONAL,
                       recipKID        [3] KeyIdentifier           OPTIONAL,
                       -- to identify specific keys used for protection
                       transactionID   [4] OCTET STRING            OPTIONAL,
                       -- identifies the transaction; i.e., this will be the same in
                       -- corresponding request, response, certConf, and PKIConf
                       -- messages
                       senderNonce     [5] OCTET STRING            OPTIONAL,
                       recipNonce      [6] OCTET STRING            OPTIONAL,
                       -- nonces used to provide replay protection, senderNonce
                       -- is inserted by the creator of this message; recipNonce
                       -- is a nonce previously inserted in a related message by
                       -- the intended recipient of this message
                       freeText        [7] PKIFreeText             OPTIONAL,
                       -- this may be used to indicate context-specific instructions
                       -- (this field is intended for human consumption)
                       generalInfo     [8] SEQUENCE SIZE (1..MAX) OF
                                            InfoTypeAndValue     OPTIONAL
                       -- this may be used to convey context-specific information
                       -- (this field not primarily intended for human consumption)
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiHeaderBuilder.Build">
            <pre>
             PKIHeader ::= SEQUENCE {
                       pvno                INTEGER     { cmp1999(1), cmp2000(2) },
                       sender              GeneralName,
                       -- identifies the sender
                       recipient           GeneralName,
                       -- identifies the intended recipient
                       messageTime     [0] GeneralizedTime         OPTIONAL,
                       -- time of production of this message (used when sender
                       -- believes that the transport will be "suitable"; i.e.,
                       -- that the time will still be meaningful upon receipt)
                       protectionAlg   [1] AlgorithmIdentifier     OPTIONAL,
                       -- algorithm used for calculation of protection bits
                       senderKID       [2] KeyIdentifier           OPTIONAL,
                       recipKID        [3] KeyIdentifier           OPTIONAL,
                       -- to identify specific keys used for protection
                       transactionID   [4] OCTET STRING            OPTIONAL,
                       -- identifies the transaction; i.e., this will be the same in
                       -- corresponding request, response, certConf, and PKIConf
                       -- messages
                       senderNonce     [5] OCTET STRING            OPTIONAL,
                       recipNonce      [6] OCTET STRING            OPTIONAL,
                       -- nonces used to provide replay protection, senderNonce
                       -- is inserted by the creator of this message; recipNonce
                       -- is a nonce previously inserted in a related message by
                       -- the intended recipient of this message
                       freeText        [7] PKIFreeText             OPTIONAL,
                       -- this may be used to indicate context-specific instructions
                       -- (this field is intended for human consumption)
                       generalInfo     [8] SEQUENCE SIZE (1..MAX) OF
                                            InfoTypeAndValue     OPTIONAL
                       -- this may be used to convey context-specific information
                       -- (this field not primarily intended for human consumption)
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiMessage.#ctor(Org.BouncyCastle.Asn1.Cmp.PkiHeader,Org.BouncyCastle.Asn1.Cmp.PkiBody,Org.BouncyCastle.Asn1.DerBitString,Org.BouncyCastle.Asn1.Cmp.CmpCertificate[])">
             Creates a new PkiMessage.
            
             @param header message header
             @param body message body
             @param protection message protection (may be null)
             @param extraCerts extra certificates (may be null)
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiMessage.ToAsn1Object">
            <pre>
            PkiMessage ::= SEQUENCE {
                             header           PKIHeader,
                             body             PKIBody,
                             protection   [0] PKIProtection OPTIONAL,
                             extraCerts   [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate
                                                                                OPTIONAL
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiMessages.ToAsn1Object">
            <pre>
            PkiMessages ::= SEQUENCE SIZE (1..MAX) OF PkiMessage
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo.ToAsn1Object">
             <pre>
             PkiStatusInfo ::= SEQUENCE {
                 status        PKIStatus,                (INTEGER)
                 statusString  PkiFreeText     OPTIONAL,
                 failInfo      PkiFailureInfo  OPTIONAL  (BIT STRING)
             }
            
             PKIStatus:
               granted                (0), -- you got exactly what you asked for
               grantedWithMods        (1), -- you got something like what you asked for
               rejection              (2), -- you don't get it, more information elsewhere in the message
               waiting                (3), -- the request body part has not yet been processed, expect to hear more later
               revocationWarning      (4), -- this message contains a warning that a revocation is imminent
               revocationNotification (5), -- notification that a revocation has occurred
               keyUpdateWarning       (6)  -- update already done for the oldCertId specified in CertReqMsg
            
             PkiFailureInfo:
               badAlg           (0), -- unrecognized or unsupported Algorithm Identifier
               badMessageCheck  (1), -- integrity check failed (e.g., signature did not verify)
               badRequest       (2), -- transaction not permitted or supported
               badTime          (3), -- messageTime was not sufficiently close to the system time, as defined by local policy
               badCertId        (4), -- no certificate could be found matching the provided criteria
               badDataFormat    (5), -- the data submitted has the wrong format
               wrongAuthority   (6), -- the authority indicated in the request is different from the one creating the response token
               incorrectData    (7), -- the requester's data is incorrect (for notary services)
               missingTimeStamp (8), -- when the timestamp is missing but should be there (by policy)
               badPOP           (9)  -- the proof-of-possession failed
            
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.PollRepContent">
            PollRepContent ::= SEQUENCE OF SEQUENCE {
            certReqId    INTEGER,
            checkAfter   INTEGER,  -- time in seconds
            reason       PKIFreeText OPTIONAL }
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PollRepContent.ToAsn1Object">
            <pre>
            PollRepContent ::= SEQUENCE OF SEQUENCE {
                    certReqId              INTEGER,
                    checkAfter             INTEGER,  -- time in seconds
                    reason                 PKIFreeText OPTIONAL
                }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PollReqContent.#ctor(Org.BouncyCastle.Asn1.DerInteger)">
             Create a pollReqContent for a single certReqId.
            
             @param certReqId the certificate request ID.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PollReqContent.#ctor(Org.BouncyCastle.Asn1.DerInteger[])">
             Create a pollReqContent for a multiple certReqIds.
            
             @param certReqIds the certificate request IDs.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PollReqContent.#ctor(Org.BouncyCastle.Math.BigInteger)">
             Create a pollReqContent for a single certReqId.
            
             @param certReqId the certificate request ID.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PollReqContent.#ctor(Org.BouncyCastle.Math.BigInteger[])">
             Create a pollReqContent for a multiple certReqIds.
            
             @param certReqIds the certificate request IDs.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PollReqContent.ToAsn1Object">
            <pre>
            PollReqContent ::= SEQUENCE OF SEQUENCE {
                                   certReqId              INTEGER
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PopoDecKeyChallContent.ToAsn1Object">
            <pre>
            PopoDecKeyChallContent ::= SEQUENCE OF Challenge
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.PopoDecKeyRespContent.ToAsn1Object">
            <pre>
            PopoDecKeyRespContent ::= SEQUENCE OF INTEGER
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.ProtectedPart.ToAsn1Object">
            <pre>
            ProtectedPart ::= SEQUENCE {
                               header    PKIHeader,
                               body      PKIBody
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.RevAnnContent.ToAsn1Object">
            <pre>
            RevAnnContent ::= SEQUENCE {
                  status              PKIStatus,
                  certId              CertId,
                  willBeRevokedAt     GeneralizedTime,
                  badSinceDate        GeneralizedTime,
                  crlDetails          Extensions  OPTIONAL
                   -- extra CRL details (e.g., crl number, reason, location, etc.)
            }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.RevDetails">
            <pre>
            RevDetails ::= SEQUENCE {
                     certDetails         CertTemplate,
                     -- allows requester to specify as much as they can about
                     -- the cert. for which revocation is requested
                     -- (e.g., for cases in which serialNumber is not available)
                     crlEntryDetails     Extensions       OPTIONAL
                     -- requested crlEntryExtensions
                 }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.RevDetails.ToAsn1Object">
            <pre>
            RevDetails ::= SEQUENCE {
                             certDetails         CertTemplate,
                              -- allows requester to specify as much as they can about
                              -- the cert. for which revocation is requested
                              -- (e.g., for cases in which serialNumber is not available)
                              crlEntryDetails     Extensions       OPTIONAL
                              -- requested crlEntryExtensions
                        }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.RevRepContent">
             <pre>
             RevRepContent ::= SEQUENCE {
                      status       SEQUENCE SIZE (1..MAX) OF PKIStatusInfo,
                      -- in same order as was sent in RevReqContent
                      revCerts [0] SEQUENCE SIZE (1..MAX) OF CertId
                                                          OPTIONAL,
                      -- IDs for which revocation was requested
                      -- (same order as status)
                      crls     [1] SEQUENCE SIZE (1..MAX) OF CertificateList OPTIONAL
                      -- the resulting CRLs (there may be more than one)
                  }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.RevRepContent.ToAsn1Object">
            <pre>
            RevRepContent ::= SEQUENCE {
                   status       SEQUENCE SIZE (1..MAX) OF PKIStatusInfo,
                   -- in same order as was sent in RevReqContent
                   revCerts [0] SEQUENCE SIZE (1..MAX) OF CertId OPTIONAL,
                   -- IDs for which revocation was requested
                   -- (same order as status)
                   crls     [1] SEQUENCE SIZE (1..MAX) OF CertificateList OPTIONAL
                   -- the resulting CRLs (there may be more than one)
              }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cmp.RevReqContent.ToAsn1Object">
            <pre>
            RevReqContent ::= SEQUENCE OF RevDetails
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cmp.RootCaKeyUpdateContent">
            GenMsg:    {id-it 20}, RootCaCertValue | &lt; absent &gt;
            GenRep:    {id-it 18}, RootCaKeyUpdateContent | &lt; absent &gt;
            <p>
            RootCaCertValue ::= CMPCertificate
            </p><p>
            RootCaKeyUpdateValue ::= RootCaKeyUpdateContent
            </p><p>
            RootCaKeyUpdateContent ::= SEQUENCE {
            newWithNew       CMPCertificate,
            newWithOld   [0] CMPCertificate OPTIONAL,
            oldWithNew   [1] CMPCertificate OPTIONAL
            }
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.Attribute.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            Attribute ::= SEQUENCE {
                attrType OBJECT IDENTIFIER,
                attrValues SET OF AttributeValue
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.Attributes.ToAsn1Object">
            <pre>
            Attributes ::=
              SET SIZE(1..MAX) OF Attribute -- according to RFC 5652
            </pre>
            @return
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Cms.AttributeTable.Item(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Return the first attribute matching the given OBJECT IDENTIFIER, or <c>null</c>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.AttributeTable.GetAll(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
             Return all the attributes matching the OBJECT IDENTIFIER oid. The vector will be
             empty if there are no attributes of the required type present.
            
             @param oid type of attribute required.
             @return a vector of all the attributes found of type oid.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.AttributeTable.Add(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.Asn1Encodable)">
            <summary>Return a new table with the passed in attribute added.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.AuthenticatedData.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <pre>
             AuthenticatedData ::= SEQUENCE {
                   version CMSVersion,
                   originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
                   recipientInfos RecipientInfos,
                   macAlgorithm MessageAuthenticationCodeAlgorithm,
                   digestAlgorithm [1] DigestAlgorithmIdentifier OPTIONAL,
                   encapContentInfo EncapsulatedContentInfo,
                   authAttrs [2] IMPLICIT AuthAttributes OPTIONAL,
                   mac MessageAuthenticationCode,
                   unauthAttrs [3] IMPLICIT UnauthAttributes OPTIONAL }
            
             AuthAttributes ::= SET SIZE (1..MAX) OF Attribute
            
             UnauthAttributes ::= SET SIZE (1..MAX) OF Attribute
            
             MessageAuthenticationCode ::= OCTET STRING
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.AuthenticatedDataParser">
             Produce an object suitable for an Asn1OutputStream.
             <pre>
             AuthenticatedData ::= SEQUENCE {
                   version CMSVersion,
                   originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
                   recipientInfos RecipientInfos,
                   macAlgorithm MessageAuthenticationCodeAlgorithm,
                   digestAlgorithm [1] DigestAlgorithmIdentifier OPTIONAL,
                   encapContentInfo EncapsulatedContentInfo,
                   authAttrs [2] IMPLICIT AuthAttributes OPTIONAL,
                   mac MessageAuthenticationCode,
                   unauthAttrs [3] IMPLICIT UnauthAttributes OPTIONAL }
            
             AuthAttributes ::= SET SIZE (1..MAX) OF Attribute
            
             UnauthAttributes ::= SET SIZE (1..MAX) OF Attribute
            
             MessageAuthenticationCode ::= OCTET STRING
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.AuthEnvelopedData.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            AuthEnvelopedData ::= SEQUENCE {
              version CMSVersion,
              originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
              recipientInfos RecipientInfos,
              authEncryptedContentInfo EncryptedContentInfo,
              authAttrs [1] IMPLICIT AuthAttributes OPTIONAL,
              mac MessageAuthenticationCode,
              unauthAttrs [2] IMPLICIT UnauthAttributes OPTIONAL }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.AuthEnvelopedDataParser">
            Produce an object suitable for an Asn1OutputStream.
            
            <pre>
            AuthEnvelopedData ::= SEQUENCE {
              version CMSVersion,
              originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
              recipientInfos RecipientInfos,
              authEncryptedContentInfo EncryptedContentInfo,
              authAttrs [1] IMPLICIT AuthAttributes OPTIONAL,
              mac MessageAuthenticationCode,
              unauthAttrs [2] IMPLICIT UnauthAttributes OPTIONAL }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.BinaryTime">
            <summary>
            <see href="https://tools.ietf.org/html/rfc6019">RFC 6019</see> <c>BinaryTime</c> type - the unsigned integer
            count of seconds since 1970-01-01T00:00:00Z (UTC).
            </summary>
            <remarks>
            <code>
            BinaryTime ::= INTEGER (0..MAX)
            </code>
            Used by other LAMPS specifications that need a compact, monotonically increasing time value as part of an ASN.1
            structure (e.g. RFC 9763).
            </remarks>
            <seealso cref="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.Pkcs9AtBinarySigningTime">CMS signed attribute OID.</seealso>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.BinaryTime.#ctor(System.DateTime)">
            <summary>
            Construct a BinaryTime carrying the seconds-since-epoch of the supplied <see cref="T:System.DateTime"/>.
            </summary>
            <remarks>
            Sub-second components are discarded by truncation toward negative infinity (consistent with
            <c>DateTimeUtilities.DateTimeToUnixMs(dateTime) / 1000</c>).
            </remarks>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If <paramref name="dateTime"/> is before the epoch (RFC 6019 prohibits negative values).
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.BinaryTime.#ctor(System.Int64)">
            <summary>
            Construct a BinaryTime carrying the supplied count of seconds since 1970-01-01T00:00:00Z (UTC).
            </summary>
            <remarks>
            Sub-second components are discarded by truncation toward negative infinity (consistent with
            <c>DateTimeUtilities.DateTimeToUnixMs(dateTime) / 1000</c>).
            </remarks>
            <exception cref="T:System.ArgumentOutOfRangeException">
            If <paramref name="seconds"/> is negative.
            </exception>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Cms.BinaryTime.Time">
            <summary>
            The encoded value as a count of seconds since the Unix epoch. May exceed <c>long.MaxValue</c> on a wildly
            out-of-range encoding; callers that only need a <see cref="T:System.DateTime"/> may prefer <see cref="M:Org.BouncyCastle.Asn1.Cms.BinaryTime.GetDateTime"/>
            or <see cref="M:Org.BouncyCastle.Asn1.Cms.BinaryTime.TryGetDateTime(System.DateTime@)"/>, which reject unrepresentable values.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.BinaryTime.GetDateTime">
            <summary>Convert the encoded value to a <see cref="T:System.DateTime"/>.</summary>
            <exception cref="T:System.ArithmeticException">
            If the seconds-since-epoch value cannot be represented in a <see cref="T:System.DateTime"/>.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.BinaryTime.TryGetDateTime(System.DateTime@)">
            <summary>Convert the encoded value to a <see cref="T:System.DateTime"/>.</summary>
            <returns>
            <c>false</c> if the seconds-since-epoch value cannot be represented in a <see cref="T:System.DateTime"/>.
            </returns>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.CmsAlgorithmProtection">
            From RFC 6211
            <pre>
            CMSAlgorithmProtection ::= SEQUENCE {
               digestAlgorithm         DigestAlgorithmIdentifier,
               signatureAlgorithm  [1] SignatureAlgorithmIdentifier OPTIONAL,
               macAlgorithm        [2] MessageAuthenticationCodeAlgorithm
                                                OPTIONAL
            }
            (WITH COMPONENTS { signatureAlgorithm PRESENT,
                               macAlgorithm ABSENT } |
             WITH COMPONENTS { signatureAlgorithm ABSENT,
                               macAlgorithm PRESENT })
            </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers.id_ri">
            The other Revocation Info arc
            id-ri OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
                                              dod(6) internet(1) security(5) mechanisms(5) pkix(7) ri(16) }
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers.id_alg">
            1.3.6.1.5.5.7.6 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers.id_ori">
            OtherRecipientInfo types
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Cms.CmsObjectIdentifiers.id_alg_cek_hkdf_sha256">
            id-alg-cek-hkdf-sha256 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
                us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 31 }
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.CompressedData">
            RFC 3274 - CMS Compressed Data.
            <pre>
            CompressedData ::= Sequence {
             version CMSVersion,
             compressionAlgorithm CompressionAlgorithmIdentifier,
             encapContentInfo EncapsulatedContentInfo
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.CompressedDataParser">
            RFC 3274 - CMS Compressed Data.
            <pre>
            CompressedData ::= SEQUENCE {
             version CMSVersion,
             compressionAlgorithm CompressionAlgorithmIdentifier,
             encapContentInfo EncapsulatedContentInfo
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.ContentInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            ContentInfo ::= Sequence {
                     contentType ContentType,
                     content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.ContentInfoParser">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            ContentInfo ::= SEQUENCE {
                     contentType ContentType,
                     content
                     [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.DigestedData">
            <summary>
            The <see href="https://tools.ietf.org/html/rfc5652#section-7">RFC 5652</see> DigestedData object.
            </summary>
            <remarks>
            <code>
            DigestedData ::= SEQUENCE {
                version CMSVersion,
                digestAlgorithm DigestAlgorithmIdentifier,
                encapContentInfo EncapsulatedContentInfo,
                digest Digest
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.Ecc.ECC_CMS_SharedInfo">
            <pre>
                ECC-CMS-SharedInfo ::= SEQUENCE {
                   keyInfo AlgorithmIdentifier,
                   entityUInfo [0] EXPLICIT OCTET STRING OPTIONAL,
                   suppPubInfo [2] EXPLICIT OCTET STRING   }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.Ecc.MQVuserKeyingMaterial.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            MQVuserKeyingMaterial ::= SEQUENCE {
              ephemeralPublicKey OriginatorPublicKey,
              addedukm [0] EXPLICIT UserKeyingMaterial OPTIONAL  }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            EncryptedContentInfo ::= Sequence {
                contentType ContentType,
                contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
                encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.EncryptedContentInfoParser">
            <pre>
            EncryptedContentInfo ::= SEQUENCE {
                contentType ContentType,
                contentEncryptionAlgorithm ContentEncryptionAlgorithmIdentifier,
                encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.EncryptedData.ToAsn1Object">
            <pre>
                  EncryptedData ::= SEQUENCE {
                                version CMSVersion,
                                encryptedContentInfo EncryptedContentInfo,
                                unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.EnvelopedData.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            EnvelopedData ::= Sequence {
                version CMSVersion,
                originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
                recipientInfos RecipientInfos,
                encryptedContentInfo EncryptedContentInfo,
                unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.EnvelopedDataParser">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            EnvelopedData ::= SEQUENCE {
                version CMSVersion,
                originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
                recipientInfos RecipientInfos,
                encryptedContentInfo EncryptedContentInfo,
                unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.Evidence">
            <a href="https://tools.ietf.org/html/rfc5544">RFC 5544</a>:
            Binding Documents with Time-Stamps; Evidence object.
            <p/>
            <pre>
            Evidence ::= CHOICE {
                tstEvidence    [0] TimeStampTokenEvidence,   -- see RFC 3161
                ersEvidence    [1] EvidenceRecord,           -- see RFC 4998
                otherEvidence  [2] OtherEvidence
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.KekIdentifier.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            KekIdentifier ::= Sequence {
                keyIdentifier OCTET STRING,
                date GeneralizedTime OPTIONAL,
                other OtherKeyAttribute OPTIONAL
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.KekRecipientInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            KekRecipientInfo ::= Sequence {
                version CMSVersion,  -- always set to 4
                kekID KekIdentifier,
                keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
                encryptedKey EncryptedKey
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.KemRecipientInfo">
            <remarks>
            <code>
            KEMRecipientInfo ::= SEQUENCE {
                version         CMSVersion,  -- always set to 0
                rid             RecipientIdentifier,
                kem             KEMAlgorithmIdentifier,
                kemct           OCTET STRING,
                kdf             KeyDerivationAlgorithmIdentifier,
                kekLength       INTEGER(1..MAX),
                ukm             [0] EXPLICIT UserKeyingMaterial OPTIONAL,
                wrap            KeyEncryptionAlgorithmIdentifier,
                encryptedKey    EncryptedKey }
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientIdentifier.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            KeyAgreeRecipientIdentifier ::= CHOICE {
                issuerAndSerialNumber IssuerAndSerialNumber,
                rKeyId [0] IMPLICIT RecipientKeyIdentifier
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo.ToAsn1Object">
                     * Produce an object suitable for an Asn1OutputStream.
                     * <pre>
                     * KeyAgreeRecipientInfo ::= Sequence {
                     *     version CMSVersion,  -- always set to 3
                     *     originator [0] EXPLICIT OriginatorIdentifierOrKey,
                     *     ukm [1] EXPLICIT UserKeyingMaterial OPTIONAL,
                     *     keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
                     *     recipientEncryptedKeys RecipientEncryptedKeys
                     * }
            		 *
            		 * UserKeyingMaterial ::= OCTET STRING
                     * </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.KeyTransRecipientInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            KeyTransRecipientInfo ::= Sequence {
                version CMSVersion,  -- always set to 0 or 2
                rid RecipientIdentifier,
                keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
                encryptedKey EncryptedKey
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.MetaData.ToAsn1Object">
            <pre>
            MetaData ::= SEQUENCE {
              hashProtected        BOOLEAN,
              fileName             UTF8String OPTIONAL,
              mediaType            IA5String OPTIONAL,
              otherMetaData        Attributes OPTIONAL
            }
            </pre>
            @return
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.OriginatorIdentifierOrKey.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <pre>
             OriginatorIdentifierOrKey ::= CHOICE {
                 issuerAndSerialNumber IssuerAndSerialNumber,
                 subjectKeyIdentifier [0] SubjectKeyIdentifier,
                 originatorKey [1] OriginatorPublicKey
             }
            
             SubjectKeyIdentifier ::= OCTET STRING
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.OriginatorInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            OriginatorInfo ::= Sequence {
                certs [0] IMPLICIT CertificateSet OPTIONAL,
                crls [1] IMPLICIT CertificateRevocationLists OPTIONAL
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.OriginatorPublicKey.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            OriginatorPublicKey ::= Sequence {
                algorithm AlgorithmIdentifier,
                publicKey BIT STRING
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.OtherKeyAttribute.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            OtherKeyAttribute ::= Sequence {
                keyAttrId OBJECT IDENTIFIER,
                keyAttr ANY DEFINED BY keyAttrId OPTIONAL
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.OtherRecipientInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            OtherRecipientInfo ::= Sequence {
               oriType OBJECT IDENTIFIER,
               oriValue ANY DEFINED BY oriType }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.OtherRevocationInfoFormat.ToAsn1Object">
            Produce an object suitable for an ASN1OutputStream.
            <pre>
            OtherRevocationInfoFormat ::= SEQUENCE {
                 otherRevInfoFormat OBJECT IDENTIFIER,
                 otherRevInfo ANY DEFINED BY otherRevInfoFormat }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.PasswordRecipientInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            PasswordRecipientInfo ::= Sequence {
              version CMSVersion,   -- Always set to 0
              keyDerivationAlgorithm [0] KeyDerivationAlgorithmIdentifier
                                        OPTIONAL,
             keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
             encryptedKey EncryptedKey }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.RecipientEncryptedKey.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            RecipientEncryptedKey ::= SEQUENCE {
                rid KeyAgreeRecipientIdentifier,
                encryptedKey EncryptedKey
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.RecipientIdentifier.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <pre>
             RecipientIdentifier ::= CHOICE {
                 issuerAndSerialNumber IssuerAndSerialNumber,
                 subjectKeyIdentifier [0] SubjectKeyIdentifier
             }
            
             SubjectKeyIdentifier ::= OCTET STRING
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.RecipientInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            RecipientInfo ::= CHOICE {
                ktri KeyTransRecipientInfo,
                kari [1] KeyAgreeRecipientInfo,
                kekri [2] KekRecipientInfo,
                pwri [3] PasswordRecipientInfo,
                ori [4] OtherRecipientInfo }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.RecipientKeyIdentifier.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <pre>
             RecipientKeyIdentifier ::= Sequence {
                 subjectKeyIdentifier SubjectKeyIdentifier,
                 date GeneralizedTime OPTIONAL,
                 other OtherKeyAttribute OPTIONAL
             }
            
             SubjectKeyIdentifier ::= OCTET STRING
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.ScvpReqRes.ToAsn1Object">
            <pre>
               ScvpReqRes ::= SEQUENCE {
               request  [0] EXPLICIT ContentInfo OPTIONAL,
               response     ContentInfo }
            </pre>
            @return  the ASN.1 primitive representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.SignedData">
            <summary>A signed-data object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.SignedData.#ctor(Org.BouncyCastle.Asn1.DerInteger,Org.BouncyCastle.Asn1.Asn1Set,Org.BouncyCastle.Asn1.Cms.ContentInfo,Org.BouncyCastle.Asn1.Asn1Set,Org.BouncyCastle.Asn1.Asn1Set,Org.BouncyCastle.Asn1.Asn1Set)">
            <summary>
            Construct a SignedData with an explicit, caller-supplied version rather than a recomputed one.
            </summary>
            <remarks>
            This lets a producer pin a specific version for a profile that requires one - for example Microsoft
            Authenticode signatures pin version 1 even though their eContentType is not id-data, which
            <see cref="M:Org.BouncyCastle.Asn1.Cms.SignedData.CalculateVersionField(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.Asn1Set,Org.BouncyCastle.Asn1.Asn1Set,Org.BouncyCastle.Asn1.Asn1Set)"/> would otherwise map to
            version 3.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.SignedData.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            SignedData ::= Sequence {
                version CMSVersion,
                digestAlgorithms DigestAlgorithmIdentifiers,
                encapContentInfo EncapsulatedContentInfo,
                certificates [0] IMPLICIT CertificateSet OPTIONAL,
                crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
                signerInfos SignerInfos
              }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.SignedDataParser">
            <pre>
            SignedData ::= SEQUENCE {
                version CMSVersion,
                digestAlgorithms DigestAlgorithmIdentifiers,
                encapContentInfo EncapsulatedContentInfo,
                certificates [0] IMPLICIT CertificateSet OPTIONAL,
                crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
                signerInfos SignerInfos
              }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.SignerIdentifier.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <pre>
             SignerIdentifier ::= CHOICE {
                 issuerAndSerialNumber IssuerAndSerialNumber,
                 subjectKeyIdentifier [0] SubjectKeyIdentifier
             }
            
             SubjectKeyIdentifier ::= OCTET STRING
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Cms.SignerInfo">
            <summary>
            Represents per-signer information within a SignedData
            </summary>
            <remarks>
            See RFC 5652 5.3.
            <code>
            SignerInfo ::= SEQUENCE {
              version CMSVersion,
              sid SignerIdentifier,
              digestAlgorithm DigestAlgorithmIdentifier,
              signedAttrs [0] IMPLICIT SignedAttributes OPTIONAL,
              signatureAlgorithm SignatureAlgorithmIdentifier,
              signature SignatureValue,
              unsignedAttrs [1] IMPLICIT UnsignedAttributes OPTIONAL }
            
            SignerIdentifier ::= CHOICE {
              issuerAndSerialNumber IssuerAndSerialNumber,
              subjectKeyIdentifier [0] SubjectKeyIdentifier }
            
            SignedAttributes ::= SET SIZE (1..MAX) OF Attribute
            
            UnsignedAttributes ::= SET SIZE (1..MAX) OF Attribute
            
            Attribute ::= SEQUENCE {
              attrType OBJECT IDENTIFIER,
              attrValues SET OF AttributeValue }
            
            AttributeValue ::= ANY
            
            SignatureValue ::= OCTET STRING
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.Time.#ctor(System.DateTime)">
            creates a time object from a given date - if the date is between 1950
            and 2049 a UTCTime object is Generated, otherwise a GeneralizedTime
            is used.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.Time.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            Time ::= CHOICE {
                        utcTime        UTCTime,
                        generalTime    GeneralizedTime }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.TimeStampAndCrl.ToAsn1Object">
            <pre>
            TimeStampAndCRL ::= SEQUENCE {
                timeStamp   TimeStampToken,          -- according to RFC 3161
                crl         CertificateList OPTIONAL -- according to RFC 5280
             }
            </pre>
            @return
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.TimeStampedData.ToAsn1Object">
            <pre>
            TimeStampedData ::= SEQUENCE {
              version              INTEGER { v1(1) },
              dataUri              IA5String OPTIONAL,
              metaData             MetaData OPTIONAL,
              content              OCTET STRING OPTIONAL,
              temporalEvidence     Evidence
            }
            </pre>
            @return
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Cms.TimeStampTokenEvidence.ToAsn1Object">
            <pre>
            TimeStampTokenEvidence ::=
               SEQUENCE SIZE(1..MAX) OF TimeStampAndCrl
            </pre>
            @return
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue.ToAsn1Object">
            <pre>
            AttributeTypeAndValue ::= SEQUENCE {
                      type         OBJECT IDENTIFIER,
                      value        ANY DEFINED BY type }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.CertId.ToAsn1Object">
            <pre>
            CertId ::= SEQUENCE {
                            issuer           GeneralName,
                            serialNumber     INTEGER }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.CertReqMessages.ToAsn1Object">
            <pre>
            CertReqMessages ::= SEQUENCE SIZE (1..MAX) OF CertReqMsg
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.CertReqMsg.#ctor(Org.BouncyCastle.Asn1.Crmf.CertRequest,Org.BouncyCastle.Asn1.Crmf.ProofOfPossession,Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue[])">
            Creates a new CertReqMsg.
            @param certReq CertRequest
            @param popo may be null
            @param regInfo may be null
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.CertReqMsg.ToAsn1Object">
            <pre>
            CertReqMsg ::= SEQUENCE {
                               certReq   CertRequest,
                               pop       ProofOfPossession  OPTIONAL,
                               -- content depends upon key type
                               regInfo   SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue OPTIONAL }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.CertRequest.ToAsn1Object">
            <pre>
            CertRequest ::= SEQUENCE {
                                 certReqId     INTEGER,          -- ID for matching request and reply
                                 certTemplate  CertTemplate,  -- Selected fields of cert to be issued
                                 controls      Controls OPTIONAL }   -- Attributes affecting issuance
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.CertTemplate.ToAsn1Object">
            <pre>
             CertTemplate ::= SEQUENCE {
                 version      [0] Version               OPTIONAL,
                 serialNumber [1] INTEGER               OPTIONAL,
                 signingAlg   [2] AlgorithmIdentifier   OPTIONAL,
                 issuer       [3] Name                  OPTIONAL,
                 validity     [4] OptionalValidity      OPTIONAL,
                 subject      [5] Name                  OPTIONAL,
                 publicKey    [6] SubjectPublicKeyInfo  OPTIONAL,
                 issuerUID    [7] UniqueIdentifier      OPTIONAL,
                 subjectUID   [8] UniqueIdentifier      OPTIONAL,
                 extensions   [9] Extensions            OPTIONAL }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder.SetVersion(System.Int32)">
            Sets the X.509 version. Note: for X509v3, use 2 here. 
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder.SetIssuerUID(Org.BouncyCastle.Asn1.DerBitString)">
            Sets the issuer unique ID (deprecated in X.509v3) 
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder.SetSubjectUID(Org.BouncyCastle.Asn1.DerBitString)">
            Sets the subject unique ID (deprecated in X.509v3) 
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.CertTemplateBuilder.Build">
            <pre>
             CertTemplate ::= SEQUENCE {
                 version      [0] Version               OPTIONAL,
                 serialNumber [1] INTEGER               OPTIONAL,
                 signingAlg   [2] AlgorithmIdentifier   OPTIONAL,
                 issuer       [3] Name                  OPTIONAL,
                 validity     [4] OptionalValidity      OPTIONAL,
                 subject      [5] Name                  OPTIONAL,
                 publicKey    [6] SubjectPublicKeyInfo  OPTIONAL,
                 issuerUID    [7] UniqueIdentifier      OPTIONAL,
                 subjectUID   [8] UniqueIdentifier      OPTIONAL,
                 extensions   [9] Extensions            OPTIONAL }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.Controls.ToAsn1Object">
            <pre>
            Controls  ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.EncKeyWithID.ToAsn1Object">
            <pre>
            EncKeyWithID ::= SEQUENCE {
                 privateKey           PrivateKeyInfo,
                 identifier CHOICE {
                    string               UTF8String,
                    generalName          GeneralName
                } OPTIONAL
            }
            </pre>
            @return
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.EncryptedKey.ToAsn1Object">
            <pre>
               EncryptedKey ::= CHOICE {
                   encryptedValue        EncryptedValue, -- deprecated
                   envelopedData     [0] EnvelopedData }
                   -- The encrypted private key MUST be placed in the envelopedData
                   -- encryptedContentInfo encryptedContent OCTET STRING.
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.EncryptedValue.ToAsn1Object">
            <pre>
            (IMPLICIT TAGS)
            EncryptedValue ::= SEQUENCE {
                                intendedAlg   [0] AlgorithmIdentifier  OPTIONAL,
                                -- the intended algorithm for which the value will be used
                                symmAlg       [1] AlgorithmIdentifier  OPTIONAL,
                                -- the symmetric algorithm used to encrypt the value
                                encSymmKey    [2] BIT STRING           OPTIONAL,
                                -- the (encrypted) symmetric key used to encrypt the value
                                keyAlg        [3] AlgorithmIdentifier  OPTIONAL,
                                -- algorithm used to encrypt the symmetric key
                                valueHint     [4] OCTET STRING         OPTIONAL,
                                -- a brief description or identifier of the encValue content
                                -- (may be meaningful only to the sending entity, and used only
                                -- if EncryptedValue might be re-examined by the sending entity
                                -- in the future)
                                encValue       BIT STRING }
                                -- the encrypted value itself
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.OptionalValidity.ToAsn1Object">
             <remarks>
             <code>
             OptionalValidity ::= SEQUENCE {
                 notBefore   [0] Time OPTIONAL,
                 notAfter    [1] Time OPTIONAL } --at least one MUST be present
            
             Time ::= CHOICE { ... }
             </code>
             </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions.ToAsn1Object">
            <pre>
             PkiArchiveOptions ::= CHOICE {
                 encryptedPrivKey     [0] EncryptedKey,
                 -- the actual value of the private key
                 keyGenParameters     [1] KeyGenParameters,
                 -- parameters which allow the private key to be re-generated
                 archiveRemGenPrivKey [2] BOOLEAN }
                 -- set to TRUE if sender wishes receiver to archive the private
                 -- key of a key pair that the receiver generates in response to
                 -- this request; set to FALSE if no archival is desired.
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo">
            <pre>
            PKIPublicationInfo ::= SEQUENCE {
                             action     INTEGER {
                                            dontPublish (0),
                                            pleasePublish (1) },
                             pubInfos  SEQUENCE SIZE (1..MAX) OF SinglePubInfo OPTIONAL }
            -- pubInfos MUST NOT be present if action is "dontPublish"
            -- (if action is "pleasePublish" and pubInfos is omitted,
            -- "dontCare" is assumed)
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo.#ctor(Org.BouncyCastle.Asn1.Crmf.SinglePubInfo)">
             Constructor with a single pubInfo, assumes pleasePublish as the action.
            
             @param pubInfo the pubInfo to be published (can be null if don't care is required).
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo.#ctor(Org.BouncyCastle.Asn1.Crmf.SinglePubInfo[])">
             Constructor with multiple pubInfo, assumes pleasePublish as the action.
            
             @param pubInfos the pubInfos to be published (can be null if don't care is required).
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PkiPublicationInfo.ToAsn1Object">
            <pre>
            PkiPublicationInfo ::= SEQUENCE {
                             action     INTEGER {
                                            dontPublish (0),
                                            pleasePublish (1) },
                             pubInfos  SEQUENCE SIZE (1..MAX) OF SinglePubInfo OPTIONAL }
            -- pubInfos MUST NOT be present if action is "dontPublish"
            -- (if action is "pleasePublish" and pubInfos is omitted,
            -- "dontCare" is assumed)
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Crmf.PKMacValue">
            Password-based MAC value for use with POPOSigningKeyInput.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PKMacValue.#ctor(Org.BouncyCastle.Asn1.Cmp.PbmParameter,Org.BouncyCastle.Asn1.DerBitString)">
            Creates a new PKMACValue.
            @param params parameters for password-based MAC
            @param value MAC of the DER-encoded SubjectPublicKeyInfo
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PKMacValue.#ctor(Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,Org.BouncyCastle.Asn1.DerBitString)">
            Creates a new PKMACValue.
            @param aid CMPObjectIdentifiers.passwordBasedMAC, with PBMParameter
            @param value MAC of the DER-encoded SubjectPublicKeyInfo
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PKMacValue.ToAsn1Object">
            <pre>
            PKMACValue ::= SEQUENCE {
                 algId  AlgorithmIdentifier,
                 -- algorithm value shall be PasswordBasedMac 1.2.840.113533.7.66.13
                 -- parameter value is PBMParameter
                 value  BIT STRING }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PopoPrivKey.ToAsn1Object">
            <pre>
            PopoPrivKey ::= CHOICE {
                   thisMessage       [0] BIT STRING,         -- Deprecated
                    -- possession is proven in this message (which contains the private
                    -- key itself (encrypted for the CA))
                   subsequentMessage [1] SubsequentMessage,
                    -- possession will be proven in a subsequent message
                   dhMAC             [2] BIT STRING,         -- Deprecated
                   agreeMAC          [3] PKMACValue,
                   encryptedKey      [4] EnvelopedData }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PopoSigningKey.#ctor(Org.BouncyCastle.Asn1.Crmf.PopoSigningKeyInput,Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,Org.BouncyCastle.Asn1.DerBitString)">
            Creates a new Proof of Possession object for a signing key.
            @param poposkIn the PopoSigningKeyInput structure, or null if the
                CertTemplate includes both subject and publicKey values.
            @param aid the AlgorithmIdentifier used to sign the proof of possession.
            @param signature a signature over the DER-encoded value of poposkIn,
                or the DER-encoded value of certReq if poposkIn is null.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PopoSigningKey.ToAsn1Object">
            <pre>
            PopoSigningKey ::= SEQUENCE {
                                 poposkInput           [0] PopoSigningKeyInput OPTIONAL,
                                 algorithmIdentifier   AlgorithmIdentifier,
                                 signature             BIT STRING }
             -- The signature (using "algorithmIdentifier") is on the
             -- DER-encoded value of poposkInput.  NOTE: If the CertReqMsg
             -- certReq CertTemplate contains the subject and publicKey values,
             -- then poposkInput MUST be omitted and the signature MUST be
             -- computed on the DER-encoded value of CertReqMsg certReq.  If
             -- the CertReqMsg certReq CertTemplate does not contain the public
             -- key and subject values, then poposkInput MUST be present and
             -- MUST be signed.  This strategy ensures that the public key is
             -- not present in both the poposkInput and CertReqMsg certReq
             -- CertTemplate fields.
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PopoSigningKeyInput.#ctor(Org.BouncyCastle.Asn1.X509.GeneralName,Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo)">
            Creates a new PopoSigningKeyInput with sender name as authInfo. 
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PopoSigningKeyInput.#ctor(Org.BouncyCastle.Asn1.Crmf.PKMacValue,Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo)">
            Creates a new PopoSigningKeyInput using password-based MAC. 
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Crmf.PopoSigningKeyInput.Sender">
            Returns the sender field, or null if authInfo is publicKeyMac 
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Crmf.PopoSigningKeyInput.PublicKeyMac">
            Returns the publicKeyMac field, or null if authInfo is sender 
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.PopoSigningKeyInput.ToAsn1Object">
            <pre>
            PopoSigningKeyInput ::= SEQUENCE {
                   authInfo             CHOICE {
                                            sender              [0] GeneralName,
                                            -- used only if an authenticated identity has been
                                            -- established for the sender (e.g., a DN from a
                                            -- previously-issued and currently-valid certificate
                                            publicKeyMac        PKMacValue },
                                            -- used if no authenticated GeneralName currently exists for
                                            -- the sender; publicKeyMac contains a password-based MAC
                                            -- on the DER-encoded value of publicKey
                   publicKey           SubjectPublicKeyInfo }  -- from CertTemplate
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.ProofOfPossession.#ctor">
            Creates a ProofOfPossession with type raVerified. 
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.ProofOfPossession.#ctor(Org.BouncyCastle.Asn1.Crmf.PopoSigningKey)">
            Creates a ProofOfPossession for a signing key. 
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.ProofOfPossession.#ctor(System.Int32,Org.BouncyCastle.Asn1.Crmf.PopoPrivKey)">
            Creates a ProofOfPossession for key encipherment or agreement.
            @param type one of TYPE_KEY_ENCIPHERMENT or TYPE_KEY_AGREEMENT
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.ProofOfPossession.ToAsn1Object">
            <pre>
            ProofOfPossession ::= CHOICE {
                                      raVerified        [0] NULL,
                                      -- used if the RA has already verified that the requester is in
                                      -- possession of the private key
                                      signature         [1] PopoSigningKey,
                                      keyEncipherment   [2] PopoPrivKey,
                                      keyAgreement      [3] PopoPrivKey }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Crmf.SinglePubInfo.ToAsn1Object">
            <pre>
            SinglePubInfo ::= SEQUENCE {
                   pubMethod    INTEGER {
                      dontCare    (0),
                      x500        (1),
                      web         (2),
                      ldap        (3) },
                  pubLocation  GeneralName OPTIONAL }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves">
            <summary>Elliptic curve registry for GOST 3410-2001 / 2012.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves.GetByNameLazy(System.String)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given name.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves.GetByOidLazy(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves.GetName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the name of the curve with the given <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.CryptoPro.ECGost3410NamedCurves.Names">
            <summary>Enumerate the available curve names in this registry.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.CryptoPro.Gost28147Parameters.ToAsn1Object">
             <pre>
             Gost28147-89-Parameters ::=
                           SEQUENCE {
                                   iv                   Gost28147-89-IV,
                                   encryptionParamSet   OBJECT IDENTIFIER
                            }
            
               Gost28147-89-IV ::= OCTET STRING (SIZE (8))
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.CryptoPro.Gost3410NamedParameters">
            <summary>Registry of available named parameters for GOST 3410-94.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.CryptoPro.Gost3410NamedParameters.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.CryptoPro.Gost3410ParamSetParameters"/> for the parameter set with the given name.
            </summary>
            <param name="name">The name of the parameter set.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.CryptoPro.Gost3410NamedParameters.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.CryptoPro.Gost3410ParamSetParameters"/> for the parameter set with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the parameter set.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.CryptoPro.Gost3410NamedParameters.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the parameter set with the given name.
            </summary>
            <param name="name">The name of the parameter set.</param>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.CryptoPro.Gost3410NamedParameters.Names">
            <summary>Enumerate the available parameter set names in this registry.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerBitString.#ctor(System.Byte[],System.Int32)">
            @param data the octets making up the bit string.
            @param padBits the number of extra bits at the end of the string.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerBitString.GetOctets">
             Return the octets contained in this BIT STRING, checking that this BIT STRING really
             does represent an octet aligned string. Only use this method when the standard you are
             following dictates that the BIT STRING will be octet aligned.
            
             @return a copy of the octet aligned data.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.DerBitString.IntValue">
            @return the value of the bit string as an int (truncating if necessary)
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerBmpString">
            <summary>DER BMPString object.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerExternal">
            <summary>Class representing the DER-type External.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerExternal.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.DerInteger,Org.BouncyCastle.Asn1.Asn1ObjectDescriptor,Org.BouncyCastle.Asn1.DerTaggedObject)">
            <summary>Creates a new instance of DerExternal.</summary>
            <remarks>
            See X.690 for more information about the meaning of these parameters.
            </remarks>
            <param name="directReference">The direct reference or <c>null</c> if not set.</param>
            <param name="indirectReference">The indirect reference or <c>null</c> if not set.</param>
            <param name="dataValueDescriptor">The data value descriptor or <c>null</c> if not set.</param>
            <param name="externalData">The external data in its encoded form.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerExternal.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.DerInteger,Org.BouncyCastle.Asn1.Asn1ObjectDescriptor,Org.BouncyCastle.Asn1.Asn1TaggedObject)">
            <summary>Creates a new instance of DerExternal.</summary>
            <remarks>
            See X.690 for more information about the meaning of these parameters.
            </remarks>
            <param name="directReference">The direct reference or <c>null</c> if not set.</param>
            <param name="indirectReference">The indirect reference or <c>null</c> if not set.</param>
            <param name="dataValueDescriptor">The data value descriptor or <c>null</c> if not set.</param>
            <param name="externalData">The external data in its encoded form.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerExternal.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.DerInteger,Org.BouncyCastle.Asn1.Asn1ObjectDescriptor,System.Int32,Org.BouncyCastle.Asn1.Asn1Object)">
            <summary>Creates a new instance of DerExternal.</summary>
            <remarks>
            See X.690 for more information about the meaning of these parameters.
            </remarks>
            <param name="directReference">The direct reference or <c>null</c> if not set.</param>
            <param name="indirectReference">The indirect reference or <c>null</c> if not set.</param>
            <param name="dataValueDescriptor">The data value descriptor or <c>null</c> if not set.</param>
            <param name="encoding">The encoding to be used for the external data.</param>
            <param name="externalData">The external data.</param>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.DerExternal.Encoding">
            <summary>The encoding of the content.</summary>
            <remarks>
            Valid values are:
            <list>
            <item><c>0</c>: single-ASN1-type</item>
            <item><c>1</c>: OCTET STRING</item>
            <item><c>2</c>: BIT STRING</item>
            </list>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerGraphicString.GetInstance(System.Object)">
             return a Graphic String from the passed in object
            
             @param obj a DerGraphicString or an object that can be converted into one.
             @exception IllegalArgumentException if the object cannot be converted.
             @return a DerGraphicString instance, or null.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerGraphicString.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             return a Graphic String from a tagged object.
            
             @param taggedObject the tagged object holding the object we want
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception IllegalArgumentException if the tagged object cannot be converted.
             @return a DerGraphicString instance, or null.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerIA5String">
            IA5String object - this is an Ascii string.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerIA5String.GetInstance(System.Object)">
             return an IA5 string from the passed in object
            
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerIA5String.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             return an IA5 string from a tagged object.
            
             @param taggedObject the tagged object holding the object we want
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception ArgumentException if the tagged object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerIA5String.#ctor(System.String,System.Boolean)">
             Constructor with optional validation.
            
             @param string the base string to wrap.
             @param validate whether or not to check the string.
             @throws ArgumentException if validate is true and the string
             contains characters that should not be in an IA5String.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerIA5String.IsIA5String(System.String)">
             return true if the passed in String can be represented without
             loss as an IA5String, false otherwise.
            
             @return true if in printable set, false otherwise.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerInteger.GetInstance(System.Object)">
             return an integer from the passed in object
            
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerInteger.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             return an Integer from a tagged object.
            
             @param taggedObject the tagged object holding the object we want
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception ArgumentException if the tagged object cannot  be converted.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.DerInteger.PositiveValue">
            <summary>Force the ASN.1 INTEGER encoding to be interpreted as unsigned.</summary>
            <remarks>
            In some cases positive values get crammed into a space that's not quite big enough...
            NB: The BigInteger constructor tolerates any redundant sign bytes (per 'AllowUnsafe').
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.DerInteger.IntPositiveValueExact">
            <summary>Force the ASN.1 INTEGER encoding to be interpreted as unsigned.</summary>
            <remarks>
            In some cases positive values get crammed into a space that's not quite big enough...
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.DerInteger.LongPositiveValueExact">
            <summary>Force the ASN.1 INTEGER encoding to be interpreted as unsigned.</summary>
            <remarks>
            In some cases positive values get crammed into a space that's not quite big enough...
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerInteger.TryGetIntPositiveValueExact(System.Int32@)">
            <summary>Force the ASN.1 INTEGER encoding to be interpreted as unsigned.</summary>
            <remarks>
            In some cases positive values get crammed into a space that's not quite big enough...
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerInteger.TryGetLongPositiveValueExact(System.Int64@)">
            <summary>Force the ASN.1 INTEGER encoding to be interpreted as unsigned.</summary>
            <remarks>
            In some cases positive values get crammed into a space that's not quite big enough...
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerInteger.IsMalformed(System.Byte[])">
             Apply the correct validation for an INTEGER primitive following the BER rules.
            
             @param bytes The raw encoding of the integer.
             @return true if the (in)put fails this validation.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerNull">
            A Null object.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerNumericString">
            Der NumericString object - this is an ascii string of characters {0,1,2,3,4,5,6,7,8,9, }.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerNumericString.GetInstance(System.Object)">
             return a numeric string from the passed in object
            
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerNumericString.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             return a numeric string from a tagged object.
            
             @param taggedObject the tagged object holding the object we want
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception ArgumentException if the tagged object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerNumericString.#ctor(System.String,System.Boolean)">
             Constructor with optional validation.
            
             @param string the base string to wrap.
             @param validate whether or not to check the string.
             @throws ArgumentException if validate is true and the string
             contains characters that should not be in a NumericString.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerNumericString.IsNumericString(System.String)">
             Return true if the string can be represented as a NumericString ('0'..'9', ' ')
            
             @param str string to validate.
             @return true if numeric, fale otherwise.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.DerObjectIdentifier.MaxContentsLength">
            <summary>Implementation limit on the length of the contents octets for an Object Identifier.</summary>
            <remarks>
            We adopt the same value used by OpenJDK. In theory there is no limit on the length of the contents, or the
            number of subidentifiers, or the length of individual subidentifiers. In practice, supporting arbitrary
            lengths can lead to issues, e.g. denial-of-service attacks when attempting to convert a parsed value to its
            (decimal) string form.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerObjectIdentifier.On(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Return  true if this oid is an extension of the passed in branch, stem.</summary>
            <param name="stem">The arc or branch that is a possible parent.</param>
            <returns>true if the branch is on the passed in stem, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerOctetString.#ctor(System.Byte[])">
            <param name="contents">The octets making up the octet string.</param>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerPrintableString">
            Der PrintableString object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerPrintableString.GetInstance(System.Object)">
             return a printable string from the passed in object.
            
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerPrintableString.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             return a printable string from a tagged object.
            
             @param taggedObject the tagged object holding the object we want
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception ArgumentException if the tagged object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerPrintableString.#ctor(System.String,System.Boolean)">
             Constructor with optional validation.
            
             @param string the base string to wrap.
             @param validate whether or not to check the string.
             @throws ArgumentException if validate is true and the string
             contains characters that should not be in a PrintableString.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerPrintableString.IsPrintableString(System.String)">
             return true if the passed in String can be represented without
             loss as a PrintableString, false otherwise.
            
             @return true if in printable set, false otherwise.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerT61String">
            Der T61String (also the teletex string) - 8-bit characters
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerT61String.GetInstance(System.Object)">
             return a T61 string from the passed in object.
            
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerT61String.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             return a T61 string from a tagged object.
            
             @param taggedObject the tagged object holding the object we want
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception ArgumentException if the tagged object cannot be converted.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerTaggedObject">
            DER TaggedObject - in ASN.1 notation this is any object preceded by
            a [n] where n is some number - these are assumed to follow the construction
            rules (as with sequences).
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerTaggedObject.#ctor(System.Boolean,System.Int32,Org.BouncyCastle.Asn1.Asn1Encodable)">
            @param isExplicit true if an explicitly tagged object.
            @param tagNo the tag number for this object.
            @param obj the tagged object.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerUniversalString">
            UniversalString object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerUniversalString.GetInstance(System.Object)">
             return a universal string from the passed in object.
            
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerUniversalString.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             return a universal string from a tagged object.
            
             @param taggedObject the tagged object holding the object we want
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception ArgumentException if the tagged object cannot be converted.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerUtf8String">
            <summary>UTF8String ASN.1 type</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerVideotexString.GetInstance(System.Object)">
             return a videotex string from the passed in object
            
             @param obj a DERVideotexString or an object that can be converted into one.
             @exception IllegalArgumentException if the object cannot be converted.
             @return a DERVideotexString instance, or null.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerVideotexString.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             return a videotex string from a tagged object.
            
             @param taggedObject the tagged object holding the object we want
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception IllegalArgumentException if the tagged object cannot be converted.
             @return a DERVideotexString instance, or null.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DerVisibleString">
            VisibleString object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerVisibleString.GetInstance(System.Object)">
             return a visible string from the passed in object.
            
             @exception ArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DerVisibleString.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             return a visible string from a tagged object.
            
             @param taggedObject the tagged object holding the object we want
             @param declaredExplicit true if the object is meant to be explicitly tagged false otherwise.
             @exception ArgumentException if the tagged object cannot be converted.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DLBitString">
            <summary>A Definite length BIT STRING</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DLBitStringParser">
            <summary>Parser for a DL encoded BIT STRING.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DLExternal.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.DerInteger,Org.BouncyCastle.Asn1.Asn1ObjectDescriptor,Org.BouncyCastle.Asn1.Asn1TaggedObject)">
            <summary>Creates a new instance of DLExternal.</summary>
            <remarks>
            See X.690 for more information about the meaning of these parameters.
            </remarks>
            <param name="directReference">The direct reference or <c>null</c> if not set.</param>
            <param name="indirectReference">The indirect reference or <c>null</c> if not set.</param>
            <param name="dataValueDescriptor">The data value descriptor or <c>null</c> if not set.</param>
            <param name="externalData">The external data in its encoded form.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.DLExternal.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.DerInteger,Org.BouncyCastle.Asn1.Asn1ObjectDescriptor,System.Int32,Org.BouncyCastle.Asn1.Asn1Object)">
            <summary>Creates a new instance of DLExternal.</summary>
            <remarks>
            See X.690 for more information about the meaning of these parameters.
            </remarks>
            <param name="directReference">The direct reference or <c>null</c> if not set.</param>
            <param name="indirectReference">The indirect reference or <c>null</c> if not set.</param>
            <param name="dataValueDescriptor">The data value descriptor or <c>null</c> if not set.</param>
            <param name="encoding">The encoding to be used for the external data.</param>
            <param name="externalData">The external data.</param>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.DLTaggedObjectParser">
            <summary>Parser for definite-length tagged objects.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.EdEC.EdECObjectIdentifiers">
            Edwards Elliptic Curve Object Identifiers (RFC 8410)
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.CertificateValues">
            <remarks>
            RFC 3126: 4.3.1 Certificate Values Attribute Definition
            <code>
            CertificateValues ::= SEQUENCE OF Certificate
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Esf.CommitmentTypeIndication.ToAsn1Object">
            <pre>
            CommitmentTypeIndication ::= SEQUENCE {
                 commitmentTypeId   CommitmentTypeIdentifier,
                 commitmentTypeQualifier   SEQUENCE SIZE (1..MAX) OF
                         CommitmentTypeQualifier OPTIONAL }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier">
             Commitment type qualifiers, used in the Commitment-Type-Indication attribute (RFC3126).
            
             <pre>
               CommitmentTypeQualifier ::= SEQUENCE {
                   commitmentTypeIdentifier  CommitmentTypeIdentifier,
                   qualifier          ANY DEFINED BY commitmentTypeIdentifier OPTIONAL }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
             Creates a new <code>CommitmentTypeQualifier</code> instance.
            
             @param commitmentTypeIdentifier a <code>CommitmentTypeIdentifier</code> value
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.Asn1Encodable)">
             Creates a new <code>CommitmentTypeQualifier</code> instance.
            
             @param commitmentTypeIdentifier a <code>CommitmentTypeIdentifier</code> value
             @param qualifier the qualifier, defined by the above field.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Creates a new <code>CommitmentTypeQualifier</code> instance.
            
             @param as <code>CommitmentTypeQualifier</code> structure
             encoded as an Asn1Sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Esf.CommitmentTypeQualifier.ToAsn1Object">
             Returns a DER-encodable representation of this instance.
            
             @return a <code>Asn1Object</code> value
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.CompleteCertificateRefs">
            <remarks>
            RFC 3126: 4.2.1 Complete Certificate Refs Attribute Definition
            <code>
            CompleteCertificateRefs ::= SEQUENCE OF OtherCertID
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.CompleteRevocationRefs">
            <remarks>
            RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
            <code>
            CompleteRevocationRefs ::= SEQUENCE OF CrlOcspRef
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.CrlIdentifier">
            <remarks>
            RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
            <code>
            CrlIdentifier ::= SEQUENCE 
            {
            	crlissuer		Name,
            	crlIssuedTime	UTCTime,
            	crlNumber		INTEGER OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.CrlListID">
            <remarks>
            RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
            <code>
            CRLListID ::= SEQUENCE 
            {
            	crls	SEQUENCE OF CrlValidatedID
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.CrlOcspRef">
            <remarks>
            RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
            <code>
            CrlOcspRef ::= SEQUENCE {
            	crlids		[0] CRLListID		OPTIONAL,
            	ocspids		[1] OcspListID		OPTIONAL,
            	otherRev	[2] OtherRevRefs	OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.CrlValidatedID">
            <remarks>
            RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
            <code>
            CrlValidatedID ::= SEQUENCE {
            	crlHash			OtherHash,
            	crlIdentifier	CrlIdentifier OPTIONAL}
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.OcspIdentifier">
            <remarks>
            RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
            <code>
            OcspIdentifier ::= SEQUENCE {
            	ocspResponderID		ResponderID,
            		-- As in OCSP response data
            	producedAt			GeneralizedTime
            		-- As in OCSP response data
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.OcspListID">
            <remarks>
            RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
            <code>
            OcspListID ::=  SEQUENCE {
            	ocspResponses	SEQUENCE OF OcspResponsesID
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.OcspResponsesID">
            <remarks>
            RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
            <code>
            OcspResponsesID ::= SEQUENCE {
            	ocspIdentifier	OcspIdentifier,
            	ocspRepHash		OtherHash OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.OtherCertID">
            <remarks>
            <code>
            OtherCertID ::= SEQUENCE {
            	otherCertHash	OtherHash,
            	issuerSerial	IssuerSerial OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.OtherHash">
            <remarks>
            <code>
            OtherHash ::= CHOICE {
            	sha1Hash	OtherHashValue, -- This contains a SHA-1 hash
            	otherHash	OtherHashAlgAndValue
            }
            
            OtherHashValue ::= OCTET STRING
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.OtherHashAlgAndValue">
            <summary>
            Summary description for OtherHashAlgAndValue.
            </summary>
            <remarks>
            <code>
            OtherHashAlgAndValue ::= SEQUENCE {
            	hashAlgorithm	AlgorithmIdentifier,
            	hashValue		OtherHashValue
            }
            
            OtherHashValue ::= OCTET STRING
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.OtherRevRefs">
             <remarks>
             RFC 3126: 4.2.2 Complete Revocation Refs Attribute Definition
             <code>
             OtherRevRefs ::= SEQUENCE 
             {
            		otherRevRefType      OtherRevRefType,
            		otherRevRefs         ANY DEFINED BY otherRevRefType
             }
            
             OtherRevRefType ::= OBJECT IDENTIFIER
             </code>
             </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.OtherRevVals">
             <remarks>
             RFC 3126: 4.3.2 Revocation Values Attribute Definition
             <code>
             OtherRevVals ::= SEQUENCE 
             {
            		otherRevValType      OtherRevValType,
            		otherRevVals         ANY DEFINED BY otherRevValType
             }
            
             OtherRevValType ::= OBJECT IDENTIFIER
             </code>
             </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.OtherSigningCertificate">
            <remarks>
            <code>
            OtherSigningCertificate ::= SEQUENCE {
            	certs		SEQUENCE OF OtherCertID,
            	policies	SEQUENCE OF PolicyInformation OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.RevocationValues">
            <remarks>
            RFC 5126: 6.3.4.  revocation-values Attribute Definition
            <code>
            RevocationValues ::=  SEQUENCE {
            	crlVals			[0] SEQUENCE OF CertificateList     OPTIONAL,
            	ocspVals		[1] SEQUENCE OF BasicOCSPResponse   OPTIONAL,
            	otherRevVals	[2] OtherRevVals OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.SignaturePolicyId">
            <remarks>
            <code>
            SignaturePolicyId ::= SEQUENCE {
            	sigPolicyIdentifier		SigPolicyId,
            	sigPolicyHash			SigPolicyHash,
            	sigPolicyQualifiers		SEQUENCE SIZE (1..MAX) OF SigPolicyQualifierInfo OPTIONAL
            }
            
            SigPolicyId ::= OBJECT IDENTIFIER
            
            SigPolicyHash ::= OtherHashAlgAndValue
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.SignaturePolicyIdentifier">
            <remarks>
            <code>
            SignaturePolicyIdentifier ::= CHOICE {
            	SignaturePolicyId		SignaturePolicyId,
            	SignaturePolicyImplied	SignaturePolicyImplied
            }
            
            SignaturePolicyImplied ::= NULL
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Esf.SignerAttribute.ToAsn1Object">
            
             <pre>
              SignerAttribute ::= SEQUENCE OF CHOICE {
                  claimedAttributes   [0] ClaimedAttributes,
                  certifiedAttributes [1] CertifiedAttributes }
            
              ClaimedAttributes ::= SEQUENCE OF Attribute
              CertifiedAttributes ::= AttributeCertificate -- as defined in RFC 3281: see clause 4.1.
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.SignerLocation">
             Signer-Location attribute (RFC3126).
            
             <pre>
               SignerLocation ::= SEQUENCE {
                   countryName        [0] DirectoryString OPTIONAL,
                   localityName       [1] DirectoryString OPTIONAL,
                   postalAddress      [2] PostalAddress OPTIONAL }
            
               PostalAddress ::= SEQUENCE SIZE(1..6) OF DirectoryString
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Esf.SignerLocation.ToAsn1Object">
             <pre>
               SignerLocation ::= SEQUENCE {
                   countryName        [0] DirectoryString OPTIONAL,
                   localityName       [1] DirectoryString OPTIONAL,
                   postalAddress      [2] PostalAddress OPTIONAL }
            
               PostalAddress ::= SEQUENCE SIZE(1..6) OF DirectoryString
            
               DirectoryString ::= CHOICE {
                     teletexString           TeletexString (SIZE (1..MAX)),
                     printableString         PrintableString (SIZE (1..MAX)),
                     universalString         UniversalString (SIZE (1..MAX)),
                     utf8String              UTF8String (SIZE (1.. MAX)),
                     bmpString               BMPString (SIZE (1..MAX)) }
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Esf.SigPolicyQualifierInfo">
            <remarks>
            <code>
            SigPolicyQualifierInfo ::= SEQUENCE {
            	sigPolicyQualifierId  SigPolicyQualifierId,
            	sigQualifier          ANY DEFINED BY sigPolicyQualifierId
            }
            
            SigPolicyQualifierId ::= OBJECT IDENTIFIER
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ess.ContentHints.ToAsn1Object">
            <pre>
            ContentHints ::= SEQUENCE {
              contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL,
              contentType ContentType }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ess.ContentIdentifier.#ctor(Org.BouncyCastle.Asn1.Asn1OctetString)">
            Create from OCTET STRING whose octets represent the identifier.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ess.ContentIdentifier.#ctor(System.Byte[])">
            Create from byte array representing the identifier.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ess.ContentIdentifier.ToAsn1Object">
            The definition of ContentIdentifier is
            <pre>
            ContentIdentifier ::=  OCTET STRING
            </pre>
            id-aa-contentIdentifier OBJECT IDENTIFIER ::= { iso(1)
             member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
             smime(16) id-aa(2) 7 }
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ess.EssCertID.ToAsn1Object">
            <pre>
            EssCertID ::= SEQUENCE {
                certHash Hash,
                issuerSerial IssuerSerial OPTIONAL }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Ess.EssCertIDv2">
            <remarks>
            <code>
            EssCertIDv2 ::=  SEQUENCE {
                hashAlgorithm   AlgorithmIdentifier DEFAULT { algorithm id-sha256},
                certHash        Hash,
                issuerSerial    IssuerSerial OPTIONAL
            }
            
            Hash ::= OCTET STRING
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ess.SigningCertificate.ToAsn1Object">
            The definition of SigningCertificate is
            <pre>
            SigningCertificate ::=  SEQUENCE {
                 certs        SEQUENCE OF EssCertID,
                 policies     SEQUENCE OF PolicyInformation OPTIONAL
            }
            </pre>
            id-aa-signingCertificate OBJECT IDENTIFIER ::= { iso(1)
             member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
             smime(16) id-aa(2) 12 }
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ess.SigningCertificateV2.ToAsn1Object">
            The definition of SigningCertificateV2 is
            <pre>
            SigningCertificateV2 ::=  SEQUENCE {
                 certs        SEQUENCE OF EssCertIDv2,
                 policies     SEQUENCE OF PolicyInformation OPTIONAL
            }
            </pre>
            id-aa-signingCertificateV2 OBJECT IDENTIFIER ::= { iso(1)
               member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
               smime(16) id-aa(2) 47 }
        </member>
        <member name="T:Org.BouncyCastle.Asn1.GM.GMNamedCurves">
            <summary>Elliptic curve registry for GM.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.GM.GMNamedCurves.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.GM.GMNamedCurves.GetByNameLazy(System.String)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given name.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.GM.GMNamedCurves.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.GM.GMNamedCurves.GetByOidLazy(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.GM.GMNamedCurves.GetName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the name of the curve with the given <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.GM.GMNamedCurves.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.GM.GMNamedCurves.Names">
            <summary>Enumerate the available curve names in this registry.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers.wapip192v1">
            &lt;Information security technology — Cryptographic application identifier criterion specification&gt;
            <url>http://c.gb688.cn/bzgk/gb/showGb?type=online&amp;hcno=252CF0F72A7BE339A56DEA7D774E8994</url>,
            Page 21 only cover from 301.1 to 301.3
        </member>
        <member name="F:Org.BouncyCastle.Asn1.GM.GMObjectIdentifiers.wapi192v1">
            &lt;WAPI certificate management—Part 5: Example of certificate format (draft)&gt;
            <url>http://www.chinabwips.org.cn/zqyjgs1.htm</url> and
            <url>http://www.chinabwips.org.cn/doc/101.pdf</url>,
            Page 9 and page 10 states the OID of ECDSA-192 algorithm based on SHA-256 is 1.2.156.11235.1.1.1
            
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Gnu.GnuObjectIdentifiers.EllipticCurve">
            1.3.6.1.4.1.11591.15 - ellipticCurve 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.internet">
            { iso(1) identifier-organization(3) dod(6) internet(1) } == IETF defined things 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.directory">
            1.3.6.1.1: Internet directory: X.500 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.mgmt">
            1.3.6.1.2: Internet management 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.experimental">
            1.3.6.1.3: 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.cls_private">
            1.3.6.1.4: 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.security">
            1.3.6.1.5: Security services 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.SNMPv2">
            1.3.6.1.6: SNMPv2 -- never really used 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.mail">
            1.3.6.1.7: mail -- never really used 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.security_mechanisms">
            IANA security mechanisms; 1.3.6.1.5.5 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.security_nametypes">
            IANA security nametypes;  1.3.6.1.5.6 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.pkix">
            PKIX base OID:            1.3.6.1.5.5.7 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.ipsec">
            IPSEC base OID:                        1.3.6.1.5.5.8 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.IsakmpOakley">
            IPSEC ISAKMP-Oakley OID:               1.3.6.1.5.5.8.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.HmacMD5">
            IPSEC ISAKMP-Oakley hmacMD5 OID:       1.3.6.1.5.5.8.1.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.HmacSha1">
            IPSEC ISAKMP-Oakley hmacSHA1 OID:      1.3.6.1.5.5.8.1.2 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.HmacTiger">
            IPSEC ISAKMP-Oakley hmacTIGER OID:     1.3.6.1.5.5.8.1.3 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.HmacRipeMD160">
            IPSEC ISAKMP-Oakley hmacRIPEMD160 OID: 1.3.6.1.5.5.8.1.4 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_alg">
            1.3.6.1.5.5.7.6 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_alg_xmss_hashsig">
            1.3.6.1.5.5.7.6.34 id-alg-xmss-hashsig (RFC 9802) 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_alg_xmssmt_hashsig">
            1.3.6.1.5.5.7.6.35 id-alg-xmssmt-hashsig (RFC 9802) 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA44_RSA2048_PSS_SHA256">
            1.3.6.1.5.5.7.6.37 id-MLDSA44-RSA2048-PSS-SHA256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA44_RSA2048_PKCS15_SHA256">
            1.3.6.1.5.5.7.6.38 id-MLDSA44-RSA2048-PKCS15-SHA256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA44_Ed25519_SHA512">
            1.3.6.1.5.5.7.6.39 id-MLDSA44-Ed25519-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA44_ECDSA_P256_SHA256">
            1.3.6.1.5.5.7.6.40 id-MLDSA44-ECDSA-P256-SHA256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA65_RSA3072_PSS_SHA512">
            1.3.6.1.5.5.7.6.41 id-MLDSA65-RSA3072-PSS-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA65_RSA3072_PKCS15_SHA512">
            1.3.6.1.5.5.7.6.42 id-MLDSA65-RSA3072-PKCS15-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA65_RSA4096_PSS_SHA512">
            1.3.6.1.5.5.7.6.43 id-MLDSA65-RSA4096-PSS-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA65_RSA4096_PKCS15_SHA512">
            1.3.6.1.5.5.7.6.44 id-MLDSA65-RSA4096-PKCS15-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA65_ECDSA_P256_SHA512">
            1.3.6.1.5.5.7.6.45 id-MLDSA65-ECDSA-P256-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA65_ECDSA_P384_SHA512">
            1.3.6.1.5.5.7.6.46 id-MLDSA65-ECDSA-P384-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA65_ECDSA_brainpoolP256r1_SHA512">
            1.3.6.1.5.5.7.6.47 id-MLDSA65-ECDSA-brainpoolP256r1-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA65_Ed25519_SHA512">
            1.3.6.1.5.5.7.6.48 id-MLDSA65-Ed25519-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA87_ECDSA_P384_SHA512">
            1.3.6.1.5.5.7.6.49 id-MLDSA87-ECDSA-P384-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA87_ECDSA_brainpoolP384r1_SHA512">
            1.3.6.1.5.5.7.6.50 id-MLDSA87-ECDSA-brainpoolP384r1-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA87_Ed448_SHAKE256">
            1.3.6.1.5.5.7.6.51 id-MLDSA87-Ed448-SHAKE256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA87_RSA3072_PSS_SHA512">
            1.3.6.1.5.5.7.6.52 id-MLDSA87-RSA3072-PSS-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA87_RSA4096_PSS_SHA512">
            1.3.6.1.5.5.7.6.53 id-MLDSA87-RSA4096-PSS-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLDSA87_ECDSA_P521_SHA512">
            1.3.6.1.5.5.7.6.54 id-MLDSA87-ECDSA-P521-SHA512 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM768_RSA2048_SHA3_256">
            1.3.6.1.5.5.7.6.55 id-MLKEM768-RSA2048-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM768_RSA3072_SHA3_256">
            1.3.6.1.5.5.7.6.56 id-MLKEM768-RSA3072-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM768_RSA4096_SHA3_256">
            1.3.6.1.5.5.7.6.57 id-MLKEM768-RSA4096-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM768_X25519_SHA3_256">
            1.3.6.1.5.5.7.6.58 id-MLKEM768-X25519-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM768_ECDH_P256_SHA3_256">
            1.3.6.1.5.5.7.6.59  id-MLKEM768-ECDH-P256-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM768_ECDH_P384_SHA3_256">
            1.3.6.1.5.5.7.6.60 id-MLKEM768-ECDH-P384-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM768_ECDH_BP256_SHA3_256">
            1.3.6.1.5.5.7.6.61 id-MLKEM768-ECDH-brainpoolP256r1-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM1024_RSA3072_SHA3_256">
            1.3.6.1.5.5.7.6.62 id-MLKEM1024-RSA3072-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM1024_ECDH_P384_SHA3_256">
            1.3.6.1.5.5.7.6.63 id-MLKEM1024-ECDH-P384-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM1024_ECDH_BP384_SHA3_256">
            1.3.6.1.5.5.7.6.64 id-MLKEM1024-ECDH-brainpoolP384r1-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM1024_X448_SHA3_256">
            1.3.6.1.5.5.7.6.65 id-MLKEM1024-X448-SHA3-256 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Iana.IanaObjectIdentifiers.id_MLKEM1024_ECDH_P521_SHA3_256">
            1.3.6.1.5.5.7.6.66 id-MLKEM1024-ECDH-P521-SHA3-256 
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IAsn1Choice">
            Marker interface for CHOICE objects - if you implement this in a roll-your-own
            object, any attempt to tag the object implicitly will convert the tag to an
            explicit one as the encoding rules require.
            <p>
            If you use this interface your class should also implement the getInstance
            pattern which takes a tag object and the tagging mode used. 
            </p>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IAsn1String">
            basic interface for Der string objects.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Icao.CscaMasterList">
             The CscaMasterList object. This object can be wrapped in a
             CMSSignedData to be published in LDAP.
            
             <pre>
             CscaMasterList ::= SEQUENCE {
               version                CscaMasterListVersion,
               certList               SET OF Certificate }
               
             CscaMasterListVersion :: INTEGER {v0(0)}
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Icao.DataGroupHash">
             The DataGroupHash object.
             <pre>
             DataGroupHash  ::=  SEQUENCE {
                  dataGroupNumber         DataGroupNumber,
                  dataGroupHashValue     OCTET STRING }
            
             DataGroupNumber ::= INTEGER {
                     dataGroup1    (1),
                     dataGroup1    (2),
                     dataGroup1    (3),
                     dataGroup1    (4),
                     dataGroup1    (5),
                     dataGroup1    (6),
                     dataGroup1    (7),
                     dataGroup1    (8),
                     dataGroup1    (9),
                     dataGroup1    (10),
                     dataGroup1    (11),
                     dataGroup1    (12),
                     dataGroup1    (13),
                     dataGroup1    (14),
                     dataGroup1    (15),
                     dataGroup1    (16) }
            
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Icao.LdsSecurityObject">
             <summary>The LDSSecurityObject object (V1.8).</summary>
             <remarks>
             <code>
             LDSSecurityObject ::= SEQUENCE {
                 version             LDSSecurityObjectVersion,
                 hashAlgorithm       DigestAlgorithmIdentifier,
                 dataGroupHashValues SEQUENCE SIZE(2..ub - DataGroups) OF DataHashGroup,
                 ldsVersionInfo      LDSVersionInfo OPTIONAL -- if present, version MUST be v1 }
            
              DigestAlgorithmIdentifier ::= AlgorithmIdentifier,
            
              LDSSecurityObjectVersion :: INTEGER { V0(0)}
             </code>
             </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Icao.LdsVersionInfo.ToAsn1Object">
            <pre>
            LDSVersionInfo ::= SEQUENCE {
               ldsVersion PRINTABLE STRING
               unicodeVersion PRINTABLE STRING
             }
            </pre>
            @return
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttCPAccredited">
            The id-isismtt-cp-accredited OID indicates that the certificate is a
            qualified certificate according to Directive 1999/93/EC of the European
            Parliament and of the Council of 13 December 1999 on a Community
            Framework for Electronic Signatures, which additionally conforms the
            special requirements of the SigG and has been issued by an accredited CA.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATDateOfCertGen">
             Certificate extensionDate of certificate generation
             
             <pre>
            		DateOfCertGenSyntax ::= GeneralizedTime
             </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATProcuration">
            Attribute to indicate that the certificate holder may sign in the name of
            a third person. May also be used as extension in a certificate.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATAdmission">
            Attribute to indicate admissions to certain professions. May be used as
            attribute in attribute certificate or as extension in a certificate
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATMonetaryLimit">
            Monetary limit for transactions. The QcEuMonetaryLimit QC statement MUST
            be used in new certificates in place of the extension/attribute
            MonetaryLimit since January 1, 2004. For the sake of backward
            compatibility with certificates already in use, SigG conforming
            components MUST support MonetaryLimit (as well as QcEuLimitValue).
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATDeclarationOfMajority">
            A declaration of majority. May be used as attribute in attribute
            certificate or as extension in a certificate
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATIccsn">
             
             Serial number of the smart card containing the corresponding private key
             
             <pre>
            		ICCSNSyntax ::= OCTET STRING (SIZE(8..20))
             </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATPKReference">
             
             Reference for a file of a smartcard that stores the public key of this
             certificate and that is used as �security anchor�.
             
             <pre>
            		PKReferenceSyntax ::= OCTET STRING (SIZE(20))
             </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATRestriction">
             Some other restriction regarding the usage of this certificate. May be
             used as attribute in attribute certificate or as extension in a
             certificate.
             
             <pre>
            		RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
             </pre>
             
             @see Org.BouncyCastle.Asn1.IsisMtt.X509.Restriction
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATRetrieveIfAllowed">
             
             (Single)Request extension: Clients may include this extension in a
             (single) Request to request the responder to send the certificate in the
             response message along with the status information. Besides the LDAP
             service, this extension provides another mechanism for the distribution
             of certificates, which MAY optionally be provided by certificate
             repositories.
             
             <pre>
            		RetrieveIfAllowed ::= BOOLEAN
             </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATRequestedCertificate">
            SingleOCSPResponse extension: The certificate requested by the client by
            inserting the RetrieveIfAllowed extension in the request, will be
            returned in this extension.
            
            @see Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATNamingAuthorities">
            Base ObjectIdentifier for naming authorities
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATCertInDirSince">
             SingleOCSPResponse extension: Date, when certificate has been published
             in the directory and status information has become available. Currently,
             accrediting authorities enforce that SigG-conforming OCSP servers include
             this extension in the responses.
             
             <pre>
            		CertInDirSince ::= GeneralizedTime
             </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATCertHash">
             Hash of a certificate in OCSP.
            
             @see Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATNameAtBirth">
             <pre>
            		NameAtBirth ::= DirectoryString(SIZE(1..64)
             </pre>
             
             Used in
             {@link Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes SubjectDirectoryAttributes}
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATAdditionalInformation">
            Some other information of non-restrictive nature regarding the usage of
            this certificate. May be used as attribute in atribute certificate or as
            extension in a certificate.
            
            <pre>
                          AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
            </pre>
            
            @see Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.IsisMttObjectIdentifiers.IdIsisMttATLiabilityLimitationFlag">
             Indicates that an attribute certificate exists, which limits the
             usability of this public key certificate. Whenever verifying a signature
             with the help of this certificate, the content of the corresponding
             attribute certificate should be concerned. This extension MUST be
             included in a PKC, if a corresponding attribute certificate (having the
             PKC as base certificate) contains some attribute that restricts the
             usability of the PKC too. Attribute certificates with restricting content
             MUST always be included in the signed document.
             
             <pre>
            		LiabilityLimitationFlagSyntax ::= BOOLEAN
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash">
            ISIS-MTT PROFILE: The responder may include this extension in a response to
            send the hash of the requested certificate to the responder. This hash is
            cryptographically bound to the certificate and serves as evidence that the
            certificate is known to the responder (i.e. it has been issued and is present
            in the directory). Hence, this extension is a means to provide a positive
            statement of availability as described in T8.[8]. As explained in T13.[1],
            clients may rely on this information to be able to validate signatures after
            the expiry of the corresponding certificate. Hence, clients MUST support this
            extension. If a positive statement of availability is to be delivered, this
            extension syntax and OID MUST be used.
            <p/>
            <p/>
            <pre>
                CertHash ::= SEQUENCE {
                  hashAlgorithm AlgorithmIdentifier,
                  certificateHash OCTET STRING
                }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
             <p/>
             The sequence is of type CertHash:
             <p/>
             <pre>
                 CertHash ::= SEQUENCE {
                   hashAlgorithm AlgorithmIdentifier,
                   certificateHash OCTET STRING
                 }
             </pre>
            
             @param seq The ASN.1 sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash.#ctor(Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[])">
             Constructor from a given details.
            
             @param hashAlgorithm   The hash algorithm identifier.
             @param certificateHash The hash of the whole DER encoding of the certificate.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.Ocsp.CertHash.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                 CertHash ::= SEQUENCE {
                   hashAlgorithm AlgorithmIdentifier,
                   certificateHash OCTET STRING
                 }
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate">
            ISIS-MTT-Optional: The certificate requested by the client by inserting the
            RetrieveIfAllowed extension in the request, will be returned in this
            extension.
            <p/>
            ISIS-MTT-SigG: The signature act allows publishing certificates only then,
            when the certificate owner gives his isExplicit permission. Accordingly, there
            may be �nondownloadable� certificates, about which the responder must provide
            status information, but MUST NOT include them in the response. Clients may
            get therefore the following three kind of answers on a single request
            including the RetrieveIfAllowed extension:
            <ul>
            <li> a) the responder supports the extension and is allowed to publish the
            certificate: RequestedCertificate returned including the requested
            certificate</li>
            <li>b) the responder supports the extension but is NOT allowed to publish
            the certificate: RequestedCertificate returned including an empty OCTET
            STRING</li>
            <li>c) the responder does not support the extension: RequestedCertificate is
            not included in the response</li>
            </ul>
            Clients requesting RetrieveIfAllowed MUST be able to handle these cases. If
            any of the OCTET STRING options is used, it MUST contain the DER encoding of
            the requested certificate.
            <p/>
            <pre>
                       RequestedCertificate ::= CHOICE {
                         Certificate Certificate,
                         publicKeyCertificate [0] EXPLICIT OCTET STRING,
                         attributeCertificate [1] EXPLICIT OCTET STRING
                       }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate.#ctor(Org.BouncyCastle.Asn1.X509.X509CertificateStructure)">
             Constructor from a given details.
             <p/>
             Only one parameter can be given. All other must be <code>null</code>.
            
             @param certificate Given as Certificate
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                        RequestedCertificate ::= CHOICE {
                          Certificate Certificate,
                          publicKeyCertificate [0] EXPLICIT OCTET STRING,
                          attributeCertificate [1] EXPLICIT OCTET STRING
                        }
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax">
            Some other information of non-restrictive nature regarding the usage of this
            certificate.
            
            <pre>
               AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax.#ctor(System.String)">
             Constructor from a given details.
            
             @param information The description of the information.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.AdditionalInformationSyntax.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
               AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions">
             An Admissions structure.
             <p/>
             <pre>
                        Admissions ::= SEQUENCE
                        {
                          admissionAuthority [0] EXPLICIT GeneralName OPTIONAL
                          namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL
                          professionInfos SEQUENCE OF ProfessionInfo
                        }
             <p/>
             </pre>
            
             @see Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax
             @see Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo
             @see Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
             <p/>
             The sequence is of type ProcurationSyntax:
             <p/>
             <pre>
                        Admissions ::= SEQUENCE
                        {
                          admissionAuthority [0] EXPLICIT GeneralName OPTIONAL
                          namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL
                          professionInfos SEQUENCE OF ProfessionInfo
                        }
             </pre>
            
             @param seq The ASN.1 sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions.#ctor(Org.BouncyCastle.Asn1.X509.GeneralName,Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority,Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo[])">
             Constructor from a given details.
             <p/>
             Parameter <code>professionInfos</code> is mandatory.
            
             @param admissionAuthority The admission authority.
             @param namingAuthority    The naming authority.
             @param professionInfos    The profession infos.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                   Admissions ::= SEQUENCE
                   {
                     admissionAuthority [0] EXPLICIT GeneralName OPTIONAL
                     namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL
                     professionInfos SEQUENCE OF ProfessionInfo
                   }
             <p/>
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax">
             Attribute to indicate admissions to certain professions.
             <p/>
             <pre>
                 AdmissionSyntax ::= SEQUENCE
                 {
                   admissionAuthority GeneralName OPTIONAL,
                   contentsOfAdmissions SEQUENCE OF Admissions
                 }
             <p/>
                 Admissions ::= SEQUENCE
                 {
                   admissionAuthority [0] EXPLICIT GeneralName OPTIONAL
                   namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL
                   professionInfos SEQUENCE OF ProfessionInfo
                 }
             <p/>
                 NamingAuthority ::= SEQUENCE
                 {
                   namingAuthorityId OBJECT IDENTIFIER OPTIONAL,
                   namingAuthorityUrl IA5String OPTIONAL,
                   namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL
                 }
             <p/>
                 ProfessionInfo ::= SEQUENCE
                 {
                   namingAuthority [0] EXPLICIT NamingAuthority OPTIONAL,
                   professionItems SEQUENCE OF DirectoryString (SIZE(1..128)),
                   professionOIDs SEQUENCE OF OBJECT IDENTIFIER OPTIONAL,
                   registrationNumber PrintableString(SIZE(1..128)) OPTIONAL,
                   addProfessionInfo OCTET STRING OPTIONAL
                 }
             </pre>
             <p/>
             <p/>
             ISIS-MTT PROFILE: The relatively complex structure of AdmissionSyntax
             supports the following concepts and requirements:
             <ul>
             <li> External institutions (e.g. professional associations, chambers, unions,
             administrative bodies, companies, etc.), which are responsible for granting
             and verifying professional admissions, are indicated by means of the data
             field admissionAuthority. An admission authority is indicated by a
             GeneralName object. Here an X.501 directory name (distinguished name) can be
             indicated in the field directoryName, a URL address can be indicated in the
             field uniformResourceIdentifier, and an object identifier can be indicated in
             the field registeredId.</li>
             <li> The names of authorities which are responsible for the administration of
             title registers are indicated in the data field namingAuthority. The name of
             the authority can be identified by an object identifier in the field
             namingAuthorityId, by means of a text string in the field
             namingAuthorityText, by means of a URL address in the field
             namingAuthorityUrl, or by a combination of them. For example, the text string
             can contain the name of the authority, the country and the name of the title
             register. The URL-option refers to a web page which contains lists with
             officially registered professions (text and possibly OID) as well as
             further information on these professions. Object identifiers for the
             component namingAuthorityId are grouped under the OID-branch
             id-isis-at-namingAuthorities and must be applied for.</li>
             <li>See http://www.teletrust.de/anwend.asp?Id=30200&amp;Sprache=E_&amp;HomePG=0
             for an application form and http://www.teletrust.de/links.asp?id=30220,11
             for an overview of registered naming authorities.</li>
             <li> By means of the data type ProfessionInfo certain professions,
             specializations, disciplines, fields of activity, etc. are identified. A
             profession is represented by one or more text strings, resp. profession OIDs
             in the fields professionItems and professionOIDs and by a registration number
             in the field registrationNumber. An indication in text form must always be
             present, whereas the other indications are optional. The component
             addProfessionInfo may contain additional applicationspecific information in
             DER-encoded form.</li>
             </ul>
             <p/>
             By means of different namingAuthority-OIDs or profession OIDs hierarchies of
             professions, specializations, disciplines, fields of activity, etc. can be
             expressed. The issuing admission authority should always be indicated (field
             admissionAuthority), whenever a registration number is presented. Still,
             information on admissions can be given without indicating an admission or a
             naming authority by the exclusive use of the component professionItems. In
             this case the certification authority is responsible for the verification of
             the admission information.
             <p/>
             <p/>
             <p/>
             This attribute is single-valued. Still, several admissions can be captured in
             the sequence structure of the component contentsOfAdmissions of
             AdmissionSyntax or in the component professionInfos of Admissions. The
             component admissionAuthority of AdmissionSyntax serves as default value for
             the component admissionAuthority of Admissions. Within the latter component
             the default value can be overwritten, in case that another authority is
             responsible. The component namingAuthority of Admissions serves as a default
             value for the component namingAuthority of ProfessionInfo. Within the latter
             component the default value can be overwritten, in case that another naming
             authority needs to be recorded.
             <p/>
             The length of the string objects is limited to 128 characters. It is
             recommended to indicate a namingAuthorityURL in all issued attribute
             certificates. If a namingAuthorityURL is indicated, the field professionItems
             of ProfessionInfo should contain only registered titles. If the field
             professionOIDs exists, it has to contain the OIDs of the professions listed
             in professionItems in the same order. In general, the field professionInfos
             should contain only one entry, unless the admissions that are to be listed
             are logically connected (e.g. they have been issued under the same admission
             number).
            
             @see Org.BouncyCastle.Asn1.IsisMtt.X509.Admissions
             @see Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo
             @see Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
             <p/>
             The sequence is of type ProcurationSyntax:
             <p/>
             <pre>
                 AdmissionSyntax ::= SEQUENCE
                 {
                   admissionAuthority GeneralName OPTIONAL,
                   contentsOfAdmissions SEQUENCE OF Admissions
                 }
             <p/>
                 Admissions ::= SEQUENCE
                 {
                   admissionAuthority [0] EXPLICIT GeneralName OPTIONAL
                   namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL
                   professionInfos SEQUENCE OF ProfessionInfo
                 }
             <p/>
                 NamingAuthority ::= SEQUENCE
                 {
                   namingAuthorityId OBJECT IDENTIFIER OPTIONAL,
                   namingAuthorityUrl IA5String OPTIONAL,
                   namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL
                 }
             <p/>
                 ProfessionInfo ::= SEQUENCE
                 {
                   namingAuthority [0] EXPLICIT NamingAuthority OPTIONAL,
                   professionItems SEQUENCE OF DirectoryString (SIZE(1..128)),
                   professionOIDs SEQUENCE OF OBJECT IDENTIFIER OPTIONAL,
                   registrationNumber PrintableString(SIZE(1..128)) OPTIONAL,
                   addProfessionInfo OCTET STRING OPTIONAL
                 }
             </pre>
            
             @param seq The ASN.1 sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax.#ctor(Org.BouncyCastle.Asn1.X509.GeneralName,Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from given details.
            
             @param admissionAuthority   The admission authority.
             @param contentsOfAdmissions The admissions.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                 AdmissionSyntax ::= SEQUENCE
                 {
                   admissionAuthority GeneralName OPTIONAL,
                   contentsOfAdmissions SEQUENCE OF Admissions
                 }
             <p/>
                 Admissions ::= SEQUENCE
                 {
                   admissionAuthority [0] EXPLICIT GeneralName OPTIONAL
                   namingAuthority [1] EXPLICIT NamingAuthority OPTIONAL
                   professionInfos SEQUENCE OF ProfessionInfo
                 }
             <p/>
                 NamingAuthority ::= SEQUENCE
                 {
                   namingAuthorityId OBJECT IDENTIFIER OPTIONAL,
                   namingAuthorityUrl IA5String OPTIONAL,
                   namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL
                 }
             <p/>
                 ProfessionInfo ::= SEQUENCE
                 {
                   namingAuthority [0] EXPLICIT NamingAuthority OPTIONAL,
                   professionItems SEQUENCE OF DirectoryString (SIZE(1..128)),
                   professionOIDs SEQUENCE OF OBJECT IDENTIFIER OPTIONAL,
                   registrationNumber PrintableString(SIZE(1..128)) OPTIONAL,
                   addProfessionInfo OCTET STRING OPTIONAL
                 }
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.X509.DeclarationOfMajority">
            A declaration of majority.
            <p/>
            <pre>
                      DeclarationOfMajoritySyntax ::= CHOICE
                      {
                        notYoungerThan [0] IMPLICIT INTEGER,
                        fullAgeAtCountry [1] IMPLICIT SEQUENCE
                        {
                          fullAge BOOLEAN DEFAULT TRUE,
                          country PrintableString (SIZE(2))
                        }
                        dateOfBirth [2] IMPLICIT GeneralizedTime
                      }
            </pre>
            <p/>
            fullAgeAtCountry indicates the majority of the owner with respect to the laws
            of a specific country.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.IsisMtt.X509.DeclarationOfMajority.NotYoungerThan">
            @return notYoungerThan if that's what we are, -1 otherwise
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.DeclarationOfMajority.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                       DeclarationOfMajoritySyntax ::= CHOICE
                       {
                         notYoungerThan [0] IMPLICIT INTEGER,
                         fullAgeAtCountry [1] IMPLICIT SEQUENCE
                         {
                           fullAge BOOLEAN DEFAULT TRUE,
                           country PrintableString (SIZE(2))
                         }
                         dateOfBirth [2] IMPLICIT GeneralizedTime
                       }
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.X509.MonetaryLimit">
            Monetary limit for transactions. The QcEuMonetaryLimit QC statement MUST be
            used in new certificates in place of the extension/attribute MonetaryLimit
            since January 1, 2004. For the sake of backward compatibility with
            certificates already in use, components SHOULD support MonetaryLimit (as well
            as QcEuLimitValue).
            <p/>
            Indicates a monetary limit within which the certificate holder is authorized
            to act. (This value DOES NOT express a limit on the liability of the
            certification authority).
            <p/>
            <pre>
               MonetaryLimitSyntax ::= SEQUENCE
               {
                 currency PrintableString (SIZE(3)),
                 amount INTEGER,
                 exponent INTEGER
               }
            </pre>
            <p/>
            currency must be the ISO code.
            <p/>
            value = amount�10*exponent
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.MonetaryLimit.#ctor(System.String,System.Int32,System.Int32)">
             Constructor from a given details.
             <p/>
             <p/>
             value = amount�10^exponent
            
             @param currency The currency. Must be the ISO code.
             @param amount   The amount
             @param exponent The exponent
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.MonetaryLimit.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                MonetaryLimitSyntax ::= SEQUENCE
                {
                  currency PrintableString (SIZE(3)),
                  amount INTEGER,
                  exponent INTEGER
                }
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority">
            Names of authorities which are responsible for the administration of title
            registers.
            
            <pre>
                        NamingAuthority ::= SEQUENCE 
                        {
                          namingAuthorityID OBJECT IDENTIFIER OPTIONAL,
                          namingAuthorityUrl IA5String OPTIONAL,
                          namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL
                        }
            </pre>
            @see Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax
            
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority.IdIsisMttATNamingAuthoritiesRechtWirtschaftSteuern">
            Profession OIDs should always be defined under the OID branch of the
            responsible naming authority. At the time of this writing, the work group
            �Recht, Wirtschaft, Steuern� (�Law, Economy, Taxes�) is registered as the
            first naming authority under the OID id-isismtt-at-namingAuthorities.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
             <p/>
             <p/>
             <pre>
                         NamingAuthority ::= SEQUENCE
                         {
                           namingAuthorityID OBJECT IDENTIFIER OPTIONAL,
                           namingAuthorityUrl IA5String OPTIONAL,
                           namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL
                         }
             </pre>
            
             @param seq The ASN.1 sequence.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority.NamingAuthorityID">
            @return Returns the namingAuthorityID.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority.NamingAuthorityText">
            @return Returns the namingAuthorityText.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority.NamingAuthorityUrl">
            @return Returns the namingAuthorityUrl.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String,Org.BouncyCastle.Asn1.X500.DirectoryString)">
             Constructor from given details.
             <p/>
             All parameters can be combined.
            
             @param namingAuthorityID   ObjectIdentifier for naming authority.
             @param namingAuthorityUrl  URL for naming authority.
             @param namingAuthorityText Textual representation of naming authority.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                         NamingAuthority ::= SEQUENCE
                         {
                           namingAuthorityID OBJECT IDENTIFIER OPTIONAL,
                           namingAuthorityUrl IA5String OPTIONAL,
                           namingAuthorityText DirectoryString(SIZE(1..128)) OPTIONAL
                         }
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.X509.ProcurationSyntax">
            Attribute to indicate that the certificate holder may sign in the name of a
            third person.
            <p>
            ISIS-MTT PROFILE: The corresponding ProcurationSyntax contains either the
            name of the person who is represented (subcomponent thirdPerson) or a
            reference to his/her base certificate (in the component signingFor,
            subcomponent certRef), furthermore the optional components country and
            typeSubstitution to indicate the country whose laws apply, and respectively
            the type of procuration (e.g. manager, procuration, custody).
            </p>
            <p>
            ISIS-MTT PROFILE: The GeneralName MUST be of type directoryName and MAY only
            contain: - RFC3039 attributes, except pseudonym (countryName, commonName,
            surname, givenName, serialNumber, organizationName, organizationalUnitName,
            stateOrProvincename, localityName, postalAddress) and - SubjectDirectoryName
            attributes (title, dateOfBirth, placeOfBirth, gender, countryOfCitizenship,
            countryOfResidence and NameAtBirth).
            </p>
            <pre>
                          ProcurationSyntax ::= SEQUENCE {
                            country [1] EXPLICIT PrintableString(SIZE(2)) OPTIONAL,
                            typeOfSubstitution [2] EXPLICIT DirectoryString (SIZE(1..128)) OPTIONAL,
                            signingFor [3] EXPLICIT SigningFor 
                          }
                          
                          SigningFor ::= CHOICE 
                          { 
                            thirdPerson GeneralName,
                            certRef IssuerSerial 
                          }
            </pre>
            
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.ProcurationSyntax.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
             <p/>
             The sequence is of type ProcurationSyntax:
             <p/>
             <pre>
                           ProcurationSyntax ::= SEQUENCE {
                             country [1] EXPLICIT PrintableString(SIZE(2)) OPTIONAL,
                             typeOfSubstitution [2] EXPLICIT DirectoryString (SIZE(1..128)) OPTIONAL,
                             signingFor [3] EXPLICIT SigningFor
                           }
             <p/>
                           SigningFor ::= CHOICE
                           {
                             thirdPerson GeneralName,
                             certRef IssuerSerial
                           }
             </pre>
            
             @param seq The ASN.1 sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.ProcurationSyntax.#ctor(System.String,Org.BouncyCastle.Asn1.X500.DirectoryString,Org.BouncyCastle.Asn1.X509.IssuerSerial)">
             Constructor from a given details.
             <p/>
             <p/>
             Either <code>generalName</code> or <code>certRef</code> MUST be
             <code>null</code>.
            
             @param country            The country code whose laws apply.
             @param typeOfSubstitution The type of procuration.
             @param certRef            Reference to certificate of the person who is represented.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.ProcurationSyntax.#ctor(System.String,Org.BouncyCastle.Asn1.X500.DirectoryString,Org.BouncyCastle.Asn1.X509.GeneralName)">
             Constructor from a given details.
             <p/>
             <p/>
             Either <code>generalName</code> or <code>certRef</code> MUST be
             <code>null</code>.
            
             @param country            The country code whose laws apply.
             @param typeOfSubstitution The type of procuration.
             @param thirdPerson        The GeneralName of the person who is represented.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.ProcurationSyntax.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                           ProcurationSyntax ::= SEQUENCE {
                             country [1] EXPLICIT PrintableString(SIZE(2)) OPTIONAL,
                             typeOfSubstitution [2] EXPLICIT DirectoryString (SIZE(1..128)) OPTIONAL,
                             signingFor [3] EXPLICIT SigningFor
                           }
             <p/>
                           SigningFor ::= CHOICE
                           {
                             thirdPerson GeneralName,
                             certRef IssuerSerial
                           }
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo">
            Professions, specializations, disciplines, fields of activity, etc.
            
            <pre>
                          ProfessionInfo ::= SEQUENCE 
                          {
                            namingAuthority [0] EXPLICIT NamingAuthority OPTIONAL,
                            professionItems SEQUENCE OF DirectoryString (SIZE(1..128)),
                            professionOids SEQUENCE OF OBJECT IDENTIFIER OPTIONAL,
                            registrationNumber PrintableString(SIZE(1..128)) OPTIONAL,
                            addProfessionInfo OCTET STRING OPTIONAL 
                          }
            </pre>
            
            @see Org.BouncyCastle.Asn1.IsisMtt.X509.AdmissionSyntax
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Rechtsanwltin">
            Rechtsanw�ltin
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Rechtsanwalt">
            Rechtsanwalt
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Rechtsbeistand">
            Rechtsbeistand
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Steuerberaterin">
            Steuerberaterin
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Steuerberater">
            Steuerberater
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Steuerbevollmchtigte">
            Steuerbevollm�chtigte
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Steuerbevollmchtigter">
            Steuerbevollm�chtigter
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Notarin">
            Notarin
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Notar">
            Notar
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Notarvertreterin">
            Notarvertreterin
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Notarvertreter">
            Notarvertreter
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Notariatsverwalterin">
            Notariatsverwalterin
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Notariatsverwalter">
            Notariatsverwalter
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Wirtschaftsprferin">
            Wirtschaftspr�ferin
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Wirtschaftsprfer">
            Wirtschaftspr�fer
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.VereidigteBuchprferin">
            Vereidigte Buchpr�ferin
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.VereidigterBuchprfer">
            Vereidigter Buchpr�fer
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Patentanwltin">
            Patentanw�ltin
        </member>
        <member name="F:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.Patentanwalt">
            Patentanwalt
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
             <p/>
             <p/>
             <pre>
                           ProfessionInfo ::= SEQUENCE
                           {
                             namingAuthority [0] EXPLICIT NamingAuthority OPTIONAL,
                             professionItems SEQUENCE OF DirectoryString (SIZE(1..128)),
                             professionOids SEQUENCE OF OBJECT IDENTIFIER OPTIONAL,
                             registrationNumber PrintableString(SIZE(1..128)) OPTIONAL,
                             addProfessionInfo OCTET STRING OPTIONAL
                           }
             </pre>
            
             @param seq The ASN.1 sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.#ctor(Org.BouncyCastle.Asn1.IsisMtt.X509.NamingAuthority,Org.BouncyCastle.Asn1.X500.DirectoryString[],Org.BouncyCastle.Asn1.DerObjectIdentifier[],System.String,Org.BouncyCastle.Asn1.Asn1OctetString)">
             Constructor from given details.
             <p/>
             <code>professionItems</code> is mandatory, all other parameters are
             optional.
            
             @param namingAuthority    The naming authority.
             @param professionItems    Directory strings of the profession.
             @param professionOids     DERObjectIdentfier objects for the
                                       profession.
             @param registrationNumber Registration number.
             @param addProfessionInfo  Additional infos in encoded form.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.AddProfessionInfo">
            @return Returns the addProfessionInfo.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.NamingAuthority">
            @return Returns the namingAuthority.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.GetProfessionItems">
            @return Returns the professionItems.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.GetProfessionOids">
            @return Returns the professionOids.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.RegistrationNumber">
            @return Returns the registrationNumber.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.ProfessionInfo.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                           ProfessionInfo ::= SEQUENCE
                           {
                             namingAuthority [0] EXPLICIT NamingAuthority OPTIONAL,
                             professionItems SEQUENCE OF DirectoryString (SIZE(1..128)),
                             professionOids SEQUENCE OF OBJECT IDENTIFIER OPTIONAL,
                             registrationNumber PrintableString(SIZE(1..128)) OPTIONAL,
                             addProfessionInfo OCTET STRING OPTIONAL
                           }
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.IsisMtt.X509.Restriction">
            Some other restriction regarding the usage of this certificate.
            <p/>
            <pre>
             RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.Restriction.#ctor(Org.BouncyCastle.Asn1.X500.DirectoryString)">
             Constructor from DirectoryString.
             <p/>
             The DirectoryString is of type RestrictionSyntax:
             <p/>
             <pre>
                  RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
             </pre>
            
             @param restriction A IAsn1String.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.Restriction.#ctor(System.String)">
             Constructor from a given details.
            
             @param restriction The description of the restriction.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.IsisMtt.X509.Restriction.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                  RestrictionSyntax ::= DirectoryString (SIZE(1..1024))
             <p/>
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.LazyAsn1InputStream">
            <remarks>No longer provides any laziness.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Microsoft.TimeStampRequest">
            <summary>
            The Microsoft Authenticode time stamp request, as sent to a legacy (pre-RFC 3161) Authenticode time stamping
            service (the protocol behind <c>signtool /t</c>; the RFC 3161 protocol is <c>signtool /tr</c>).
            </summary>
            <remarks>
            <code>
            TimeStampRequest ::= SEQUENCE {
                countersignatureType OBJECT IDENTIFIER,
                attributes Attributes OPTIONAL,
                content ContentInfo
            }
            </code>
            <para>
            The countersignatureType identifying a time stamp countersignature is the exact OID 1.3.6.1.4.1.311.3.2.1
            (<see cref="F:Org.BouncyCastle.Asn1.Microsoft.MicrosoftObjectIdentifiers.MicrosoftTimeStampRequest"/>).
            No attributes are currently included in requests.The content is a PKCS#7 ContentInfo of type data whose content
            is the encryptedDigest(signature) from the SignerInfo of the PKCS#7 SignedData to be time stamped.
            </para>
            <para>
            On the wire the request travels as the body of an HTTP 1.1 POST, base64 encoded, with Content - Type
            application/octet-stream. The response is a base64 encoded PKCS#7 SignedData whose SignerInfo the requester
            copies into the original SignedData as a PKCS#9 countersignature (an unsigned attribute of the original
            SignerInfo), merging the time stamper's certificates into the original SignedData's certificate set.
            </para>
            </remarks>
            <seealso href="https://learn.microsoft.com/en-us/windows/win32/seccrypto/time-stamping-authenticode-signatures">
            Time Stamping Authenticode Signatures
            </seealso>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Microsoft.TimeStampRequest.#ctor(Org.BouncyCastle.Asn1.Cms.ContentInfo)">
            <summary>
            Construct a time stamp request for the given content using the standard Authenticode countersignature type
            OID, 1.3.6.1.4.1.311.3.2.1, and no attributes.
            </summary>
            <param name="content">A ContentInfo of type data carrying the signature to be time stamped.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Misc.Cast5CbcParameters.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            cast5CBCParameters ::= Sequence {
                                      iv         OCTET STRING DEFAULT 0,
                                             -- Initialization vector
                                      keyLength  Integer
                                             -- Key length, in bits
                                 }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Misc.IdeaCbcPar.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            IDEA-CBCPar ::= Sequence {
                                 iv    OCTET STRING OPTIONAL -- exactly 8 octets
                             }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Misc.NetscapeCertType">
            The NetscapeCertType object.
            <pre>
               NetscapeCertType ::= BIT STRING {
                    SSLClient               (0),
                    SSLServer               (1),
                    S/MIME                  (2),
                    Object Signing          (3),
                    Reserved                (4),
                    SSL CA                  (5),
                    S/MIME CA               (6),
                    Object Signing CA       (7) }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Misc.NetscapeCertType.#ctor(System.Int32)">
             Basic constructor.
            
             @param usage - the bitwise OR of the Key Usage flags giving the
             allowed uses for the key.
             e.g. (X509NetscapeCertType.sslCA | X509NetscapeCertType.smimeCA)
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Misc.ScryptParams">
            <summary>RFC 7914 scrypt parameters.</summary>
            <remarks>
            <code>
            scrypt-params ::= SEQUENCE {
                salt                        OCTET STRING,
                costParameter               INTEGER (1..MAX),
                blockSize                   INTEGER (1..MAX),
                parallelizationParameter    INTEGER (1..MAX),
                keyLength                   INTEGER (1..MAX) OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Mozilla.PublicKeyAndChallenge">
            <summary>
            For parsing the PublicKeyAndChallenge created by the KEYGEN tag included by Mozilla based browsers.
            </summary>
            <remarks>
            <code>
            PublicKeyAndChallenge ::= SEQUENCE
            {
                spki        SubjectPublicKeyInfo,
                challenge   IA5STRING
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Mozilla.SignedPublicKeyAndChallenge">
            <summary>
            For parsing the SignedPublicKeyAndChallenge created by the KEYGEN tag included by Mozilla based browsers.
            </summary>
            <remarks>
            <code>
            SignedPublicKeyAndChallenge ::= SEQUENCE
            {
                publicKeyAndChallenge   PublicKeyAndChallenge,
                signatureAlgorithm      AlgorithmIdentifier,
                signature               BIT STRING
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Nist.KMacWithShake128Params">
            <summary>
            KMACwithSHAKE128-params ::= SEQUENCE {
                kMACOutputLength     INTEGER DEFAULT 256, -- Output length in bits
                customizationString  OCTET STRING DEFAULT ''H
            } 
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Nist.KMacWithShake256Params">
            <summary>
            KMACwithSHAKE256-params ::= SEQUENCE {
                kMACOutputLength     INTEGER DEFAULT 512, -- Output length in bits
                customizationString  OCTET STRING DEFAULT ''H
            } 
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Nist.NistNamedCurves">
            <summary>Elliptic curve registry for NIST curves.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Nist.NistNamedCurves.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Nist.NistNamedCurves.GetByNameLazy(System.String)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given name.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of
            the full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Nist.NistNamedCurves.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Nist.NistNamedCurves.GetByOidLazy(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of
            the full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Nist.NistNamedCurves.GetName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the name of the curve with the given <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Nist.NistNamedCurves.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Nist.NistNamedCurves.Names">
            <summary>Enumerate the available curve names in this registry.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.NistAlgorithm">
            <summary> 2.16.840.1.101.3.4 -- algorithms </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.HashAlgs">
            <summary> 2.16.840.1.101.3.4.2 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdSha256">
            <summary> 2.16.840.1.101.3.4.2.1 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdSha384">
            <summary> 2.16.840.1.101.3.4.2.2 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdSha512">
            <summary> 2.16.840.1.101.3.4.2.3 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdSha224">
            <summary> 2.16.840.1.101.3.4.2.4 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdSha512_224">
            <summary> 2.16.840.1.101.3.4.2.5 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdSha512_256">
            <summary> 2.16.840.1.101.3.4.2.6 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdSha3_224">
            <summary> 2.16.840.1.101.3.4.2.7 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdSha3_256">
            <summary> 2.16.840.1.101.3.4.2.8 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdSha3_384">
            <summary> 2.16.840.1.101.3.4.2.9 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdSha3_512">
            <summary> 2.16.840.1.101.3.4.2.10 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdShake128">
            <summary> 2.16.840.1.101.3.4.2.11 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdShake256">
            <summary> 2.16.840.1.101.3.4.2.12 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdHMacWithSha3_224">
            <summary> 2.16.840.1.101.3.4.2.13 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdHMacWithSha3_256">
            <summary> 2.16.840.1.101.3.4.2.14 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdHMacWithSha3_384">
            <summary> 2.16.840.1.101.3.4.2.15 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdHMacWithSha3_512">
            <summary> 2.16.840.1.101.3.4.2.16 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdShake128Len">
            <summary> 2.16.840.1.101.3.4.2.17 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdShake256Len">
            <summary> 2.16.840.1.101.3.4.2.18 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdKmacWithShake128">
            <summary> 2.16.840.1.101.3.4.2.19 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdKmacWithShake256">
            <summary> 2.16.840.1.101.3.4.2.20  </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdKmac128">
            <summary> 2.16.840.1.101.3.4.2.21 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdKmac256">
            <summary> 2.16.840.1.101.3.4.2.22  </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.Aes">
            <summary> 2.16.840.1.101.3.4.1 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes128Ecb">
            <summary> 2.16.840.1.101.3.4.1.1 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes128Cbc">
            <summary> 2.16.840.1.101.3.4.1.2 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes128Ofb">
            <summary> 2.16.840.1.101.3.4.1.3 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes128Cfb">
            <summary> 2.16.840.1.101.3.4.1.4 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes128Wrap">
            <summary> 2.16.840.1.101.3.4.1.5 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes128Gcm">
            <summary> 2.16.840.1.101.3.4.1.6 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes128Ccm">
            <summary> 2.16.840.1.101.3.4.1.7 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes128WrapPad">
            <summary> 2.16.840.1.101.3.4.1.8 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes128GMac">
            <summary> 2.16.840.1.101.3.4.1.9 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes192Ecb">
            <summary> 2.16.840.1.101.3.4.1.21 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes192Cbc">
            <summary> 2.16.840.1.101.3.4.1.22 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes192Ofb">
            <summary> 2.16.840.1.101.3.4.1.23 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes192Cfb">
            <summary> 2.16.840.1.101.3.4.1.24 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes192Wrap">
            <summary> 2.16.840.1.101.3.4.1.25 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes192Gcm">
            <summary> 2.16.840.1.101.3.4.1.26 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes192Ccm">
            <summary> 2.16.840.1.101.3.4.1.27 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes192WrapPad">
            <summary> 2.16.840.1.101.3.4.1.28 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes192GMac">
            <summary> 2.16.840.1.101.3.4.1.29 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes256Ecb">
            <summary> 2.16.840.1.101.3.4.1.41 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes256Cbc">
            <summary> 2.16.840.1.101.3.4.1.42 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes256Ofb">
            <summary> 2.16.840.1.101.3.4.1.43 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes256Cfb">
            <summary> 2.16.840.1.101.3.4.1.44 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes256Wrap">
            <summary> 2.16.840.1.101.3.4.1.45 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes256Gcm">
            <summary> 2.16.840.1.101.3.4.1.46 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes256Ccm">
            <summary> 2.16.840.1.101.3.4.1.47 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes256WrapPad">
            <summary> 2.16.840.1.101.3.4.1.48 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdAes256GMac">
            <summary> 2.16.840.1.101.3.4.1.49 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.SigAlgs">
            <summary> 2.16.840.1.101.3.4.3 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.DsaWithSha224">
            <summary> 2.16.840.1.101.3.4.3.1 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.DsaWithSha256">
            <summary> 2.16.840.1.101.3.4.3.2 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.DsaWithSha384">
            <summary> 2.16.840.1.101.3.4.3.3 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.DsaWithSha512">
            <summary> 2.16.840.1.101.3.4.3.4 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdDsaWithSha3_224">
            <summary> 2.16.840.1.101.3.4.3.5 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdDsaWithSha3_256">
            <summary> 2.16.840.1.101.3.4.3.6 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdDsaWithSha3_384">
            <summary> 2.16.840.1.101.3.4.3.7 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdDsaWithSha3_512">
            <summary> 2.16.840.1.101.3.4.3.8 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdEcdsaWithSha3_224">
            <summary> 2.16.840.1.101.3.4.3.9 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdEcdsaWithSha3_256">
            <summary> 2.16.840.1.101.3.4.3.10 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdEcdsaWithSha3_384">
            <summary> 2.16.840.1.101.3.4.3.11 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdEcdsaWithSha3_512">
            <summary> 2.16.840.1.101.3.4.3.12 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdRsassaPkcs1V15WithSha3_224">
            <summary> 2.16.840.1.101.3.4.3.13 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdRsassaPkcs1V15WithSha3_256">
            <summary> 2.16.840.1.101.3.4.3.14 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdRsassaPkcs1V15WithSha3_384">
            <summary> 2.16.840.1.101.3.4.3.15 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.IdRsassaPkcs1V15WithSha3_512">
            <summary> 2.16.840.1.101.3.4.3.16 </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_ml_dsa_44">
            2.16.840.1.101.3.4.3.17 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_ml_dsa_65">
            2.16.840.1.101.3.4.3.18 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_ml_dsa_87">
            2.16.840.1.101.3.4.3.19 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_ml_dsa_44_with_sha512">
            2.16.840.1.101.3.4.3.32 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_ml_dsa_65_with_sha512">
            2.16.840.1.101.3.4.3.33 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_ml_dsa_87_with_sha512">
            2.16.840.1.101.3.4.3.34 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_sha2_128s">
            2.16.840.1.101.3.4.3.20 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_sha2_128f">
            2.16.840.1.101.3.4.3.21 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_sha2_192s">
            2.16.840.1.101.3.4.3.22 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_sha2_192f">
            2.16.840.1.101.3.4.3.23 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_sha2_256s">
            2.16.840.1.101.3.4.3.24 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_sha2_256f">
            2.16.840.1.101.3.4.3.25 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_shake_128s">
            2.16.840.1.101.3.4.3.26 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_shake_128f">
            2.16.840.1.101.3.4.3.27 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_shake_192s">
            2.16.840.1.101.3.4.3.28 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_shake_192f">
            2.16.840.1.101.3.4.3.29 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_shake_256s">
            2.16.840.1.101.3.4.3.30 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_slh_dsa_shake_256f">
            2.16.840.1.101.3.4.3.31 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_sha2_128s_with_sha256">
            2.16.840.1.101.3.4.3.35 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_sha2_128f_with_sha256">
            2.16.840.1.101.3.4.3.36 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_sha2_192s_with_sha512">
            2.16.840.1.101.3.4.3.37 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_sha2_192f_with_sha512">
            2.16.840.1.101.3.4.3.38 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_sha2_256s_with_sha512">
            2.16.840.1.101.3.4.3.39 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_sha2_256f_with_sha512">
            2.16.840.1.101.3.4.3.40 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_shake_128s_with_shake128">
            2.16.840.1.101.3.4.3.41 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_shake_128f_with_shake128">
            2.16.840.1.101.3.4.3.42 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_shake_192s_with_shake256">
            2.16.840.1.101.3.4.3.43 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_shake_192f_with_shake256">
            2.16.840.1.101.3.4.3.44 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_shake_256s_with_shake256">
            2.16.840.1.101.3.4.3.45 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_hash_slh_dsa_shake_256f_with_shake256">
            2.16.840.1.101.3.4.3.46 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.kems">
            2.16.840.1.101.3.4.4
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_alg_ml_kem_512">
            2.16.840.1.101.3.4.4.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_alg_ml_kem_768">
            2.16.840.1.101.3.4.4.2 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Nist.NistObjectIdentifiers.id_alg_ml_kem_1024">
            2.16.840.1.101.3.4.4.3 
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Ntt.NttObjectIdentifiers">
            <summary>From RFC 3657</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.BasicOcspResponse.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            BasicOcspResponse       ::= Sequence {
                 tbsResponseData      ResponseData,
                 signatureAlgorithm   AlgorithmIdentifier,
                 signature            BIT STRING,
                 certs                [0] EXPLICIT Sequence OF Certificate OPTIONAL }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.CertID.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            CertID          ::=     Sequence {
                hashAlgorithm       AlgorithmIdentifier,
                issuerNameHash      OCTET STRING, -- Hash of Issuer's DN
                issuerKeyHash       OCTET STRING, -- Hash of Issuers public key
                serialNumber        CertificateSerialNumber }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.CertStatus.#ctor">
            create a CertStatus object with a tag of zero.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.CertStatus.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <pre>
              CertStatus ::= CHOICE {
                              good        [0]     IMPLICIT Null,
                              revoked     [1]     IMPLICIT RevokedInfo,
                              unknown     [2]     IMPLICIT UnknownInfo }
            
             UnknownInfo ::= NULL
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.CrlID.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            CrlID ::= Sequence {
                crlUrl               [0]     EXPLICIT IA5String OPTIONAL,
                crlNum               [1]     EXPLICIT Integer OPTIONAL,
                crlTime              [2]     EXPLICIT GeneralizedTime OPTIONAL }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.OcspRequest.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            OcspRequest     ::=     Sequence {
                tbsRequest                  TBSRequest,
                optionalSignature   [0]     EXPLICIT Signature OPTIONAL }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.OcspResponse.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            OcspResponse ::= Sequence {
                responseStatus         OcspResponseStatus,
                responseBytes          [0] EXPLICIT ResponseBytes OPTIONAL }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.OcspResponseStatus.#ctor(System.Int32)">
            The OcspResponseStatus enumeration.
            <pre>
            OcspResponseStatus ::= Enumerated {
                successful            (0),  --Response has valid confirmations
                malformedRequest      (1),  --Illegal confirmation request
                internalError         (2),  --Internal error in issuer
                tryLater              (3),  --Try again later
                                            --(4) is not used
                sigRequired           (5),  --Must sign the request
                unauthorized          (6)   --Request unauthorized
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.Request.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            Request         ::=     Sequence {
                reqCert                     CertID,
                singleRequestExtensions     [0] EXPLICIT Extensions OPTIONAL }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.ResponderID.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            ResponderID ::= CHOICE {
                 byName          [1] Name,
                 byKey           [2] KeyHash }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.ResponseBytes.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            ResponseBytes ::=       Sequence {
                responseType   OBJECT IDENTIFIER,
                response       OCTET STRING }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.ResponseData.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            ResponseData ::= Sequence {
                version              [0] EXPLICIT Version DEFAULT v1,
                responderID              ResponderID,
                producedAt               GeneralizedTime,
                responses                Sequence OF SingleResponse,
                responseExtensions   [1] EXPLICIT Extensions OPTIONAL }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.RevokedInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            RevokedInfo ::= Sequence {
                 revocationTime              GeneralizedTime,
                 revocationReason    [0]     EXPLICIT CRLReason OPTIONAL }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.ServiceLocator.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            ServiceLocator ::= Sequence {
                issuer    Name,
                locator   AuthorityInfoAccessSyntax OPTIONAL }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.Signature.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            Signature       ::=     Sequence {
                signatureAlgorithm      AlgorithmIdentifier,
                signature               BIT STRING,
                certs               [0] EXPLICIT Sequence OF Certificate OPTIONAL}
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.SingleResponse.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             SingleResponse ::= Sequence {
                     certID                       CertID,
                     certStatus                   CertStatus,
                     thisUpdate                   GeneralizedTime,
                     nextUpdate         [0]       EXPLICIT GeneralizedTime OPTIONAL,
                     singleExtensions   [1]       EXPLICIT Extensions OPTIONAL }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Ocsp.TbsRequest.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            TBSRequest      ::=     Sequence {
                version             [0]     EXPLICIT Version DEFAULT v1,
                requestorName       [1]     EXPLICIT GeneralName OPTIONAL,
                requestList                 Sequence OF Request,
                requestExtensions   [2]     EXPLICIT Extensions OPTIONAL }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.AttributePkcs.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            Attr ::= Sequence {
                attrType OBJECT IDENTIFIER,
                attrValues Set OF AttributeValue
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Pkcs.CertificationRequest">
            Pkcs10 Certfication request object.
            <pre>
            CertificationRequest ::= Sequence {
              certificationRequestInfo  CertificationRequestInfo,
              signatureAlgorithm        AlgorithmIdentifier{{ SignatureAlgorithms }},
              signature                 BIT STRING
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Pkcs.CertificationRequestInfo">
             Pkcs10 CertificationRequestInfo object.
             <pre>
              CertificationRequestInfo ::= Sequence {
               version             Integer { v1(0) } (v1,...),
               subject             Name,
               subjectPKInfo   SubjectPublicKeyInfo{{ PKInfoAlgorithms }},
               attributes          [0] Attributes{{ CRIAttributes }}
              }
            
              Attributes { ATTRIBUTE:IOSet } ::= Set OF Attr{{ IOSet }}
            
              Attr { ATTRIBUTE:IOSet } ::= Sequence {
                type    ATTRIBUTE.&amp;id({IOSet}),
                values  Set SIZE(1..MAX) OF ATTRIBUTE.&amp;Type({IOSet}{\@type})
              }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.ContentInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            ContentInfo ::= Sequence {
                     contentType ContentType,
                     content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Pkcs.EncryptedData">
             The EncryptedData object.
             <pre>
                  EncryptedData ::= Sequence {
                       version Version,
                       encryptedContentInfo EncryptedContentInfo
                  }
            
            
                  EncryptedContentInfo ::= Sequence {
                      contentType ContentType,
                      contentEncryptionAlgorithm  ContentEncryptionAlgorithmIdentifier,
                      encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL
                }
            
                EncryptedContent ::= OCTET STRING
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <pre>
             EncryptedPrivateKeyInfo ::= Sequence {
                  encryptionAlgorithm AlgorithmIdentifier {{KeyEncryptionAlgorithms}},
                  encryptedData EncryptedData
             }
            
             EncryptedData ::= OCTET STRING
            
             KeyEncryptionAlgorithms ALGORITHM-IDENTIFIER ::= {
                      ... -- For local profiles
             }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.MacData.ToAsn1Object">
            <pre>
            MacData ::= SEQUENCE {
                mac      DigestInfo,
                macSalt  OCTET STRING,
                iterations INTEGER DEFAULT 1
                -- Note: The default is for historic reasons and its use is deprecated. A
                -- higher value, like 1024 is recommended.
            </pre>
            @return the basic DERObject construction.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Pkcs.Pbmac1Params">
             From https://datatracker.ietf.org/doc/html/rfc8018
            
             <pre>
             PBMAC1-params ::= SEQUENCE {
                 keyDerivationFunc AlgorithmIdentifier {{PBMAC1-KDFs}},
                 messageAuthScheme AlgorithmIdentifier {{PBMAC1-MACs}} }
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Pkcs.Pfx">
            the infamous Pfx from Pkcs12
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.Sha512_224WithRSAEncryption">
            PKCS#1: 1.2.840.113549.1.1.15 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.Sha512_256WithRSAEncryption">
            PKCS#1: 1.2.840.113549.1.1.16 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.id_aa_cmsAlgorithmProtect">
            RFC 6211 -  id-aa-cmsAlgorithmProtect OBJECT IDENTIFIER ::= {
            iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) 52 } 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAlgHssLmsHashsig">
            id-alg-hss-lms-hashsig OBJECT IDENTIFIER ::= { iso(1)
                member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
               smime(16) alg(3) 17 }
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAlgAeadChaCha20Poly1305">
             <pre>
             id-alg-AEADChaCha20Poly1305 OBJECT IDENTIFIER ::=
             { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1)
                pkcs9(9) smime(16) alg(3) 18 }
            
             AEADChaCha20Poly1305Nonce ::= OCTET STRING (SIZE(12))
             </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.dhSinglePass_stdDH_hkdf_sha256_scheme">
            RFC 8418: dhSinglePass-stdDH-hkdf-sha256-scheme OBJECT IDENTIFIER ::= { smime-alg 19 }
            <p>
            1.2.840.113549.1.9.16.3.19
            </p>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.dhSinglePass_stdDH_hkdf_sha384_scheme">
            RFC 8418: dhSinglePass-stdDH-hkdf-sha384-scheme OBJECT IDENTIFIER ::= { smime-alg 20 }
            <p>
            1.2.840.113549.1.9.16.3.20
            </p>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.dhSinglePass_stdDH_hkdf_sha512_scheme">
            RFC 8418: dhSinglePass-stdDH-hkdf-sha512-scheme OBJECT IDENTIFIER ::= { smime-alg 21 }
            <p>
            1.2.840.113549.1.9.16.3.21
            </p>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAlgHkdfWithSha256">
            <pre>
               id-alg-hkdf-with-sha256 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
                   us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 28 }
            </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAlgHkdfWithSha384">
            <pre>
               id-alg-hkdf-with-sha384 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
                   us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 29 }
            </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAlgHkdfWithSha512">
            <pre>
               id-alg-hkdf-with-sha512 OBJECT IDENTIFIER ::= { iso(1) member-body(2)
                   us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 30 }
            </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAAReceiptRequest">
            PKCS#9: 1.2.840.113549.1.9.16.2.1 -- smime attribute receiptRequest 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAADecryptKeyID">
            PKCS#9: 1.2.840.113549.1.9.16.2.37 - <a href="https://tools.ietf.org/html/rfc4108#section-2.2.5">RFC 4108</a> 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAAImplCryptoAlgs">
            PKCS#9: 1.2.840.113549.1.9.16.2.38 - <a href="https://tools.ietf.org/html/rfc4108#section-2.2.6">RFC 4108</a> 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAAAsymmDecryptKeyID">
            PKCS#9: 1.2.840.113549.1.9.16.2.54 <a href="https://tools.ietf.org/html/rfc7030">RFC7030</a>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAAImplCompressAlgs">
            PKCS#9: 1.2.840.113549.1.9.16.2.43   <a href="https://tools.ietf.org/html/rfc7030">RFC7030</a>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAACommunityIdentifiers">
            PKCS#9: 1.2.840.113549.1.9.16.2.40   <a href="https://tools.ietf.org/html/rfc7030">RFC7030</a>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Pkcs.PkcsObjectIdentifiers.IdAARelatedCertRequest">
            PKCS#9: 1.2.840.113549.1.9.16.2.60 - RFC 9763 sec. 4:
            {@code id-aa-relatedCertRequest} attribute identifying a previously issued certificate
            that should be bound to the CSR being processed (hybrid PQ migration). The attribute
            value is a {@code RequesterCertificate} SEQUENCE carrying the
            IssuerAndSerialNumber of the related certificate, a BinaryTime freshness
            stamp, one or more URIs from which the related certificate can be fetched,
            and a signature over the concatenation of the DER-encoded certID and
            requestTime computed with the related certificate's private key.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo">
              RFC 5958
            
              <pre>
              [IMPLICIT TAGS]
            
              OneAsymmetricKey ::= SEQUENCE {
                  version                   Version,
                  privateKeyAlgorithm       PrivateKeyAlgorithmIdentifier,
                  privateKey                PrivateKey,
                  attributes            [0] Attributes OPTIONAL,
                  ...,
                  [[2: publicKey        [1] PublicKey OPTIONAL ]],
                  ...
              }
            
              PrivateKeyInfo ::= OneAsymmetricKey
            
              Version ::= INTEGER { v1(0), v2(1) } (v1, ..., v2)
            
              PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier
                                                 { PUBLIC-KEY,
                                                   { PrivateKeyAlgorithms } }
            
              PrivateKey ::= OCTET STRING
                                 -- Content varies based on type of key.  The
                                 -- algorithm identifier dictates the format of
                                 -- the key.
            
              PublicKey ::= BIT STRING
                                 -- Content varies based on type of key.  The
                                 -- algorithm identifier dictates the format of
                                 -- the key.
            
              Attributes ::= SET OF Attribute { { OneAsymmetricKeyAttributes } }
              </pre>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo.HasPublicKey">
            <summary>Return true if a public key is present, false otherwise.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo.ParsePublicKey">
            <summary>For when the public key is an ASN.1 encoding.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo.PublicKeyData">
            <summary>Return the public key as a raw bit string.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters.#ctor">
            The default version
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.RsaesOaepParameters.ToAsn1Object">
             <pre>
              RSAES-OAEP-params ::= SEQUENCE {
                 hashAlgorithm      [0] OAEP-PSSDigestAlgorithms     DEFAULT sha1,
                 maskGenAlgorithm   [1] PKCS1MGFAlgorithms  DEFAULT mgf1SHA1,
                 pSourceAlgorithm   [2] PKCS1PSourceAlgorithms  DEFAULT pSpecifiedEmpty
               }
            
               OAEP-PSSDigestAlgorithms    ALGORITHM-IDENTIFIER ::= {
                 { OID id-sha1 PARAMETERS NULL   }|
                 { OID id-sha256 PARAMETERS NULL }|
                 { OID id-sha384 PARAMETERS NULL }|
                 { OID id-sha512 PARAMETERS NULL },
                 ...  -- Allows for future expansion --
               }
               PKCS1MGFAlgorithms    ALGORITHM-IDENTIFIER ::= {
                 { OID id-mgf1 PARAMETERS OAEP-PSSDigestAlgorithms },
                ...  -- Allows for future expansion --
               }
               PKCS1PSourceAlgorithms    ALGORITHM-IDENTIFIER ::= {
                 { OID id-pSpecified PARAMETERS OCTET STRING },
                 ...  -- Allows for future expansion --
              }
             </pre>
             @return the asn1 primitive representing the parameters.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure.ToAsn1Object">
             This outputs the key in Pkcs1v2 format.
             <pre>
                  RsaPrivateKey ::= Sequence {
                                      version Version,
                                      modulus Integer, -- n
                                      publicExponent Integer, -- e
                                      privateExponent Integer, -- d
                                      prime1 Integer, -- p
                                      prime2 Integer, -- q
                                      exponent1 Integer, -- d mod (p-1)
                                      exponent2 Integer, -- d mod (q-1)
                                      coefficient Integer -- (inverse of q) mod p
                                  }
            
                  Version ::= Integer
             </pre>
             <p>This routine is written to output Pkcs1 version 0, private keys.</p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters.#ctor">
            The default version
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters.ToAsn1Object">
             <pre>
             RSASSA-PSS-params ::= SEQUENCE {
               hashAlgorithm      [0] OAEP-PSSDigestAlgorithms  DEFAULT sha1,
                maskGenAlgorithm   [1] PKCS1MGFAlgorithms  DEFAULT mgf1SHA1,
                saltLength         [2] INTEGER  DEFAULT 20,
                trailerField       [3] TrailerField  DEFAULT trailerFieldBC
              }
            
             OAEP-PSSDigestAlgorithms    ALGORITHM-IDENTIFIER ::= {
                { OID id-sha1 PARAMETERS NULL   }|
                { OID id-sha256 PARAMETERS NULL }|
                { OID id-sha384 PARAMETERS NULL }|
                { OID id-sha512 PARAMETERS NULL },
                ...  -- Allows for future expansion --
             }
            
             PKCS1MGFAlgorithms    ALGORITHM-IDENTIFIER ::= {
               { OID id-mgf1 PARAMETERS OAEP-PSSDigestAlgorithms },
                ...  -- Allows for future expansion --
             }
            
             TrailerField ::= INTEGER { trailerFieldBC(1) }
             </pre>
             @return the asn1 primitive representing the parameters.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Pkcs.SignedData">
            a Pkcs#7 signed data object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.SignedData.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             SignedData ::= Sequence {
                 version Version,
                 digestAlgorithms DigestAlgorithmIdentifiers,
                 contentInfo ContentInfo,
                 certificates
                     [0] IMPLICIT ExtendedCertificatesAndCertificates
                              OPTIONAL,
                 crls
                     [1] IMPLICIT CertificateRevocationLists OPTIONAL,
                 signerInfos SignerInfos }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Pkcs.SignerInfo">
            a Pkcs#7 signer info object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Pkcs.SignerInfo.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <pre>
              SignerInfo ::= Sequence {
                  version Version,
                  issuerAndSerialNumber IssuerAndSerialNumber,
                  digestAlgorithm DigestAlgorithmIdentifier,
                  authenticatedAttributes [0] IMPLICIT Attributes OPTIONAL,
                  digestEncryptionAlgorithm DigestEncryptionAlgorithmIdentifier,
                  encryptedDigest EncryptedDigest,
                  unauthenticatedAttributes [1] IMPLICIT Attributes OPTIONAL
              }
            
              EncryptedDigest ::= OCTET STRING
            
              DigestAlgorithmIdentifier ::= AlgorithmIdentifier
            
              DigestEncryptionAlgorithmIdentifier ::= AlgorithmIdentifier
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure">
            the elliptic curve private key object from SEC 1
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Sec.ECPrivateKeyStructure.ToAsn1Object">
            ECPrivateKey ::= SEQUENCE {
                version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1),
                privateKey OCTET STRING,
                parameters [0] Parameters OPTIONAL,
                publicKey [1] BIT STRING OPTIONAL }
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Sec.SecNamedCurves">
            <summary>Elliptic curve registry for the SEC standard.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Sec.SecNamedCurves.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Sec.SecNamedCurves.GetByNameLazy(System.String)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given name.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Sec.SecNamedCurves.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Sec.SecNamedCurves.GetByOidLazy(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Sec.SecNamedCurves.GetName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the name of the curve with the given <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Sec.SecNamedCurves.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.Sec.SecNamedCurves.Names">
            <summary>Enumerate the available curve names in this registry.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Smime.SmimeCapabilities">
            Handler class for dealing with S/MIME Capabilities
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Smime.SmimeCapabilities.PreferSignedData">
            general preferences
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Smime.SmimeCapabilities.Aes256Cbc">
            encryption algorithms preferences
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Smime.SmimeCapabilities.GetCapabilitiesForOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            returns an ArrayList with 0 or more objects of all the capabilities
            matching the passed in capability Oid. If the Oid passed is null the
            entire set is returned.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Smime.SmimeCapabilities.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            SMIMECapabilities ::= Sequence OF SMIMECapability
            </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Smime.SmimeCapability.PreferSignedData">
            general preferences
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Smime.SmimeCapability.DesCbc">
            encryption algorithms preferences
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Smime.SmimeCapability.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            SMIMECapability ::= Sequence {
                capabilityID OBJECT IDENTIFIER,
                parameters ANY DEFINED BY capabilityID OPTIONAL
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Smime.SmimeCapabilityVector">
            Handler for creating a vector S/MIME Capabilities
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Smime.SmimeEncryptionKeyPreferenceAttribute">
            The SmimeEncryptionKeyPreference object.
            <pre>
            SmimeEncryptionKeyPreference ::= CHOICE {
                issuerAndSerialNumber   [0] IssuerAndSerialNumber,
                receipentKeyId          [1] RecipientKeyIdentifier,
                subjectAltKeyIdentifier [2] SubjectKeyIdentifier
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Smime.SmimeEncryptionKeyPreferenceAttribute.#ctor(Org.BouncyCastle.Asn1.Asn1OctetString)">
            @param sKeyId the subjectKeyIdentifier value (normally the X.509 one)
        </member>
        <member name="T:Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves">
            <summary>Elliptic curve registry for curves defined in "ECC Brainpool Standard Curves and Curve Generation"
            http://www.ecc-brainpool.org/download/draft_pkix_additional_ecc_dp.txt .</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves.GetByNameLazy(System.String)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given name.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves.GetByOidLazy(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves.GetName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the name of the curve with the given <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.TeleTrust.TeleTrusTNamedCurves.Names">
            <summary>Enumerate the available curve names in this registry.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.Accuracy.ToAsn1Object">
            <pre>
            Accuracy ::= SEQUENCE {
                        seconds        INTEGER              OPTIONAL,
                        millis     [0] INTEGER  (1..999)    OPTIONAL,
                        micros     [1] INTEGER  (1..999)    OPTIONAL
                        }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStamp">
            Implementation of the Archive Timestamp type defined in RFC4998.
            @see <a href="https://tools.ietf.org/html/rfc4998">RFC 4998</a>
            <p/>
            ASN.1 Archive Timestamp
            <p/>
            ArchiveTimeStamp ::= SEQUENCE {
            digestAlgorithm [Ø] AlgorithmIdentifier OPTIONAL,
            attributes      [1] Attributes OPTIONAL,
            reducedHashtree [2] SEQUENCE OF PartialHashtree OPTIONAL,
            timeStamp       ContentInfo}
            <p/>
            PartialHashtree ::= SEQUENCE OF OCTET STRING
            <p/>
            Attributes ::= SET SIZE (1..MAX) OF Attribute
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStamp.DigestAlgorithm">
             Return the contents of the digestAlgorithm field - null if not set.
            
             @return the contents of the digestAlgorithm field, or null if not set.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStamp.GetHashTreeLeaf">
             Return the first node in the reduced hash tree which contains the leaf node.
            
             @return the node containing the data hashes, null if no reduced hash tree is present.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStampChain">
            Implementation of ArchiveTimeStampChain type, as defined in RFC4998 and RFC6283.
            <p/>
            An ArchiveTimeStampChain corresponds to a SEQUENCE OF ArchiveTimeStamps, and has the following
            ASN.1 Syntax:
            <p/>
            ArchiveTimeStampChain ::= SEQUENCE OF ArchiveTimeStamp
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStampChain.GetInstance(System.Object)">
             Return an ArchiveTimeStampChain from the given object.
            
             @param obj the object we want converted.
             @return an ArchiveTimeStampChain instance, or null.
             @throws IllegalArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStampChain.Append(Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStamp)">
             Adds an {@link ArchiveTimeStamp} object to the archive timestamp chain.
            
             @param archiveTimeStamp the {@link ArchiveTimeStamp} to add.
             @return returns the modified chain.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStampSequence">
            Implementation of ArchiveTimeStampSequence type, as defined in RFC4998.
            <p/>
            An ArchiveTimeStampSequence corresponds to a SEQUENCE OF ArchiveTimeStampChains and has the
            following ASN.1 Syntax:
            <p/>
            ArchiveTimeStampSequence ::= SEQUENCE OF ArchiveTimeStampChain
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStampSequence.GetInstance(System.Object)">
             Return an ArchiveTimestampSequence from the given object.
            
             @param obj the object we want converted.
             @return an ArchiveTimeStampSequence instance, or null.
             @throws IllegalArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStampSequence.GetArchiveTimeStampChains">
             Returns the sequence of ArchiveTimeStamp chains that compose the ArchiveTimeStamp sequence.
            
             @return the {@link ASN1Sequence} containing the ArchiveTimeStamp chains.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStampSequence.Append(Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStampChain)">
             Adds an {@link ArchiveTimeStampChain} to the ArchiveTimeStamp sequence.
            
             @param chain the {@link ArchiveTimeStampChain} to add
             @return returns the modified sequence.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Tsp.CryptoInfos">
            Implementation of the CryptoInfos element defined in RFC 4998:
            <p/>
            CryptoInfos ::= SEQUENCE SIZE (1..MAX) OF Attribute
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Tsp.EncryptionInfo">
            Implementation of the EncryptionInfo element defined in RFC 4998:
            <p/>
            1988 ASN.1 EncryptionInfo
            <p/>
            EncryptionInfo       ::=     SEQUENCE {
            encryptionInfoType     OBJECT IDENTIFIER,
            encryptionInfoValue    ANY DEFINED BY encryptionInfoType
            }
            <p/>
            1997-ASN.1 EncryptionInfo
            <p/>
            EncryptionInfo       ::=     SEQUENCE {
            encryptionInfoType   ENCINFO-TYPE.&amp;id
            ({SupportedEncryptionAlgorithms}),
            encryptionInfoValue  ENCINFO-TYPE.&amp;Type
            ({SupportedEncryptionAlgorithms}{&#064;encryptionInfoType})
            }
            <p/>
            ENCINFO-TYPE ::= TYPE-IDENTIFIER
            <p/>
            SupportedEncryptionAlgorithms ENCINFO-TYPE ::= {...}
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Tsp.EncryptionInfo.m_encryptionInfoType">
            The OID for EncryptionInfo type.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Tsp.EncryptionInfo.m_encryptionInfoValue">
            The value of EncryptionInfo
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Tsp.EvidenceRecord">
             <a href="https://tools.ietf.org/html/rfc4998">RFC 4998</a>:
             Evidence Record Syntax (ERS)
             <p/>
             <pre>
             EvidenceRecord ::= SEQUENCE {
               version                   INTEGER { v1(1) } ,
               digestAlgorithms          SEQUENCE OF AlgorithmIdentifier,
               cryptoInfos               [0] CryptoInfos OPTIONAL,
               encryptionInfo            [1] EncryptionInfo OPTIONAL,
               archiveTimeStampSequence  ArchiveTimeStampSequence
             }
            
             CryptoInfos ::= SEQUENCE SIZE (1..MAX) OF Attribute
             </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Tsp.EvidenceRecord.Oid">
            ERS {iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) ltans(11)
            id-mod(0) id-mod-ers88(2) id-mod-ers88-v1(1) }
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.EvidenceRecord.GetInstance(System.Object)">
             Return an EvidenceRecord from the given object.
            
             @param obj the object we want converted.
             @return an EvidenceRecord instance, or null.
             @throws IllegalArgumentException if the object cannot be converted.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.EvidenceRecord.#ctor(Org.BouncyCastle.Asn1.Tsp.CryptoInfos,Org.BouncyCastle.Asn1.Tsp.EncryptionInfo,Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStamp)">
            Build a basic evidence record from an initial
            ArchiveTimeStamp.
            
            @param cryptoInfos
            @param encryptionInfo
            @param archiveTimeStamp
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.EvidenceRecord.AddArchiveTimeStamp(Org.BouncyCastle.Asn1.Tsp.ArchiveTimeStamp,System.Boolean)">
             Return a new EvidenceRecord with an added ArchiveTimeStamp
            
             @param ats         the archive timestamp to add
             @param newChain states whether this new archive timestamp must be added as part of a
                                new sequence (i.e. in the case of hashtree renewal) or not (i.e. in the case of timestamp
                                renewal)
             @return the new EvidenceRecord
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.MessageImprint.ToAsn1Object">
            <pre>
               MessageImprint ::= SEQUENCE  {
                  hashAlgorithm                AlgorithmIdentifier,
                  hashedMessage                OCTET STRING  }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.Tsp.PartialHashtree">
            Implementation of PartialHashtree, as defined in RFC 4998.
            <p/>
            The ASN.1 notation for a PartialHashTree is:
            <p/>
            PartialHashtree ::= SEQUENCE OF OCTET STRING
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.PartialHashtree.GetInstance(System.Object)">
             Return a PartialHashtree from the given object.
            
             @param obj the object we want converted.
             @return a PartialHashtree instance, or null.
             @throws IllegalArgumentException if the object cannot be converted.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.Tsp.PartialHashtree.m_values">
            Hash values that constitute the hash tree, as ASN.1 Octet Strings.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.TimeStampReq.ToAsn1Object">
            <pre>
            TimeStampReq ::= SEQUENCE  {
             version                      INTEGER  { v1(1) },
             messageImprint               MessageImprint,
               --a hash algorithm OID and the hash value of the data to be
               --time-stamped
             reqPolicy             TSAPolicyId              OPTIONAL,
             nonce                 INTEGER                  OPTIONAL,
             certReq               BOOLEAN                  DEFAULT FALSE,
             extensions            [0] IMPLICIT Extensions  OPTIONAL
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.TimeStampResp.ToAsn1Object">
            <pre>
            TimeStampResp ::= SEQUENCE  {
              status                  PkiStatusInfo,
              timeStampToken          TimeStampToken     OPTIONAL  }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Tsp.TstInfo.ToAsn1Object">
             <pre>
            
                 TstInfo ::= SEQUENCE  {
                    version                      INTEGER  { v1(1) },
                    policy                       TSAPolicyId,
                    messageImprint               MessageImprint,
                      -- MUST have the same value as the similar field in
                      -- TimeStampReq
                    serialNumber                 INTEGER,
                     -- Time-Stamping users MUST be ready to accommodate integers
                     -- up to 160 bits.
                    genTime                      GeneralizedTime,
                    accuracy                     Accuracy                 OPTIONAL,
                    ordering                     BOOLEAN             DEFAULT FALSE,
                    nonce                        INTEGER                  OPTIONAL,
                      -- MUST be present if the similar field was present
                      -- in TimeStampReq.  In that case it MUST have the same value.
                    tsa                          [0] GeneralName          OPTIONAL,
                    extensions                   [1] IMPLICIT Extensions   OPTIONAL  }
            
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.UA.Dstu4145BinaryField.ToAsn1Object">
            BinaryField ::= SEQUENCE {
            M INTEGER,
            CHOICE {Trinomial,    Pentanomial}
            Trinomial::= INTEGER
            Pentanomial::= SEQUENCE {
            k INTEGER,
            j INTEGER,
            l INTEGER}
        </member>
        <member name="M:Org.BouncyCastle.Asn1.UA.Dstu4145ECBinary.ToAsn1Object">
            ECBinary  ::= SEQUENCE {
            version          [0] EXPLICIT INTEGER    DEFAULT 0,
            f     BinaryField,
            a    INTEGER (0..1),
            b    OCTET STRING,
            n    INTEGER,
            bp    OCTET STRING}
        </member>
        <member name="M:Org.BouncyCastle.Asn1.UA.Dstu4145NamedCurves.GetOids">
            All named curves have the following oid format: 1.2.804.2.1.1.1.1.3.1.1.2.X
            where X is the curve number 0-9
        </member>
        <member name="M:Org.BouncyCastle.Asn1.UA.Dstu4145NamedCurves.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            All named curves have the following oid format: 1.2.804.2.1.1.1.1.3.1.1.2.X
            where X is the curve number 0-9
        </member>
        <member name="T:Org.BouncyCastle.Asn1.UA.Dstu4145PointEncoder">
            DSTU4145 encodes points somewhat differently than X9.62
            It compresses the point to the size of the field element
        </member>
        <member name="M:Org.BouncyCastle.Asn1.UA.Dstu4145PointEncoder.SolveQuadraticEquation(Org.BouncyCastle.Math.EC.ECCurve,Org.BouncyCastle.Math.EC.ECFieldElement)">
             Solves a quadratic equation <code>z<sup>2</sup> + z = beta</code>(X9.62
             D.1.6) The other solution is <code>z + 1</code>.
            
             @param beta The value to solve the quadratic equation for.
             @return the solution for <code>z<sup>2</sup> + z = beta</code> or
                     <code>null</code> if no solution exists.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers">
            Ukrainian object identifiers
            <p/>
            {iso(1) member-body(2) Ukraine(804) root(2) security(1) cryptography(1) pki(1)}
            <p/>
            { ...  pki-alg(1) pki-alg-sym(3) Dstu4145WithGost34311(1) PB(1)}
            <p/>
            DSTU4145 in polynomial basis has 2 oids, one for little-endian representation and one for big-endian
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.UaOid">
            Base OID: 1.2.804.2.1.1.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu4145le">
            DSTU4145 Little Endian presentation.  OID: 1.2.804.2.1.1.1.1.3.1.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu4145be">
            DSTU4145 Big Endian presentation.  OID: 1.2.804.2.1.1.1.1.3.1.1.1 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7564digest_256">
            DSTU7564 256-bit digest presentation. 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7564digest_384">
            DSTU7564 384-bit digest presentation. 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7564digest_512">
            DSTU7564 512-bit digest presentation. 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7564mac_256">
            DSTU7564 256-bit mac presentation. 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7564mac_384">
            DSTU7564 384-bit mac presentation. 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7564mac_512">
            DSTU7564 512-bit mac presentation. 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ecb_128">
            DSTU7624 in ECB mode with 128 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ecb_256">
            DSTU7624 in ECB mode with 256 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ecb_512">
            DSTU7624 in ECB mode with 512 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ctr_128">
            DSTU7624 in CTR mode with 128 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ctr_256">
            DSTU7624 in CTR mode with 256 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ctr_512">
            DSTU7624 in CTR mode with 512 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624cfb_128">
            DSTU7624 in CFB mode with 128 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624cfb_256">
            DSTU7624 in CFB mode with 256 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624cfb_512">
            DSTU7624 in CFB mode with 512 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624cmac_128">
            DSTU7624 in MAC mode with 128 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624cmac_256">
            DSTU7624 in MAC mode with 256 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624cmac_512">
            DSTU7624 in MAC mode with 512 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624cbc_128">
            DSTU7624 in CBC mode with 128 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624cbc_256">
            DSTU7624 in CBC mode with 256 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624cbc_512">
            DSTU7624 in CBC mode with 512 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ofb_128">
            DSTU7624 in OFB mode with 128 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ofb_256">
            DSTU7624 in OFB mode with 256 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ofb_512">
            DSTU7624 in OFB mode with 512 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624gmac_128">
            DSTU7624 in GMAC (GCM witout encryption) mode with 128 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624gmac_256">
            DSTU7624 in GMAC (GCM witout encryption) mode with 256 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624gmac_512">
            DSTU7624 in GMAC (GCM witout encryption) mode with 512 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ccm_128">
            DSTU7624 in CCM mode with 128 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ccm_256">
            DSTU7624 in CCM mode with 256 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624ccm_512">
            DSTU7624 in CCM mode with 512 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624xts_128">
            DSTU7624 in XTS mode with 128 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624xts_256">
            DSTU7624 in XTS mode with 256 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624xts_512">
            DSTU7624 in XTS mode with 512 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624kw_128">
            DSTU7624 in key wrap (KW) mode with 128 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624kw_256">
            DSTU7624 in key wrap (KW) mode with 256 bit block/key presentation 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.UA.UAObjectIdentifiers.dstu7624kw_512">
            DSTU7624 in key wrap (KW) mode with 512 bit block/key presentation 
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Utilities.Asn1Dump.AsString(System.String,System.Boolean,Org.BouncyCastle.Asn1.Asn1Object,System.Text.StringBuilder)">
             dump a Der object as a formatted string with indentation
            
             @param obj the Asn1Object to be dumped out.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Utilities.Asn1Dump.Dump(System.IO.Stream,System.IO.TextWriter)">
            <summary>Parse ASN.1 objects from input <see cref="T:System.IO.Stream"/>, and write them to the output.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Utilities.Asn1Dump.DumpAsString(Org.BouncyCastle.Asn1.Asn1Encodable)">
             dump out a DER object as a formatted string, in non-verbose mode
            
             @param obj the Asn1Encodable to be dumped out.
             @return  the resulting string.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.Utilities.Asn1Dump.DumpAsString(Org.BouncyCastle.Asn1.Asn1Encodable,System.Boolean)">
             Dump out the object as a string
            
             @param obj the Asn1Encodable to be dumped out.
             @param verbose  if true, dump out the contents of octet and bit strings.
             @return  the resulting string.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X500.AttributeTypeAndValue">
            Holding class for the AttributeTypeAndValue structures that make up an RDN.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X500.AttributeTypeAndValue.ToAsn1Object">
            <pre>
            AttributeTypeAndValue ::= SEQUENCE {
                      type         OBJECT IDENTIFIER,
                      value        ANY DEFINED BY type }
            </pre>
            @return a basic ASN.1 object representation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X500.DirectoryString.ToAsn1Object">
            <pre>
             DirectoryString ::= CHOICE {
               teletexString               TeletexString (SIZE (1..MAX)),
               printableString             PrintableString (SIZE (1..MAX)),
               universalString             UniversalString (SIZE (1..MAX)),
               utf8String                  UTF8String (SIZE (1..MAX)),
               bmpString                   BMPString (SIZE (1..MAX))  }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X500.Rdn">
            <summary>Holding class for a single Relative Distinguished Name (RDN).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X500.Rdn.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.Asn1Encodable)">
             Create a single valued RDN.
            
             @param oid RDN type.
             @param value RDN value.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X500.Rdn.#ctor(Org.BouncyCastle.Asn1.X500.AttributeTypeAndValue[])">
             Create a multi-valued RDN.
            
             @param aAndVs attribute type/value pairs making up the RDN
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X500.Rdn.Count">
             Return the number of AttributeTypeAndValue objects in this RDN,
            
             @return size of RDN, greater than 1 if multi-valued.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X500.Rdn.ToAsn1Object">
                     * <pre>
                     * RelativeDistinguishedName ::=
                     *                     SET OF AttributeTypeAndValue
            
                     * AttributeTypeAndValue ::= SEQUENCE {
                     *        type     AttributeType,
                     *        value    AttributeValue }
                     * </pre>
                     * @return this object as its ASN1Primitive type
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.AccessDescription">
            The AccessDescription object.
            <pre>
            AccessDescription  ::=  SEQUENCE {
                  accessMethod          OBJECT IDENTIFIER,
                  accessLocation        GeneralName  }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AccessDescription.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.X509.GeneralName)">
            create an AccessDescription with the oid and location provided.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier.Algorithm">
            <summary>
            Return the OID in the Algorithm entry of this identifier.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier.Parameters">
            <summary>
            Return the parameters structure in the Parameters entry of this identifier.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
                 AlgorithmIdentifier ::= Sequence {
                                       algorithm OBJECT IDENTIFIER,
                                       parameters ANY DEFINED BY algorithm OPTIONAL }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.AltSignatureAlgorithm">
             X.509 Section 9.8.3.
             <br/>
             This extension may be used as a public-key certificate extension, a CRL extension or an AVL extension. It shall contain
             the algorithm identifier for the alternative digital signature algorithm used by the signer when creating an alternative
             digital signature and by the relying party when validating the alternative digital signature.
             <pre>
             altSignatureAlgorithm EXTENSION ::= {
                 SYNTAX AltSignatureAlgorithm
                 IDENTIFIED BY id-ce-altSignatureAlgorithm }
            
             AltSignatureAlgorithm ::= AlgorithmIdentifier{{SupportedAlgorithms}}
             </pre>
             When the altSignatureAlgorithm extension is included in a particular value that is an instance of a data type that
             supports extensions, the altSignatureValue extension shall also be included.
             <br/>
             NOTE 1 – By having a separate altSignatureAlgorithm extension, instead of having it combined with the
             altSignatureValue extension, the alternative digital signature algorithm is protected by the alternative signature.
             This extension may be flagged either as critical or as non-critical.
             <br/>
             NOTE 2 – It is recommended that it be flagged as non-critical. Flagging it as critical would require all relying parties to understand
             the extension and the alternative public-key algorithms
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.AltSignatureValue">
             X.509 Section 9.8.4.
             <br/>
             This extension may be used as a public-key certificate extension, a CRL extension or an AVL extension.
             This alternative signature shall be created by the issuer using its alternative private key, and it shall be verified using the
             alternative public key of the issuer.
             <pre>
             altSignatureValue EXTENSION ::= {
                 SYNTAX AltSignatureValue
                 IDENTIFIED BY id-ce-altSignatureValue }
            
             AltSignatureValue ::= BIT STRING
             </pre>
             This extension can only be created by a signer holding a multiple cryptographic algorithms public-key certificate. When
             creating the alternative digital signature on an issued public-key certificate or CRL, the signer shall use its alternative
             private key.
             <br/>
             The procedures for creating and validating alternative digital signatures are specified in:
             <ul>
             <li>clause 7.2.2 for public-key certificates;</li>
             <li>clause 7.10.3 for CRLs: and</li>
             <li>clause 11.4 for AVLs.</li>
             </ul>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AttCertIssuer.#ctor(Org.BouncyCastle.Asn1.X509.GeneralNames)">
            <summary>
            Don't use this one if you are trying to be RFC 3281 compliant.
            Use it for v1 attribute certificates only.
            </summary>
            <param name="names">Our GeneralNames structure</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AttCertIssuer.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             AttCertIssuer ::= CHOICE {
                  v1Form   GeneralNames,  -- MUST NOT be used in this
                                          -- profile
                  v2Form   [0] V2Form     -- v2 only
             }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AttCertValidityPeriod.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             AttCertValidityPeriod  ::= Sequence {
                  notBeforeTime  GeneralizedTime,
                  notAfterTime   GeneralizedTime
             }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AttributeX509.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            Attr ::= Sequence {
                attrType OBJECT IDENTIFIER,
                attrValues Set OF AttributeValue
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AttributeCertificate.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             AttributeCertificate ::= Sequence {
                  acinfo               AttributeCertificateInfo,
                  signatureAlgorithm   AlgorithmIdentifier,
                  signatureValue       BIT STRING
             }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AttributeCertificateInfo.IsEmptyIssuer(Org.BouncyCastle.Asn1.X509.AttCertIssuer)">
            <summary>
            Return true when the AttCertIssuer carries no identifying information: an empty v1 GeneralNames sequence, or
            a v2 V2Form whose issuerName, baseCertificateID and objectDigestInfo are all absent (or whose issuerName,
            when present, is itself empty).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AttributeCertificateInfo.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <pre>
              AttributeCertificateInfo ::= Sequence {
                   version              AttCertVersion -- version is v2,
                   holder               Holder,
                   issuer               AttCertIssuer,
                   signature            AlgorithmIdentifier,
                   serialNumber         CertificateSerialNumber,
                   attrCertValidityPeriod   AttCertValidityPeriod,
                   attributes           Sequence OF Attr,
                   issuerUniqueID       UniqueIdentifier OPTIONAL,
                   extensions           Extensions OPTIONAL
              }
            
              AttCertVersion ::= Integer { v2(1) }
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.AuthorityInformationAccess">
             The AuthorityInformationAccess object.
             <pre>
             id-pe-authorityInfoAccess OBJECT IDENTIFIER ::= { id-pe 1 }
            
             AuthorityInfoAccessSyntax  ::=
                  Sequence SIZE (1..MAX) OF AccessDescription
             AccessDescription  ::=  Sequence {
                   accessMethod          OBJECT IDENTIFIER,
                   accessLocation        GeneralName  }
            
             id-ad OBJECT IDENTIFIER ::= { id-pkix 48 }
             id-ad-caIssuers OBJECT IDENTIFIER ::= { id-ad 2 }
             id-ad-ocsp OBJECT IDENTIFIER ::= { id-ad 1 }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AuthorityInformationAccess.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.X509.GeneralName)">
            <summary>Create an AuthorityInformationAccess with the oid and location provided.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier">
             <summary>The AuthorityKeyIdentifier object.</summary>
             <remarks>
             <code>
             id-ce-authorityKeyIdentifier OBJECT IDENTIFIER ::=  { id-ce 35 }
            
             AuthorityKeyIdentifier ::= Sequence {
                 keyIdentifier[0] IMPLICIT KeyIdentifier                         OPTIONAL,
                 authorityCertIssuer[1] IMPLICIT GeneralNames                    OPTIONAL,
                 authorityCertSerialNumber[2] IMPLICIT CertificateSerialNumber   OPTIONAL
             }
            
             KeyIdentifier ::= OCTET STRING
             </code>
             Per RFC 5280 sec. 4.2.1.1 the authorityCertIssuer and authorityCertSerialNumber fields MUST both be present or
             both be absent.
             </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier.#ctor(Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo)">
            <summary>
            Calculates the keyIdentifier using a SHA1 hash over the BIT STRING from SubjectPublicKeyInfo as defined in RFC2459.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier.#ctor(Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo,Org.BouncyCastle.Asn1.X509.GeneralNames,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Create an AuthorityKeyIdentifier with the GeneralNames tag and the serial number provided as well.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier.#ctor(Org.BouncyCastle.Asn1.X509.GeneralNames,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Create an AuthorityKeyIdentifier with the GeneralNames tag and the serial number provided.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier.#ctor(System.Byte[])">
            <summary>
            Create an AuthorityKeyIdentifier with a precomputed key identifier
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier.#ctor(System.Byte[],Org.BouncyCastle.Asn1.X509.GeneralNames,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Create an AuthorityKeyIdentifier with a precomputed key identifier and the GeneralNames tag and the serial
            number provided as well.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.AuthorityKeyIdentifier.CheckIssuerAndSerial(Org.BouncyCastle.Asn1.X509.GeneralNames,Org.BouncyCastle.Asn1.DerInteger)">
            <summary>
            RFC 5280 sec. 4.2.1.1: authorityCertIssuer and authorityCertSerialNumber MUST both be present or both be
            absent.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.BasicConstraints.#ctor(System.Int32)">
             create a cA=true object for the given path length constraint.
            
             @param pathLenConstraint
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.BasicConstraints.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            BasicConstraints := Sequence {
               cA                  Boolean DEFAULT FALSE,
               pathLenConstraint   Integer (0..MAX) OPTIONAL
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.CertificateList">
             PKIX RFC-2459
            
             The X.509 v2 CRL syntax is as follows.  For signature calculation,
             the data that is to be signed is ASN.1 Der encoded.
            
             <pre>
             CertificateList  ::=  Sequence  {
                  tbsCertList          TbsCertList,
                  signatureAlgorithm   AlgorithmIdentifier,
                  signatureValue       BIT STRING  }
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.CertificatePair">
             This class helps to support crossCerfificatePairs in a LDAP directory
             according RFC 2587
            
             <pre>
                 crossCertificatePairATTRIBUTE::={
                   WITH SYNTAX   CertificatePair
                   EQUALITY MATCHING RULE certificatePairExactMatch
                   ID joint-iso-ccitt(2) ds(5) attributeType(4) crossCertificatePair(40)}
             </pre>
            
             <blockquote> The forward elements of the crossCertificatePair attribute of a
             CA's directory entry shall be used to store all, except self-issued
             certificates issued to this CA. Optionally, the reverse elements of the
             crossCertificatePair attribute, of a CA's directory entry may contain a
             subset of certificates issued by this CA to other CAs. When both the forward
             and the reverse elements are present in a single attribute value, issuer name
             in one certificate shall match the subject name in the other and vice versa,
             and the subject public key in one certificate shall be capable of verifying
             the digital signature on the other certificate and vice versa.
            
             When a reverse element is present, the forward element value and the reverse
             element value need not be stored in the same attribute value; in other words,
             they can be stored in either a single attribute value or two attribute
             values. </blockquote>
            
             <pre>
                   CertificatePair ::= SEQUENCE {
                     forward		[0]	Certificate OPTIONAL,
                     reverse		[1]	Certificate OPTIONAL,
                     -- at least one of the pair shall be present -- }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.CertificatePair.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
             <p/>
             The sequence is of type CertificatePair:
             <p/>
             <pre>
                   CertificatePair ::= SEQUENCE {
                     forward		[0]	Certificate OPTIONAL,
                     reverse		[1]	Certificate OPTIONAL,
                     -- at least one of the pair shall be present -- }
             </pre>
            
             @param seq The ASN.1 sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.CertificatePair.#ctor(Org.BouncyCastle.Asn1.X509.X509CertificateStructure,Org.BouncyCastle.Asn1.X509.X509CertificateStructure)">
             Constructor from a given details.
            
             @param forward Certificates issued to this CA.
             @param reverse Certificates issued by this CA to other CAs.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.CertificatePair.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                   CertificatePair ::= SEQUENCE {
                     forward		[0]	Certificate OPTIONAL,
                     reverse		[1]	Certificate OPTIONAL,
                     -- at least one of the pair shall be present -- }
             </pre>
            
             @return a DERObject
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.CertificatePair.Forward">
            @return Returns the forward.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.CertificatePair.Reverse">
            @return Returns the reverse.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.CertificatePolicies">
            <remarks><code>CertificatePolicies ::= SEQUENCE SIZE {1..MAX} OF PolicyInformation</code></remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.CertificatePolicies.#ctor(Org.BouncyCastle.Asn1.X509.PolicyInformation)">
            <summary>Construct an instance containing a single <see cref="T:Org.BouncyCastle.Asn1.X509.PolicyInformation"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.CertificatePolicies.GetPolicyInformation">
            <summary>Return the <see cref="T:Org.BouncyCastle.Asn1.X509.PolicyInformation"/>s making up the sequence.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.CertPolicyID">
             CertPolicyId, used in the CertificatePolicies and PolicyMappings
             X509V3 Extensions.
            
             <pre>
                 CertPolicyId ::= OBJECT IDENTIFIER
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.CrlDistPoint">
            <remarks><code>CrlDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint</code></remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.CrlDistPoint.#ctor(Org.BouncyCastle.Asn1.X509.DistributionPoint)">
            <summary>Construct an instance containing a single <see cref="T:Org.BouncyCastle.Asn1.X509.DistributionPoint"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.CrlDistPoint.GetDistributionPoints">
            <summary>Return the <see cref="T:Org.BouncyCastle.Asn1.X509.DistributionPoint"/>s making up the sequence.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.CrlNumber">
            The CRLNumber object.
            <pre>
            CRLNumber::= Integer(0..MAX)
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.CrlReason">
            The CRLReason enumeration.
            <pre>
            CRLReason ::= Enumerated {
             unspecified             (0),
             keyCompromise           (1),
             cACompromise            (2),
             affiliationChanged      (3),
             superseded              (4),
             cessationOfOperation    (5),
             certificateHold         (6),
             removeFromCRL           (8),
             privilegeWithdrawn      (9),
             aACompromise           (10)
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.DeltaCertificateDescriptor">
            <pre>
            DeltaCertificateDescriptor ::= SEQUENCE {
              serialNumber          CertificateSerialNumber,
              signature             [0] EXPLICIT AlgorithmIdentifier {SIGNATURE_ALGORITHM, {...}} OPTIONAL,
              issuer                [1] EXPLICIT Name OPTIONAL,
              validity              [2] EXPLICIT Validity OPTIONAL,
              subject               [3] EXPLICIT Name OPTIONAL,
              subjectPublicKeyInfo  SubjectPublicKeyInfo,
              extensions            [4] EXPLICIT Extensions{CertExtensions} OPTIONAL,
              signatureValue        BIT STRING
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.DigestInfo">
            The DigestInfo object.
            <pre>
            DigestInfo::=Sequence{
                     digestAlgorithm  AlgorithmIdentifier,
                     digest OCTET STRING }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.DisplayText">
             <code>DisplayText</code> class, used in
             <code>CertificatePolicies</code> X509 V3 extensions (in policy qualifiers).
            
             <p>It stores a string in a chosen encoding.
             <pre>
             DisplayText ::= CHOICE {
                  ia5String        IA5String      (SIZE (1..200)),
                  visibleString    VisibleString  (SIZE (1..200)),
                  bmpString        BMPString      (SIZE (1..200)),
                  utf8String       UTF8String     (SIZE (1..200)) }
             </pre></p>
             @see PolicyQualifierInfo
             @see PolicyInformation
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.DisplayText.ContentTypeIA5String">
             Constant corresponding to ia5String encoding.
            
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.DisplayText.ContentTypeBmpString">
             Constant corresponding to bmpString encoding.
            
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.DisplayText.ContentTypeUtf8String">
             Constant corresponding to utf8String encoding.
            
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.DisplayText.ContentTypeVisibleString">
             Constant corresponding to visibleString encoding.
            
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.DisplayText.DisplayTextMaximumSize">
             Describe constant <code>DisplayTextMaximumSize</code> here.
            
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.DisplayText.#ctor(System.Int32,System.String)">
             Creates a new <code>DisplayText</code> instance.
            
             @param type the desired encoding type for the text.
             @param text the text to store. Strings longer than 200
             characters are truncated.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.DisplayText.#ctor(System.String)">
             Creates a new <code>DisplayText</code> instance.
            
             @param text the text to encapsulate. Strings longer than 200
             characters are truncated.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.DisplayText.#ctor(Org.BouncyCastle.Asn1.IAsn1String)">
             Creates a new <code>DisplayText</code> instance.
             <p>Useful when reading back a <code>DisplayText</code> class
             from it's Asn1Encodable form.</p>
            
             @param contents an <code>Asn1Encodable</code> instance.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.DisplayText.GetString">
             Returns the stored <code>string</code> object.
            
             @return the stored text as a <code>string</code>.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.DistributionPoint">
            The DistributionPoint object.
            <pre>
            DistributionPoint ::= Sequence {
                 distributionPoint [0] DistributionPointName OPTIONAL,
                 reasons           [1] ReasonFlags OPTIONAL,
                 cRLIssuer         [2] GeneralNames OPTIONAL
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.DistributionPointName">
            <summary>The DistributionPointName ASN.1 type.</summary>
            <remarks>
            <code>
            DistributionPointName ::= CHOICE {
                fullName[0] GeneralNames,
                nameRelativeToCRLIssuer[1] RelativeDistinguishedName
            }
            RelativeDistinguishedName::= SET SIZE(1..MAX) OF AttributeTypeAndValue
            </code>
            Per RFC 5280 sec. 4.2.1.13, <c>nameRelativeToCRLIssuer</c> is a single RelativeDistinguishedName (a SET of one
            or more attribute-type-and-value pairs) - never a sequence of RDNs. When two attributes need to be carried here
            they share one multi-valued RDN(e.g. <c>O = Bouncy + OU = Test</c>), not two adjacent RDNs (e.g.
            <c>O = Bouncy, OU = Test</c>); the CHOICE branch is decoded as an <see cref="T:Org.BouncyCastle.Asn1.Asn1Set"/> and a sequence-shaped
            input is rejected. The full DN of the distribution point is formed by appending this single RDN to the CRL
            issuer's RDNSequence (RFC 5280 sec. 5.2.5).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.EdiPartyName">
            <pre>
            EDIPartyName ::= Sequence {
                 nameAssigner            [0]     DirectoryString OPTIONAL,
                 partyName               [1]     DirectoryString }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage">
            <remarks><code>extendedKeyUsage ::= Sequence SIZE (1..MAX) OF KeyPurposeId</code></remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.ExtendedKeyUsage.GetAllUsages">
            <summary>Returns all extended key usages.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.Extensions">
             <pre>
                 Extensions        ::=   SEQUENCE SIZE (1..MAX) OF Extension
            
                 Extension         ::=   SEQUENCE {
                    extnId            EXTENSION.&amp;id ({ExtensionSet}),
                    critical          BOOLEAN DEFAULT FALSE,
                    extnValue         OCTET STRING }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Extensions.ToAsn1Object">
             <pre>
                 Extensions        ::=   SEQUENCE SIZE (1..MAX) OF Extension
            
                 Extension         ::=   SEQUENCE {
                    extnId            EXTENSION.&amp;id ({ExtensionSet}),
                    critical          BOOLEAN DEFAULT FALSE,
                    extnValue         OCTET STRING }
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.GeneralName">
             The GeneralName object.
             <pre>
             GeneralName ::= CHOICE {
                  otherName                       [0]     OtherName,
                  rfc822Name                      [1]     IA5String,
                  dNSName                         [2]     IA5String,
                  x400Address                     [3]     ORAddress,
                  directoryName                   [4]     Name,
                  ediPartyName                    [5]     EDIPartyName,
                  uniformResourceIdentifier       [6]     IA5String,
                  iPAddress                       [7]     OCTET STRING,
                  registeredID                    [8]     OBJECT IDENTIFIER}
            
             OtherName ::= Sequence {
                  type-id    OBJECT IDENTIFIER,
                  value      [0] EXPLICIT ANY DEFINED BY type-id }
            
             EDIPartyName ::= Sequence {
                  nameAssigner            [0]     DirectoryString OPTIONAL,
                  partyName               [1]     DirectoryString }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.GeneralName.#ctor(Org.BouncyCastle.Asn1.Asn1Object,System.Int32)">
             When the subjectAltName extension contains an Internet mail address,
             the address MUST be included as an rfc822Name. The format of an
             rfc822Name is an "addr-spec" as defined in RFC 822 [RFC 822].
            
             When the subjectAltName extension contains a domain name service
             label, the domain name MUST be stored in the dNSName (an IA5String).
             The name MUST be in the "preferred name syntax," as specified by RFC
             1034 [RFC 1034].
            
             When the subjectAltName extension contains a URI, the name MUST be
             stored in the uniformResourceIdentifier (an IA5String). The name MUST
             be a non-relative URL, and MUST follow the URL syntax and encoding
             rules specified in [RFC 1738].  The name must include both a scheme
             (e.g., "http" or "ftp") and a scheme-specific-part.  The scheme-
             specific-part must include a fully qualified domain name or IP
             address as the host.
            
             When the subjectAltName extension contains a iPAddress, the address
             MUST be stored in the octet string in "network byte order," as
             specified in RFC 791 [RFC 791]. The least significant bit (LSB) of
             each octet is the LSB of the corresponding byte in the network
             address. For IP Version 4, as specified in RFC 791, the octet string
             MUST contain exactly four octets.  For IP Version 6, as specified in
             RFC 1883, the octet string MUST contain exactly sixteen octets [RFC
             1883].
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.GeneralName.#ctor(System.Int32,System.String)">
             Create a GeneralName for the given tag from the passed in string.
             <p>
             This constructor can handle:
             <ul>
             <li>rfc822Name</li>
             <li>iPAddress</li>
             <li>directoryName</li>
             <li>dNSName</li>
             <li>uniformResourceIdentifier</li>
             <li>registeredID</li>
             </ul>
             For x400Address, otherName and ediPartyName there is no common string
             format defined.
             </p><p>
             Note: A directory name can be encoded in different ways into a byte
             representation. Be aware of this if the byte representation is used for
             comparing results.
             </p>
            
             @param tag tag number
             @param name string representation of name
             @throws ArgumentException if the string encoding is not correct or
                         not supported.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.GeneralNames.#ctor(Org.BouncyCastle.Asn1.X509.GeneralName)">
            <summary>Construct a GeneralNames object containing one GeneralName.</summary>
            <param name="name">The name to be contained.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.GeneralNames.ToAsn1Object">
            <summary>Produce an object suitable for an Asn1OutputStream.</summary>
            <remarks>
            <code>
            GeneralNames ::= Sequence SIZE {1..MAX} OF GeneralName
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.GeneralSubtree">
            <summary>
            Class for containing a restriction object subtrees in NameConstraints. See RFC 3280.
            </summary>
            <remarks>
            <code>
            GeneralSubtree ::= SEQUENCE
            {
                base            GeneralName,
                minimum     [0] BaseDistance DEFAULT 0,
                maximum     [1] BaseDistance OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.GeneralSubtree.#ctor(Org.BouncyCastle.Asn1.X509.GeneralName,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>Constructor from the given details.</summary>
            <remarks>
            According to RFC 3280, the minimum and maximum fields are not used with any name forms, thus minimum MUST
            be zero, and maximum MUST be absent. If minimum is <c>null</c>, zero is assumed, if maximum is <c>null</c>,
            maximum is absent.
            </remarks>
            <param name="baseName"/>
            <param name="minimum"/>
            <param name="maximum"/>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.GeneralSubtree.#ctor(Org.BouncyCastle.Asn1.X509.GeneralName,Org.BouncyCastle.Asn1.DerInteger,Org.BouncyCastle.Asn1.DerInteger)">
            <summary>Constructor from the given details.</summary>
            <remarks>
            According to RFC 3280, the minimum and maximum fields are not used with any name forms, thus minimum MUST
            be zero, and maximum MUST be absent. If minimum is <c>null</c>, zero is assumed, if maximum is <c>null</c>,
            maximum is absent.
            </remarks>
            <param name="baseName"/>
            <param name="minimum"/>
            <param name="maximum"/>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.GeneralSubtrees">
            <remarks><code>GeneralSubtrees ::= SEQUENCE SIZE (1..MAX) OF GeneralSubtree</code></remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.Holder">
            The Holder object.
            <p>
            For an v2 attribute certificate this is:
            
            <pre>
                       Holder ::= SEQUENCE {
                             baseCertificateID   [0] IssuerSerial OPTIONAL,
                                      -- the issuer and serial number of
                                      -- the holder's Public Key Certificate
                             entityName          [1] GeneralNames OPTIONAL,
                                      -- the name of the claimant or role
                             objectDigestInfo    [2] ObjectDigestInfo OPTIONAL
                                      -- used to directly authenticate the holder,
                                      -- for example, an executable
                       }
            </pre>
            </p>
            <p>
            For an v1 attribute certificate this is:
            
            <pre>
                    subject CHOICE {
                     baseCertificateID [0] EXPLICIT IssuerSerial,
                     -- associated with a Public Key Certificate
                     subjectName [1] EXPLICIT GeneralNames },
                     -- associated with a name
            </pre>
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Holder.#ctor(Org.BouncyCastle.Asn1.Asn1TaggedObject)">
            Constructor for a holder for an v1 attribute certificate.
            
            @param tagObj The ASN.1 tagged holder object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Holder.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
            Constructor for a holder for an v2 attribute certificate. *
            
            @param seq The ASN.1 sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Holder.#ctor(Org.BouncyCastle.Asn1.X509.IssuerSerial,System.Int32)">
            Constructs a holder from a IssuerSerial.
            @param baseCertificateID The IssuerSerial.
            @param version The version of the attribute certificate. 
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.Holder.Version">
            Returns 1 for v2 attribute certificates or 0 for v1 attribute
            certificates. 
            @return The version of the attribute certificate.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Holder.#ctor(Org.BouncyCastle.Asn1.X509.GeneralNames)">
            Constructs a holder with an entityName for v2 attribute certificates or
            with a subjectName for v1 attribute certificates.
            
            @param entityName The entity or subject name.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Holder.#ctor(Org.BouncyCastle.Asn1.X509.GeneralNames,System.Int32)">
            Constructs a holder with an entityName for v2 attribute certificates or
            with a subjectName for v1 attribute certificates.
            
            @param entityName The entity or subject name.
            @param version The version of the attribute certificate. 
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Holder.#ctor(Org.BouncyCastle.Asn1.X509.ObjectDigestInfo)">
            Constructs a holder from an object digest info.
            
            @param objectDigestInfo The object digest info object.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.Holder.EntityName">
            Returns the entityName for an v2 attribute certificate or the subjectName
            for an v1 attribute certificate.
            
            @return The entityname or subjectname.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Holder.ToAsn1Object">
            The Holder object.
            <pre>
             Holder ::= Sequence {
                   baseCertificateID   [0] IssuerSerial OPTIONAL,
                            -- the issuer and serial number of
                            -- the holder's Public Key Certificate
                   entityName          [1] GeneralNames OPTIONAL,
                            -- the name of the claimant or role
                   objectDigestInfo    [2] ObjectDigestInfo OPTIONAL
                            -- used to directly authenticate the holder,
                            -- for example, an executable
             }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.IetfAttrSyntax">
            Implementation of <code>IetfAttrSyntax</code> as specified by RFC3281.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.IetfAttrSyntax.ToAsn1Object">
            
             <pre>
            
              IetfAttrSyntax ::= Sequence {
                policyAuthority [0] GeneralNames OPTIONAL,
                values Sequence OF CHOICE {
                  octets OCTET STRING,
                  oid OBJECT IDENTIFIER,
                  string UTF8String
                }
              }
            
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.IssuerSerial.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             IssuerSerial  ::=  Sequence {
                  issuer         GeneralNames,
                  serial         CertificateSerialNumber,
                  issuerUid      UniqueIdentifier OPTIONAL
             }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint">
            <summary>The IssuingDistributionPoint ASN.1 type.</summary>
            <remarks>
            <code>
            IssuingDistributionPoint ::= SEQUENCE {
                distributionPoint[0] DistributionPointName OPTIONAL,
                onlyContainsUserCerts[1] BOOLEAN DEFAULT FALSE, 
                onlyContainsCACerts[2] BOOLEAN DEFAULT FALSE, 
                onlySomeReasons[3] ReasonFlags OPTIONAL,
                indirectCRL[4] BOOLEAN DEFAULT FALSE,
                onlyContainsAttributeCerts[5] BOOLEAN DEFAULT FALSE }
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint.#ctor(Org.BouncyCastle.Asn1.X509.DistributionPointName,System.Boolean,System.Boolean,Org.BouncyCastle.Asn1.X509.ReasonFlags,System.Boolean,System.Boolean)">
            <summary>Constructor from given details.</summary>
            <param name="distributionPoint">May contain an URI as pointer to most current CRL.</param>
            <param name="onlyContainsUserCerts">Covers revocation information for end certificates.</param>
            <param name="onlyContainsCACerts">Covers revocation information for CA certificates.</param>
            <param name="onlySomeReasons">Which revocation reasons does this point cover.</param>
            <param name="indirectCRL">If <c>true</c> then the CRL contains revocation information about certificates
            issued by other CAs.</param>
            <param name="onlyContainsAttributeCerts">Covers revocation information for attribute certificates.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint.#ctor(Org.BouncyCastle.Asn1.X509.DistributionPointName,System.Boolean,System.Boolean)">
            <summary>Shorthand constructor from given details.</summary>
            <param name="distributionPoint">May contain an URI as pointer to most current CRL.</param>
            <param name="indirectCRL">If <c>true</c> then the CRL contains revocation information about certificates
            issued by other CAs.</param>
            <param name="onlyContainsAttributeCerts">Covers revocation information for attribute certificates.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.IssuingDistributionPoint.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
            Constructor from Asn1Sequence
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.KeyPurposeID">
            <summary>The KeyPurposeID object.</summary>
            <remarks>
            <code>
            KeyPurposeID ::= OBJECT IDENTIFIER
            </code>
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.KeyPurposeID.id_kp_documentSigning">
            <summary>RFC 9336 sec. 3.1 - signing documents (e.g. PDF, XML, JSON) for human consumption.</summary>
            <remarks><code>id-kp-documentSigning OBJECT IDENTIFIER ::= { id-kp 36 }</code></remarks>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.KeyPurposeID.id_kp_imUri">
            <summary>
            RFC 9734 sec. 3 - proving the identity of an Instant Messaging (IM) client, whose IM URI (RFC 3860) or XMPP
            URI (RFC 6121) appears in the subjectAltName.
            </summary>
            <remarks><code>id-kp-imUri OBJECT IDENTIFIER ::= { id-kp 40 }</code></remarks>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.KeyPurposeID.id_kp_configSigning">
            <summary>RFC 9809 sec. 3 - signing general-purpose configuration files.</summary>
            <remarks><code>id-kp-configSigning OBJECT IDENTIFIER ::= { id-kp 41 }</code></remarks>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.KeyPurposeID.id_kp_trustAnchorConfigSigning">
            <summary>RFC 9809 sec. 3 - signing trust anchor configuration files.</summary>
            <remarks><code>id-kp-trustAnchorConfigSigning OBJECT IDENTIFIER ::= { id-kp 42 }</code></remarks>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.KeyPurposeID.id_kp_updatePackageSigning">
            <summary>RFC 9809 sec. 3 - signing software or firmware update packages.</summary>
            <remarks><code>id-kp-updatePackageSigning OBJECT IDENTIFIER ::= { id-kp 43 }</code></remarks>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.KeyPurposeID.id_kp_safetyCommunication">
            <summary>RFC 9809 sec. 3 - authenticating communication peers for safety-critical communication.</summary>
            <remarks><code>id-kp-safetyCommunication OBJECT IDENTIFIER ::= { id-kp 44 }</code></remarks>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.KeyPurposeID.id_kp_msSGC">
            <summary>Microsoft Server Gated Crypto (msSGC).</summary>
            <remarks>see https://www.alvestrand.no/objectid/1.3.6.1.4.1.311.10.3.3.html</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.KeyPurposeID.id_kp_nsSGC">
            <summary>Netscape Server Gated Crypto (nsSGC).</summary>
            <remarks>see https://www.alvestrand.no/objectid/2.16.840.1.113730.4.1.html</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.KeyUsage">
             The KeyUsage object.
             <pre>
                id-ce-keyUsage OBJECT IDENTIFIER ::=  { id-ce 15 }
            
                KeyUsage ::= BIT STRING {
                     digitalSignature        (0),
                     nonRepudiation          (1),
                     keyEncipherment         (2),
                     dataEncipherment        (3),
                     keyAgreement            (4),
                     keyCertSign             (5),
                     cRLSign                 (6),
                     encipherOnly            (7),
                     decipherOnly            (8) }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.KeyUsage.#ctor(System.Int32)">
             Basic constructor.
            
             @param usage - the bitwise OR of the Key Usage flags giving the
             allowed uses for the key.
             e.g. (KeyUsage.keyEncipherment | KeyUsage.dataEncipherment)
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.NameConstraints">
            <remarks>
            <code>
            NameConstraints ::= SEQUENCE {
                permittedSubtrees   [0] GeneralSubtrees OPTIONAL,
                excludedSubtrees    [1] GeneralSubtrees OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.NameConstraints.#ctor(Org.BouncyCastle.Asn1.X509.GeneralSubtrees,Org.BouncyCastle.Asn1.X509.GeneralSubtrees)">
            <param name="permittedSubtrees">Permitted subtrees</param>
            <param name="excludedSubtrees">Excluded subtrees</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.NameConstraints.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Asn1.X509.GeneralSubtree},System.Collections.Generic.IList{Org.BouncyCastle.Asn1.X509.GeneralSubtree})">
            <summary>Constructor from the given details.</summary>
            <remarks>
            permitted and excluded are Vectors of GeneralSubtree objects.
            </remarks>
            <param name="permitted">Permitted subtrees</param>
            <param name="excluded">Excluded subtrees</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.NameConstraints.#ctor(System.Collections.Generic.IReadOnlyCollection{Org.BouncyCastle.Asn1.X509.GeneralSubtree},System.Collections.Generic.IReadOnlyCollection{Org.BouncyCastle.Asn1.X509.GeneralSubtree})">
            <summary>Constructor from the given details.</summary>
            <remarks>
            permitted and excluded are Vectors of GeneralSubtree objects.
            </remarks>
            <param name="permitted">Permitted subtrees</param>
            <param name="excluded">Excluded subtrees</param>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.NoticeReference">
             <code>NoticeReference</code> class, used in
             <code>CertificatePolicies</code> X509 V3 extensions
             (in policy qualifiers).
            
             <pre>
              NoticeReference ::= Sequence {
                  organization     DisplayText,
                  noticeNumbers    Sequence OF Integer }
            
             </pre>
            
             @see PolicyQualifierInfo
             @see PolicyInformation
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.NoticeReference.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Creates a new <code>NoticeReference</code> instance.
             <p>Useful for reconstructing a <code>NoticeReference</code>
             instance from its encodable/encoded form.</p>
            
             @param as an <code>Asn1Sequence</code> value obtained from either
             calling @{link ToAsn1Object()} for a <code>NoticeReference</code>
             instance or from parsing it from a Der-encoded stream.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.NoticeReference.#ctor(System.String,System.Collections.Generic.IList{System.Object})">
             Creates a new <code>NoticeReference</code> instance.
            
             @param organization a <code>String</code> value
             @param numbers a <code>Vector</code> value
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.NoticeReference.#ctor(System.String,Org.BouncyCastle.Asn1.Asn1EncodableVector)">
             Creates a new <code>NoticeReference</code> instance.
            
             @param organization a <code>String</code> value
             @param noticeNumbers an <code>ASN1EncodableVector</code> value
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.NoticeReference.#ctor(Org.BouncyCastle.Asn1.X509.DisplayText,Org.BouncyCastle.Asn1.Asn1EncodableVector)">
             Creates a new <code>NoticeReference</code> instance.
            
             @param organization displayText
             @param noticeNumbers an <code>ASN1EncodableVector</code> value
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.NoticeReference.ToAsn1Object">
             Describe <code>ToAsn1Object</code> method here.
            
             @return a <code>Asn1Object</code> value
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.ObjectDigestInfo">
            ObjectDigestInfo ASN.1 structure used in v2 attribute certificates.
            
            <pre>
             
               ObjectDigestInfo ::= SEQUENCE {
                    digestedObjectType  ENUMERATED {
                            publicKey            (0),
                            publicKeyCert        (1),
                            otherObjectTypes     (2) },
                                    -- otherObjectTypes MUST NOT
                                    -- be used in this profile
                    otherObjectTypeID   OBJECT IDENTIFIER OPTIONAL,
                    digestAlgorithm     AlgorithmIdentifier,
                    objectDigest        BIT STRING
               }
              
            </pre>
            
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.ObjectDigestInfo.PublicKey">
            The public key is hashed.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.ObjectDigestInfo.PublicKeyCert">
            The public key certificate is hashed.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.ObjectDigestInfo.OtherObjectDigest">
            An other object is hashed.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.ObjectDigestInfo.#ctor(System.Int32,System.String,Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[])">
            Constructor from given details.
            <p>
            If <code>digestedObjectType</code> is not {@link #publicKeyCert} or
            {@link #publicKey} <code>otherObjectTypeID</code> must be given,
            otherwise it is ignored.</p>
            
            @param digestedObjectType The digest object type.
            @param otherObjectTypeID The object type ID for
                       <code>otherObjectDigest</code>.
            @param digestAlgorithm The algorithm identifier for the hash.
            @param objectDigest The hash value.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.ObjectDigestInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            
            <pre>
             
               ObjectDigestInfo ::= SEQUENCE {
                    digestedObjectType  ENUMERATED {
                            publicKey            (0),
                            publicKeyCert        (1),
                            otherObjectTypes     (2) },
                                    -- otherObjectTypes MUST NOT
                                    -- be used in this profile
                    otherObjectTypeID   OBJECT IDENTIFIER OPTIONAL,
                    digestAlgorithm     AlgorithmIdentifier,
                    objectDigest        BIT STRING
               }
              
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.OtherName">
            The OtherName object.
            <pre>
            OtherName ::= SEQUENCE {
                 type-id    OBJECT IDENTIFIER,
                 value      [0] EXPLICIT ANY DEFINED BY type-id }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.OtherName.GetInstance(System.Object)">
            OtherName factory method.
            @param obj the object used to construct an instance of <code>
            OtherName</code>. It must be an instance of <code>OtherName
            </code> or <code>ASN1Sequence</code>.
            @return the instance of <code>OtherName</code> built from the
            supplied object.
            @throws java.lang.IllegalArgumentException if the object passed
            to the factory is not an instance of <code>OtherName</code> or something that
            can be converted into an appropriate <code>ASN1Sequence</code>.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.OtherName.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.Asn1Encodable)">
            Base constructor.
            @param typeID the type of the other name.
            @param value the ANY object that represents the value.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.PolicyMappings">
             PolicyMappings V3 extension, described in RFC3280.
             <pre>
               PolicyMappings ::= Sequence SIZE (1..MAX) OF Sequence {
                 issuerDomainPolicy   CertPolicyId,
                 subjectDomainPolicy  CertPolicyId }
            
               CertPolicyId ::= OBJECT IDENTIFIER
             </pre>
            
             @see <a href="http://www.faqs.org/rfc/rfc3280.txt">RFC 3280, section 4.2.1.6</a>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.PolicyMappings.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Creates a new <code>PolicyMappings</code> instance.
            
             @param seq an <code>Asn1Sequence</code> constructed as specified
             in RFC 3280
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.PolicyQualifierID">
             PolicyQualifierId, used in the CertificatePolicies
             X509V3 extension.
            
             <pre>
                id-qt          OBJECT IDENTIFIER ::=  { id-pkix 2 }
                id-qt-cps      OBJECT IDENTIFIER ::=  { id-qt 1 }
                id-qt-unotice  OBJECT IDENTIFIER ::=  { id-qt 2 }
              PolicyQualifierId ::=
                   OBJECT IDENTIFIER ( id-qt-cps | id-qt-unotice )
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo">
             Policy qualifiers, used in the X509V3 CertificatePolicies
             extension.
            
             <pre>
               PolicyQualifierInfo ::= Sequence {
                   policyQualifierId  PolicyQualifierId,
                   qualifier          ANY DEFINED BY policyQualifierId }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Creates a new <code>PolicyQualifierInfo</code> instance.
            
             @param as <code>PolicyQualifierInfo</code> X509 structure
             encoded as an Asn1Sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo.#ctor(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.Asn1Encodable)">
             Creates a new <code>PolicyQualifierInfo</code> instance.
            
             @param policyQualifierId a <code>PolicyQualifierId</code> value
             @param qualifier the qualifier, defined by the above field.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo.#ctor(System.String)">
             Creates a new <code>PolicyQualifierInfo</code> containing a
             cPSuri qualifier.
            
             @param cps the CPS (certification practice statement) uri as a
             <code>string</code>.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo.ToAsn1Object">
             Returns a Der-encodable representation of this instance.
            
             @return a <code>Asn1Object</code> value
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.PrivateKeyUsagePeriod">
            <remarks>
            <pre>
            PrivateKeyUsagePeriod ::= SEQUENCE
            {
            notBefore       [0]     GeneralizedTime OPTIONAL,
            notAfter        [1]     GeneralizedTime OPTIONAL }
            </pre>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.Qualified.BiometricData">
            The BiometricData object.
            <pre>
            BiometricData  ::=  SEQUENCE {
                  typeOfBiometricData  TypeOfBiometricData,
                  hashAlgorithm        AlgorithmIdentifier,
                  biometricDataHash    OCTET STRING,
                  sourceDataUri        IA5String OPTIONAL  }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.Qualified.Iso4217CurrencyCode">
            The Iso4217CurrencyCode object.
            <pre>
            Iso4217CurrencyCode  ::=  CHOICE {
                  alphabetic              PrintableString (SIZE 3), --Recommended
                  numeric              INTEGER (1..999) }
            -- Alphabetic or numeric currency code as defined in ISO 4217
            -- It is recommended that the Alphabetic form is used
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.Qualified.MonetaryValue">
            The MonetaryValue object.
            <pre>
            MonetaryValue  ::=  SEQUENCE {
                  currency              Iso4217CurrencyCode,
                  amount               INTEGER,
                  exponent             INTEGER }
            -- value = amount * 10^exponent
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.Qualified.QCStatement">
            The QCStatement object.
            <pre>
            QCStatement ::= SEQUENCE {
              statementId        OBJECT IDENTIFIER,
              statementInfo      ANY DEFINED BY statementId OPTIONAL}
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.Qualified.SemanticsInformation">
             The SemanticsInformation object.
             <pre>
                   SemanticsInformation ::= SEQUENCE {
                     semanticsIdentifier        OBJECT IDENTIFIER   OPTIONAL,
                     nameRegistrationAuthorities NameRegistrationAuthorities
                                                                     OPTIONAL }
                     (WITH COMPONENTS {..., semanticsIdentifier PRESENT}|
                      WITH COMPONENTS {..., nameRegistrationAuthorities PRESENT})
            
                 NameRegistrationAuthorities ::=  SEQUENCE SIZE (1..MAX) OF
                     GeneralName
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.Qualified.TypeOfBiometricData">
             The TypeOfBiometricData object.
             <pre>
             TypeOfBiometricData ::= CHOICE {
               predefinedBiometricType   PredefinedBiometricType,
               biometricDataOid          OBJECT IDENTIFIER }
            
             PredefinedBiometricType ::= INTEGER {
               picture(0),handwritten-signature(1)}
               (picture|handwritten-signature)
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.ReasonFlags">
            The ReasonFlags object.
            <pre>
            ReasonFlags ::= BIT STRING {
               unused(0),
               keyCompromise(1),
               cACompromise(2),
               affiliationChanged(3),
               superseded(4),
               cessationOfOperation(5),
               certficateHold(6)
            }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.ReasonFlags.#ctor(System.Int32)">
            @param reasons - the bitwise OR of the Key Reason flags giving the
            allowed uses for the key.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.RoleSyntax">
             Implementation of the RoleSyntax object as specified by the RFC3281.
            
             <pre>
             RoleSyntax ::= SEQUENCE {
                             roleAuthority  [0] GeneralNames OPTIONAL,
                             roleName       [1] GeneralName
                       }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.RoleSyntax.GetInstance(System.Object)">
            RoleSyntax factory method.
            @param obj the object used to construct an instance of <code>
            RoleSyntax</code>. It must be an instance of <code>RoleSyntax
            </code> or <code>Asn1Sequence</code>.
            @return the instance of <code>RoleSyntax</code> built from the
            supplied object.
            @throws java.lang.ArgumentException if the object passed
            to the factory is not an instance of <code>RoleSyntax</code> or
            <code>Asn1Sequence</code>.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.RoleSyntax.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
            Constructor that builds an instance of <code>RoleSyntax</code> by
            extracting the encoded elements from the <code>Asn1Sequence</code>
            object supplied.
            @param seq    an instance of <code>Asn1Sequence</code> that holds
            the encoded elements used to build this <code>RoleSyntax</code>.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.RoleSyntax.#ctor(Org.BouncyCastle.Asn1.X509.GeneralNames,Org.BouncyCastle.Asn1.X509.GeneralName)">
            Constructor.
            @param roleAuthority the role authority of this RoleSyntax.
            @param roleName    the role name of this RoleSyntax.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.RoleSyntax.#ctor(Org.BouncyCastle.Asn1.X509.GeneralName)">
            Constructor. Invoking this constructor is the same as invoking
            <code>new RoleSyntax(null, roleName)</code>.
            @param roleName    the role name of this RoleSyntax.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.RoleSyntax.#ctor(System.String)">
            Utility constructor. Takes a <code>string</code> argument representing
            the role name, builds a <code>GeneralName</code> to hold the role name
            and calls the constructor that takes a <code>GeneralName</code>.
            @param roleName
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.RoleSyntax.RoleAuthority">
            Gets the role authority of this RoleSyntax.
            @return    an instance of <code>GeneralNames</code> holding the
            role authority of this RoleSyntax.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.RoleSyntax.RoleName">
            Gets the role name of this RoleSyntax.
            @return    an instance of <code>GeneralName</code> holding the
            role name of this RoleSyntax.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.RoleSyntax.GetRoleNameAsString">
            Gets the role name as a <code>java.lang.string</code> object.
            @return    the role name of this RoleSyntax represented as a
            <code>string</code> object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.RoleSyntax.GetRoleAuthorityAsString">
            Gets the role authority as a <code>string[]</code> object.
            @return the role authority of this RoleSyntax represented as a
            <code>string[]</code> array.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.RoleSyntax.ToAsn1Object">
             Implementation of the method <code>ToAsn1Object</code> as
             required by the superclass <code>ASN1Encodable</code>.
            
             <pre>
             RoleSyntax ::= SEQUENCE {
                             roleAuthority  [0] GeneralNames OPTIONAL,
                             roleName       [1] GeneralName
                       }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.RsaPublicKeyStructure.ToAsn1Object">
            This outputs the key in Pkcs1v2 format.
            <pre>
                 RSAPublicKey ::= Sequence {
                                     modulus Integer, -- n
                                     publicExponent Integer, -- e
                                 }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.SigI.NameOrPseudonym">
            Structure for a name or pseudonym.
            
            <pre>
                  NameOrPseudonym ::= CHOICE {
                	   surAndGivenName SEQUENCE {
                	     surName DirectoryString,
                	     givenName SEQUENCE OF DirectoryString 
                    },
                	   pseudonym DirectoryString 
                  }
            </pre>
            
            @see Org.BouncyCastle.Asn1.X509.sigi.PersonalData
            
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SigI.NameOrPseudonym.#ctor(Org.BouncyCastle.Asn1.X500.DirectoryString)">
            Constructor from DERString.
            <p/>
            The sequence is of type NameOrPseudonym:
            <p/>
            <pre>
                  NameOrPseudonym ::= CHOICE {
                	   surAndGivenName SEQUENCE {
                	     surName DirectoryString,
                	     givenName SEQUENCE OF DirectoryString
                    },
                	   pseudonym DirectoryString
                  }
            </pre>
            @param pseudonym pseudonym value to use.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SigI.NameOrPseudonym.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
             <p/>
             The sequence is of type NameOrPseudonym:
             <p/>
             <pre>
                   NameOrPseudonym ::= CHOICE {
                 	   surAndGivenName SEQUENCE {
                 	     surName DirectoryString,
                 	     givenName SEQUENCE OF DirectoryString
                     },
                 	   pseudonym DirectoryString
                   }
             </pre>
            
             @param seq The ASN.1 sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SigI.NameOrPseudonym.#ctor(System.String)">
             Constructor from a given details.
            
             @param pseudonym The pseudonym.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SigI.NameOrPseudonym.#ctor(Org.BouncyCastle.Asn1.X500.DirectoryString,Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from a given details.
            
             @param surname   The surname.
             @param givenName A sequence of directory strings making up the givenName
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SigI.NameOrPseudonym.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                   NameOrPseudonym ::= CHOICE {
                 	   surAndGivenName SEQUENCE {
                 	     surName DirectoryString,
                 	     givenName SEQUENCE OF DirectoryString
                     },
                 	   pseudonym DirectoryString
                   }
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.SigI.PersonalData">
             Contains personal data for the otherName field in the subjectAltNames
             extension.
             <p/>
             <pre>
                 PersonalData ::= SEQUENCE {
                   nameOrPseudonym NameOrPseudonym,
                   nameDistinguisher [0] INTEGER OPTIONAL,
                   dateOfBirth [1] GeneralizedTime OPTIONAL,
                   placeOfBirth [2] DirectoryString OPTIONAL,
                   gender [3] PrintableString OPTIONAL,
                   postalAddress [4] DirectoryString OPTIONAL
                   }
             </pre>
            
             @see Org.BouncyCastle.Asn1.X509.sigi.NameOrPseudonym
             @see Org.BouncyCastle.Asn1.X509.sigi.SigIObjectIdentifiers
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SigI.PersonalData.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
             <p/>
             The sequence is of type NameOrPseudonym:
             <p/>
             <pre>
                 PersonalData ::= SEQUENCE {
                   nameOrPseudonym NameOrPseudonym,
                   nameDistinguisher [0] INTEGER OPTIONAL,
                   dateOfBirth [1] GeneralizedTime OPTIONAL,
                   placeOfBirth [2] DirectoryString OPTIONAL,
                   gender [3] PrintableString OPTIONAL,
                   postalAddress [4] DirectoryString OPTIONAL
                   }
             </pre>
            
             @param seq The ASN.1 sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SigI.PersonalData.#ctor(Org.BouncyCastle.Asn1.X509.SigI.NameOrPseudonym,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Asn1.Asn1GeneralizedTime,Org.BouncyCastle.Asn1.X500.DirectoryString,System.String,Org.BouncyCastle.Asn1.X500.DirectoryString)">
             Constructor from a given details.
            
             @param nameOrPseudonym  Name or pseudonym.
             @param nameDistinguisher Name distinguisher.
             @param dateOfBirth      Date of birth.
             @param placeOfBirth     Place of birth.
             @param gender           Gender.
             @param postalAddress    Postal Address.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SigI.PersonalData.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
             <p/>
             Returns:
             <p/>
             <pre>
                 PersonalData ::= SEQUENCE {
                   nameOrPseudonym NameOrPseudonym,
                   nameDistinguisher [0] INTEGER OPTIONAL,
                   dateOfBirth [1] GeneralizedTime OPTIONAL,
                   placeOfBirth [2] DirectoryString OPTIONAL,
                   gender [3] PrintableString OPTIONAL,
                   postalAddress [4] DirectoryString OPTIONAL
                   }
             </pre>
            
             @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers">
            Object Identifiers of SigI specifciation (German Signature Law
            Interoperability specification).
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers.IdSigIKP">
            Key purpose IDs for German SigI (Signature Interoperability
            Specification)
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers.IdSigICP">
            Certificate policy IDs for German SigI (Signature Interoperability
            Specification)
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers.IdSigION">
            Other Name IDs for German SigI (Signature Interoperability Specification)
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers.IdSigIKPDirectoryService">
            To be used for for the generation of directory service certificates.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers.IdSigIONPersonalData">
            ID for PersonalData
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.SigI.SigIObjectIdentifiers.IdSigICPSigConform">
            Certificate is conform to german signature law.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.SubjectAltPublicKeyInfo">
             X.509 Section 9.8.2.
             <br/>
             This public-key certificate extension, when present, shall contain the subject’s alternative public key information
             <pre>
             subjectAltPublicKeyInfo EXTENSION ::= {
                  SYNTAX SubjectAltPublicKeyInfo
                  IDENTIFIED BY id-ce-subjectAltPublicKeyInfo }
            
             SubjectAltPublicKeyInfo ::= SEQUENCE {
                 algorithm AlgorithmIdentifier{{SupportedAlgorithms}},
                 subjectAltPublicKey BIT STRING }
             </pre>
             The SubjectAltPublicKeyInfo data type has the following components:
             <ul>
             <li>the algorithm subcomponent, which shall hold the algorithm that this public key is an instance of</li>
             <li>the subjectAltPublicKey subcomponent, which shall hold the alternative public key</li>
             </ul>
             This extension may be flagged as critical or as non-critical.
             <br/>
             NOTE – It is recommended that it be flagged as non-critical. Flagging it as critical would require relying parties to understand this
             extension and the alternative public-key algorithm.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes">
             This extension may contain further X.500 attributes of the subject. See also
             RFC 3039.
            
             <pre>
                 SubjectDirectoryAttributes ::= Attributes
                 Attributes ::= SEQUENCE SIZE (1..MAX) OF Attribute
                 Attribute ::= SEQUENCE
                 {
                   type AttributeType
                   values SET OF AttributeValue
                 }
            
                 AttributeType ::= OBJECT IDENTIFIER
                 AttributeValue ::= ANY DEFINED BY AttributeType
             </pre>
            
             @see Org.BouncyCastle.Asn1.X509.X509Name for AttributeType ObjectIdentifiers.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
            
             The sequence is of type SubjectDirectoryAttributes:
            
             <pre>
                  SubjectDirectoryAttributes ::= Attributes
                  Attributes ::= SEQUENCE SIZE (1..MAX) OF Attribute
                  Attribute ::= SEQUENCE
                  {
                    type AttributeType
                    values SET OF AttributeValue
                  }
            
                  AttributeType ::= OBJECT IDENTIFIER
                  AttributeValue ::= ANY DEFINED BY AttributeType
             </pre>
            
             @param seq
                        The ASN.1 sequence.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Asn1.X509.AttributeX509})">
             Constructor from an ArrayList of attributes.
            
             The ArrayList consists of attributes of type {@link Attribute Attribute}
            
             @param attributes The attributes.
            
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SubjectDirectoryAttributes.ToAsn1Object">
             Produce an object suitable for an Asn1OutputStream.
            
             Returns:
            
             <pre>
                  SubjectDirectoryAttributes ::= Attributes
                  Attributes ::= SEQUENCE SIZE (1..MAX) OF Attribute
                  Attribute ::= SEQUENCE
                  {
                    type AttributeType
                    values SET OF AttributeValue
                  }
            
                  AttributeType ::= OBJECT IDENTIFIER
                  AttributeValue ::= ANY DEFINED BY AttributeType
             </pre>
            
             @return a DERObject
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier">
            The SubjectKeyIdentifier object.
            <pre>
            SubjectKeyIdentifier::= OCTET STRING
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier.#ctor(Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo)">
             Calculates the keyIdentifier using a SHA1 hash over the BIT STRING
             from SubjectPublicKeyInfo as defined in RFC3280.
            
             @param spki the subject public key info.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier.CreateSha1KeyIdentifier(Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo)">
            Return a RFC 3280 type 1 key identifier. As in:
            <pre>
            (1) The keyIdentifier is composed of the 160-bit SHA-1 hash of the
            value of the BIT STRING subjectPublicKey (excluding the tag,
            length, and number of unused bits).
            </pre>
            @param keyInfo the key info object containing the subjectPublicKey field.
            @return the key identifier.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier.CreateTruncatedSha1KeyIdentifier(Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo)">
            Return a RFC 3280 type 2 key identifier. As in:
            <pre>
            (2) The keyIdentifier is composed of a four bit type field with
            the value 0100 followed by the least significant 60 bits of the
            SHA-1 hash of the value of the BIT STRING subjectPublicKey.
            </pre>
            @param keyInfo the key info object containing the subjectPublicKey field.
            @return the key identifier.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo">
            The object that contains the public key stored in a certficate.
            <p>
            The GetEncoded() method in the public keys in the JCE produces a DER
            encoded one of these.</p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo.ParsePublicKey">
             for when the public key is an encoded object - if the bitstring
             can't be decoded this routine raises an IOException.
            
             @exception IOException - if the bit string doesn't represent a Der
             encoded object.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo.PublicKey">
            <summary>Return the public key as a raw bit string.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo.PublicKeyData">
            <summary>Return the public key as a raw bit string.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            SubjectPublicKeyInfo ::= Sequence {
                                     algorithm AlgorithmIdentifier,
                                     publicKey BIT STRING }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.Target">
            Target structure used in target information extension for attribute
            certificates from RFC 3281.
            
            <pre>
                Target  ::= CHOICE {
                  targetName          [0] GeneralName,
                  targetGroup         [1] GeneralName,
                  targetCert          [2] TargetCert
                }
            </pre>
            
            <p>
            The targetCert field is currently not supported and must not be used
            according to RFC 3281.</p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Target.GetInstance(System.Object)">
            Creates an instance of a Target from the given object.
            <p>
            <code>obj</code> can be a Target or a {@link Asn1TaggedObject}</p>
            
            @param obj The object.
            @return A Target instance.
            @throws ArgumentException if the given object cannot be
                        interpreted as Target.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Target.#ctor(Org.BouncyCastle.Asn1.Asn1TaggedObject)">
            Constructor from Asn1TaggedObject.
            
            @param tagObj The tagged object.
            @throws ArgumentException if the encoding is wrong.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Target.#ctor(Org.BouncyCastle.Asn1.X509.Target.Choice,Org.BouncyCastle.Asn1.X509.GeneralName)">
             Constructor from given details.
             <p>
             Exactly one of the parameters must be not <code>null</code>.</p>
            
             @param type the choice type to apply to the name.
             @param name the general name.
             @throws ArgumentException if type is invalid.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.Target.TargetGroup">
            @return Returns the targetGroup.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.Target.TargetName">
            @return Returns the targetName.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Target.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            
            Returns:
            
            <pre>
                Target  ::= CHOICE {
                  targetName          [0] GeneralName,
                  targetGroup         [1] GeneralName,
                  targetCert          [2] TargetCert
                }
            </pre>
            
            @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.TargetInformation">
            Target information extension for attributes certificates according to RFC
            3281.
            
            <pre>
                      SEQUENCE OF Targets
            </pre>
            
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.TargetInformation.GetInstance(System.Object)">
            Creates an instance of a TargetInformation from the given object.
            <p>
            <code>obj</code> can be a TargetInformation or a {@link Asn1Sequence}</p>
            
            @param obj The object.
            @return A TargetInformation instance.
            @throws ArgumentException if the given object cannot be interpreted as TargetInformation.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.TargetInformation.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
            Constructor from a Asn1Sequence.
            
            @param seq The Asn1Sequence.
            @throws ArgumentException if the sequence does not contain
                        correctly encoded Targets elements.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.TargetInformation.GetTargetsObjects">
            Returns the targets in this target information extension.
            <p>
            The ArrayList is cloned before it is returned.</p>
            
            @return Returns the targets.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.TargetInformation.#ctor(Org.BouncyCastle.Asn1.X509.Targets)">
            Constructs a target information from a single targets element. 
            According to RFC 3281 only one targets element must be produced.
            
            @param targets A Targets instance.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.TargetInformation.#ctor(Org.BouncyCastle.Asn1.X509.Target[])">
             According to RFC 3281 only one targets element must be produced. If
             multiple targets are given they must be merged in
             into one targets element.
            
             @param targets An array with {@link Targets}.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.TargetInformation.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            
            Returns:
            
            <pre>
                     SEQUENCE OF Targets
            </pre>
            
            <p>
            According to RFC 3281 only one targets element must be produced. If
            multiple targets are given in the constructor they are merged into one
            targets element. If this was produced from a
            {@link Org.BouncyCastle.Asn1.Asn1Sequence} the encoding is kept.</p>
            
            @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.Targets">
            Targets structure used in target information extension for attribute
            certificates from RFC 3281.
            
            <pre>
                       Targets ::= SEQUENCE OF Target
                      
                       Target  ::= CHOICE {
                         targetName          [0] GeneralName,
                         targetGroup         [1] GeneralName,
                         targetCert          [2] TargetCert
                       }
                      
                       TargetCert  ::= SEQUENCE {
                         targetCertificate    IssuerSerial,
                         targetName           GeneralName OPTIONAL,
                         certDigestInfo       ObjectDigestInfo OPTIONAL
                       }
            </pre>
            
            @see Org.BouncyCastle.Asn1.X509.Target
            @see Org.BouncyCastle.Asn1.X509.TargetInformation
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Targets.GetInstance(System.Object)">
            Creates an instance of a Targets from the given object.
            <p>
            <code>obj</code> can be a Targets or a {@link Asn1Sequence}</p>
            
            @param obj The object.
            @return A Targets instance.
            @throws ArgumentException if the given object cannot be interpreted as Target.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Targets.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
            Constructor from Asn1Sequence.
            
            @param targets The ASN.1 SEQUENCE.
            @throws ArgumentException if the contents of the sequence are
                        invalid.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Targets.#ctor(Org.BouncyCastle.Asn1.X509.Target[])">
            Constructor from given targets.
            <p>
            The ArrayList is copied.</p>
            
            @param targets An <code>ArrayList</code> of {@link Target}s.
            @see Target
            @throws ArgumentException if the ArrayList contains not only Targets.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Targets.GetTargets">
            Returns the targets in an <code>ArrayList</code>.
            <p>
            The ArrayList is cloned before it is returned.</p>
            
            @return Returns the targets.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Targets.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            
            Returns:
            
            <pre>
                       Targets ::= SEQUENCE OF Target
            </pre>
            
            @return an Asn1Object
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.TbsCertificateStructure">
            The TbsCertificate object.
            <pre>
            TbsCertificate ::= Sequence {
                 version          [ 0 ]  Version DEFAULT v1(0),
                 serialNumber            CertificateSerialNumber,
                 signature               AlgorithmIdentifier,
                 issuer                  Name,
                 validity                Validity,
                 subject                 Name,
                 subjectPublicKeyInfo    SubjectPublicKeyInfo,
                 issuerUniqueID    [ 1 ] IMPLICIT UniqueIdentifier OPTIONAL,
                 subjectUniqueID   [ 2 ] IMPLICIT UniqueIdentifier OPTIONAL,
                 extensions        [ 3 ] Extensions OPTIONAL
                 }
            </pre>
            <p>
            Note: issuerUniqueID and subjectUniqueID are both deprecated by the IETF. This class
            will parse them, but you really shouldn't be creating new ones.</p>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.TbsCertificateList">
            PKIX RFC-2459 - TbsCertList object.
            <pre>
            TbsCertList  ::=  Sequence  {
                 version                 Version OPTIONAL,
                                              -- if present, shall be v2
                 signature               AlgorithmIdentifier,
                 issuer                  Name,
                 thisUpdate              Time,
                 nextUpdate              Time OPTIONAL,
                 revokedCertificates     Sequence OF Sequence  {
                      userCertificate         CertificateSerialNumber,
                      revocationDate          Time,
                      crlEntryExtensions      Extensions OPTIONAL
                                                    -- if present, shall be v2
                                           }  OPTIONAL,
                 crlExtensions           [0]  EXPLICIT Extensions OPTIONAL
                                                    -- if present, shall be v2
                                           }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Time.#ctor(System.DateTime)">
            creates a time object from a given date - if the date is between 1950
            and 2049 a UTCTime object is Generated, otherwise a GeneralizedTime
            is used.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Time.ToDateTime">
            <summary>
            Return our time as DateTime.
            </summary>
            <returns>A date time.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Time.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            Time ::= CHOICE {
                        utcTime        UTCTime,
                        generalTime    GeneralizedTime }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.UserNotice">
             <code>UserNotice</code> class, used in
             <code>CertificatePolicies</code> X509 extensions (in policy
             qualifiers).
             <pre>
             UserNotice ::= Sequence {
                  noticeRef        NoticeReference OPTIONAL,
                  explicitText     DisplayText OPTIONAL}
            
             </pre>
            
             @see PolicyQualifierId
             @see PolicyInformation
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.UserNotice.#ctor(Org.BouncyCastle.Asn1.X509.NoticeReference,Org.BouncyCastle.Asn1.X509.DisplayText)">
             Creates a new <code>UserNotice</code> instance.
            
             @param noticeRef a <code>NoticeReference</code> value
             @param explicitText a <code>DisplayText</code> value
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.UserNotice.#ctor(Org.BouncyCastle.Asn1.X509.NoticeReference,System.String)">
             Creates a new <code>UserNotice</code> instance.
            
             @param noticeRef a <code>NoticeReference</code> value
             @param str the explicitText field as a string.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.V1TbsCertificateGenerator">
             Generator for Version 1 TbsCertificateStructures.
             <pre>
             TbsCertificate ::= Sequence {
                  version          [ 0 ]  Version DEFAULT v1(0),
                  serialNumber            CertificateSerialNumber,
                  signature               AlgorithmIdentifier,
                  issuer                  Name,
                  validity                Validity,
                  subject                 Name,
                  subjectPublicKeyInfo    SubjectPublicKeyInfo,
                  }
             </pre>
            
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.V2AttributeCertificateInfoGenerator">
             Generator for Version 2 AttributeCertificateInfo
             <pre>
             AttributeCertificateInfo ::= Sequence {
                   version              AttCertVersion -- version is v2,
                   holder               Holder,
                   issuer               AttCertIssuer,
                   signature            AlgorithmIdentifier,
                   serialNumber         CertificateSerialNumber,
                   attrCertValidityPeriod   AttCertValidityPeriod,
                   attributes           Sequence OF Attr,
                   issuerUniqueID       UniqueIdentifier OPTIONAL,
                   extensions           Extensions OPTIONAL
             }
             </pre>
            
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.V2AttributeCertificateInfoGenerator.AddAttribute(Org.BouncyCastle.Asn1.X509.AttributeX509)">
            @param attribute
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.V2Form.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             V2Form ::= Sequence {
                  issuerName            GeneralNames  OPTIONAL,
                  baseCertificateID     [0] IssuerSerial  OPTIONAL,
                  objectDigestInfo      [1] ObjectDigestInfo  OPTIONAL
                    -- issuerName MUST be present in this profile
                    -- baseCertificateID and objectDigestInfo MUST NOT
                    -- be present in this profile
             }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.V2TbsCertListGenerator">
             Generator for Version 2 TbsCertList structures.
             <pre>
              TbsCertList  ::=  Sequence  {
                   version                 Version OPTIONAL,
                                                -- if present, shall be v2
                   signature               AlgorithmIdentifier,
                   issuer                  Name,
                   thisUpdate              Time,
                   nextUpdate              Time OPTIONAL,
                   revokedCertificates     Sequence OF Sequence  {
                        userCertificate         CertificateSerialNumber,
                        revocationDate          Time,
                        crlEntryExtensions      Extensions OPTIONAL
                                                      -- if present, shall be v2
                                             }  OPTIONAL,
                   crlExtensions           [0]  EXPLICIT Extensions OPTIONAL
                                                      -- if present, shall be v2
                                             }
             </pre>
            
             <b>Note: This class may be subject to change</b>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.V3TbsCertificateGenerator">
             Generator for Version 3 TbsCertificateStructures.
             <pre>
             TbsCertificate ::= Sequence {
                  version          [ 0 ]  Version DEFAULT v1(0),
                  serialNumber            CertificateSerialNumber,
                  signature               AlgorithmIdentifier,
                  issuer                  Name,
                  validity                Validity,
                  subject                 Name,
                  subjectPublicKeyInfo    SubjectPublicKeyInfo,
                  issuerUniqueID    [ 1 ] IMPLICIT UniqueIdentifier OPTIONAL,
                  subjectUniqueID   [ 2 ] IMPLICIT UniqueIdentifier OPTIONAL,
                  extensions        [ 3 ] Extensions OPTIONAL
                  }
             </pre>
            
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.Validity.ToAsn1Object">
            <pre>
            Validity ::= SEQUENCE {
              notBefore      Time,
              notAfter       Time  }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.X509CertificateStructure">
            an X509Certificate structure.
            <pre>
             Certificate ::= Sequence {
                 tbsCertificate          TbsCertificate,
                 signatureAlgorithm      AlgorithmIdentifier,
                 signature               BIT STRING
             }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.X509DefaultEntryConverter">
            <summary>
            The default converter for X509 DN entries when going from their string value to ASN.1 strings.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509DefaultEntryConverter.GetConvertedValue(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String)">
            <summary>
            Apply default conversion for the given value depending on the oid and the character range of the value.
            </summary>
            <param name="oid">The object identifier for the DN entry.</param>
            <param name="value">The value associated with it.</param>
            <returns>The ASN.1 equivalent for the string value.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.X509Extension">
            an object for the elements in the X.509 V3 extension block.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Extension.ConvertValueToObject(Org.BouncyCastle.Asn1.X509.X509Extension)">
            <sumary>Convert the value of the passed in extension to an object.</sumary>
            <param name="ext">The extension to parse.</param>
            <returns>The object the value string contains.</returns>
            <exception cref="T:System.ArgumentException">If conversion is not possible.</exception>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.SubjectDirectoryAttributes">
            Subject Directory Attributes
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.SubjectKeyIdentifier">
            Subject Key Identifier
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.KeyUsage">
            Key Usage
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.PrivateKeyUsagePeriod">
            Private Key Usage Period
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.SubjectAlternativeName">
            Subject Alternative Name
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.IssuerAlternativeName">
            Issuer Alternative Name
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.BasicConstraints">
            Basic Constraints
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.CrlNumber">
            CRL Number
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.ReasonCode">
            Reason code
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.InstructionCode">
            Hold Instruction Code
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.InvalidityDate">
            Invalidity Date
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.DeltaCrlIndicator">
            Delta CRL indicator
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.IssuingDistributionPoint">
            Issuing Distribution Point
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.CertificateIssuer">
            Certificate Issuer
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.NameConstraints">
            Name Constraints
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.CrlDistributionPoints">
            CRL Distribution Points
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.CertificatePolicies">
            Certificate Policies
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.PolicyMappings">
            Policy Mappings
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.AuthorityKeyIdentifier">
            Authority Key Identifier
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.PolicyConstraints">
            Policy Constraints
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.ExtendedKeyUsage">
            Extended Key Usage
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.FreshestCrl">
            Freshest CRL
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.InhibitAnyPolicy">
            Inhibit Any Policy
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.AuthorityInfoAccess">
            Authority Info Access
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.BiometricInfo">
            BiometricInfo
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.QCStatements">
            QCStatements
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.AuditIdentity">
            Audit identity extension in attribute certificates.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.SubjectInfoAccess">
            Subject Info Access
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.LogoType">
            Logo Type
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.NoRevAvail">
            NoRevAvail extension in attribute certificates.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.RelatedCertificate">
            RelatedCertificate extension - RFC 9763 sec. 3.
            <p>
            SHOULD NOT be marked critical. Carries a {@code RelatedCertificate}
            SEQUENCE binding the certificate to a separately-issued related
            certificate by hash; used during post-quantum migration to assert
            that a traditional and a post-quantum end-entity certificate belong
            to the same subject.
            </p>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.TargetInformation">
            TargetInformation extension in attribute certificates.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.ExpiredCertsOnCrl">
            Expired Certificates on CRL extension
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.SubjectAltPublicKeyInfo">
            the subject�s alternative public key information
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.AltSignatureAlgorithm">
            the algorithm identifier for the alternative digital signature algorithm.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.AltSignatureValue">
            alternative signature shall be created by the issuer using its alternative private key.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Extensions.DRAFT_DeltaCertificateDescriptor">
            delta certificate extension - prototype value will change!
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Extensions.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence.
            
             the extensions are a list of constructed sequences, either with (Oid, OctetString) or (Oid, Boolean, OctetString)
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Extensions.#ctor(System.Collections.Generic.IDictionary{Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.X509.X509Extension})">
            constructor from a table of extensions.
            <p>
            it's is assumed the table contains Oid/string pairs.</p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Extensions.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Asn1.DerObjectIdentifier},System.Collections.Generic.IDictionary{Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.X509.X509Extension})">
            Constructor from a table of extensions with ordering.
            <p>
            It's is assumed the table contains Oid/string pairs.</p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Extensions.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Asn1.DerObjectIdentifier},System.Collections.Generic.IList{Org.BouncyCastle.Asn1.X509.X509Extension})">
             Constructor from two vectors
            
             @param objectIDs an ArrayList of the object identifiers.
             @param values an ArrayList of the extension values.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.X509Extensions.ExtensionOids">
            return an Enumeration of the extension field's object ids.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Extensions.GetExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
             return the extension represented by the object identifier passed in.
            
             @return the extension if it's present, null otherwise.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Extensions.GetExtensionParsedValue(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
             return the parsed value of the extension represented by the object identifier
             passed in.
            
             @return the parsed value of the extension if it's present, null otherwise.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Extensions.ToAsn1Object">
             <pre>
                 Extensions        ::=   SEQUENCE SIZE (1..MAX) OF Extension
            
                 Extension         ::=   SEQUENCE {
                    extnId            EXTENSION.&amp;id ({ExtensionSet}),
                    critical          BOOLEAN DEFAULT FALSE,
                    extnValue         OCTET STRING }
             </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.X509ExtensionsGenerator">
            <remarks>Generator for X.509 extensions</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509ExtensionsGenerator.AddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,Org.BouncyCastle.Asn1.Asn1Encodable)">
            <summary>
            Add an extension with the given oid and the passed in value to be included
            in the OCTET STRING associated with the extension.
            </summary>
            <param name="oid">OID for the extension.</param>
            <param name="critical">True if critical, false otherwise.</param>
            <param name="extValue">The ASN.1 object to be included in the extension.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509ExtensionsGenerator.AddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,System.Byte[])">
            <summary>
            Add an extension with the given oid and the passed in byte array to be wrapped
            in the OCTET STRING associated with the extension.
            </summary>
            <param name="oid">OID for the extension.</param>
            <param name="critical">True if critical, false otherwise.</param>
            <param name="extValue">The byte array to be wrapped.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509ExtensionsGenerator.Generate">
            <summary>Generate an X509Extensions object based on the current state of the generator.</summary>
            <returns>An <c>X509Extensions</c> object</returns>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.X509ExtensionsGenerator.IsEmpty">
            <summary>Return true if there are no extension present in this generator.</summary>
            <returns>True if empty, false otherwise</returns>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509ExtensionsGenerator.Reset">
            <summary>Reset the generator</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.X509Name">
             <pre>
                 RDNSequence ::= SEQUENCE OF RelativeDistinguishedName
            
                 RelativeDistinguishedName ::= SET SIZE (1..MAX) OF AttributeTypeAndValue
            
                 AttributeTypeAndValue ::= SEQUENCE {
                                               type  OBJECT IDENTIFIER,
                                               value ANY }
             </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.C">
            country code - StringType(SIZE(2))
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.O">
            organization - StringType(SIZE(1..64))
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.OU">
            organizational unit name - StringType(SIZE(1..64))
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.T">
            Title
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.CN">
            common name - StringType(SIZE(1..64))
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.Street">
            street - StringType(SIZE(1..64))
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.SerialNumber">
            device serial number name - StringType(SIZE(1..64))
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.L">
            locality name - StringType(SIZE(1..64))
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.ST">
            state, or province name - StringType(SIZE(1..64))
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.Surname">
            Naming attributes of type X520name
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.BusinessCategory">
            businessCategory - DirectoryString(SIZE(1..128)
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.PostalCode">
            postalCode - DirectoryString(SIZE(1..40)
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.DnQualifier">
            dnQualifier - DirectoryString(SIZE(1..64)
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.Pseudonym">
            RFC 3039 Pseudonym - DirectoryString(SIZE(1..64)
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.DateOfBirth">
            RFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Z
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.PlaceOfBirth">
            RFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.Gender">
            RFC 3039 DateOfBirth - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.CountryOfCitizenship">
            RFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166
            codes only
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.CountryOfResidence">
            RFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166
            codes only
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.NameAtBirth">
            ISIS-MTT NameAtBirth - DirectoryString(SIZE(1..64)
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.PostalAddress">
            RFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF
            DirectoryString(SIZE(1..30))
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.DmdName">
            RFC 2256 dmdName
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.TelephoneNumber">
            id-at-telephoneNumber
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.OrganizationIdentifier">
            id-at-organizationIdentifier
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.Name">
            id-at-name
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.EmailAddress">
            Email address (RSA PKCS#9 extension) - IA5String.
            <p>Note: if you're trying to be ultra orthodox, don't use this! It shouldn't be in here.</p>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.UnstructuredName">
            more from PKCS#9
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.E">
            email address in Verisign certificates
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.UID">
            LDAP User id.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.JurisdictionC">
            CA/Browser Forum https://cabforum.org/uploads/CA-Browser-Forum-BR-v2.0.0.pdf, Table 78
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.JurisdictionST">
            CA/Browser Forum https://cabforum.org/uploads/CA-Browser-Forum-BR-v2.0.0.pdf, Table 78
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.JurisdictionL">
            CA/Browser Forum https://cabforum.org/uploads/CA-Browser-Forum-BR-v2.0.0.pdf, Table 78
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X509.X509Name.DefaultReverse">
            determines whether or not strings should be processed and printed
            from back to front.
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.DefaultSymbolsInternal">
            default look up table translating OID values into their common symbols following
            the convention in RFC 2253 with a few extras
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.RFC2253SymbolsInternal">
            look up table translating OID values into their common symbols following the convention in RFC 2253
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.RFC1779SymbolsInternal">
             look up table translating OID values into their common symbols following the convention in RFC 1779
            
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509Name.DefaultLookupInternal">
            look up table translating common symbols into their OIDS.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.GetInstance(Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean)">
             Return a X509Name based on the passed in tagged object.
            
             @param obj tag object holding name.
             @param explicitly true if explicitly tagged false otherwise.
             @return the X509Name
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Constructor from Asn1Sequence
            
             the principal will be a list of constructed sets, each containing an (OID, string) pair.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Asn1.DerObjectIdentifier},System.Collections.Generic.IDictionary{Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String})">
            Constructor from a table of attributes with ordering.
            <p>
            it's is assumed the table contains OID/string pairs, and the contents
            of the table are copied into an internal table as part of the
            construction process. The ordering ArrayList should contain the OIDs
            in the order they are meant to be encoded or printed in ToString.</p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Asn1.DerObjectIdentifier},System.Collections.Generic.IDictionary{Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String},Org.BouncyCastle.Asn1.X509.X509NameEntryConverter)">
            Constructor from a table of attributes with ordering.
            <p>
            it's is assumed the table contains OID/string pairs, and the contents
            of the table are copied into an internal table as part of the
            construction process. The ordering ArrayList should contain the OIDs
            in the order they are meant to be encoded or printed in ToString.</p>
            <p>
            The passed in converter will be used to convert the strings into their
            ASN.1 counterparts.</p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Asn1.DerObjectIdentifier},System.Collections.Generic.IList{System.String})">
            Takes two vectors one of the oids and the other of the values.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Asn1.DerObjectIdentifier},System.Collections.Generic.IList{System.String},Org.BouncyCastle.Asn1.X509.X509NameEntryConverter)">
            Takes two vectors one of the oids and the other of the values.
            <p>
            The passed in converter will be used to convert the strings into their
            ASN.1 counterparts.</p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(System.String)">
            Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
            some such, converting it into an ordered set of name attributes.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(System.String,Org.BouncyCastle.Asn1.X509.X509NameEntryConverter)">
            Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
            some such, converting it into an ordered set of name attributes with each
            string value being converted to its associated ASN.1 type using the passed
            in converter.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(System.Boolean,System.String)">
            Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
            some such, converting it into an ordered set of name attributes. If reverse
            is true, create the encoded version of the sequence starting from the
            last element in the string.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(System.Boolean,System.String,Org.BouncyCastle.Asn1.X509.X509NameEntryConverter)">
            Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
            some such, converting it into an ordered set of name attributes with each
            string value being converted to its associated ASN.1 type using the passed
            in converter. If reverse is true the ASN.1 sequence representing the DN will
            be built by starting at the end of the string, rather than the start.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(System.Boolean,System.Collections.Generic.IDictionary{System.String,Org.BouncyCastle.Asn1.DerObjectIdentifier},System.String)">
            Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
            some such, converting it into an ordered set of name attributes. lookUp
            should provide a table of lookups, indexed by lowercase only strings and
            yielding a DerObjectIdentifier, other than that OID. and numeric oids
            will be processed automatically.
            <br/>
            If reverse is true, create the encoded version of the sequence
            starting from the last element in the string.
            @param reverse true if we should start scanning from the end (RFC 2553).
            @param lookUp table of names and their oids.
            @param dirName the X.500 string to be parsed.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.#ctor(System.Boolean,System.Collections.Generic.IDictionary{System.String,Org.BouncyCastle.Asn1.DerObjectIdentifier},System.String,Org.BouncyCastle.Asn1.X509.X509NameEntryConverter)">
            Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
            some such, converting it into an ordered set of name attributes. lookUp
            should provide a table of lookups, indexed by lowercase only strings and
            yielding a DerObjectIdentifier, other than that OID. and numeric oids
            will be processed automatically. The passed in converter is used to convert the
            string values to the right of each equals sign to their ASN.1 counterparts.
            <br/>
            @param reverse true if we should start scanning from the end, false otherwise.
            @param lookUp table of names and oids.
            @param dirName the string dirName
            @param converter the converter to convert string values into their ASN.1 equivalents
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.GetOidList">
            return an IList of the oids in the name, in the order they were found.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.GetValueList">
            return an IList of the values found in the name, in the order they
            were found.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.GetValueList(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            return an IList of the values found in the name, in the order they
            were found, with the DN label corresponding to passed in oid.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.Equivalent(Org.BouncyCastle.Asn1.X509.X509Name,System.Boolean)">
            <param name="other">The X509Name object to test equivalency against.</param>
            <param name="inOrder">If true, the order of elements must be the same,
            as well as the values associated with each element.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.Equivalent(Org.BouncyCastle.Asn1.X509.X509Name)">
            test for equivalence - note: case is ignored.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.ToString(System.Boolean,System.Collections.Generic.IDictionary{Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String})">
             convert the structure to a string - if reverse is true the
             oids and values are listed out starting with the last element
             in the sequence (ala RFC 2253), otherwise the string will begin
             with the first element of the structure. If no string definition
             for the oid is found in oidSymbols the string value of the oid is
             added. Two standard symbol tables are provided DefaultSymbols, and
             RFC2253Symbols as part of this class.
            
             @param reverse if true start at the end of the sequence and work back.
             @param oidSymbols look up table strings for oids.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.CollectValueToken(Org.BouncyCastle.Asn1.X509.X509NameTokenizer)">
            <summary>Consume the remaining input from an '='-separated tokenizer as the attributeValue.</summary>
            <remarks>
            RFC 4514 sec. 3 allows unescaped '=' in stringchar, so only the FIRST '=' separates the attributeType from
            the attributeValue.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.AppendTypeAndValue(System.Text.StringBuilder,Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String,System.Collections.Generic.IDictionary{Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String})">
            <summary>
            Does the same thing as <c>IetfUtilities.AppendTypeAndValue</c> except that the string <c>attrValue</c> is
            already in <c>string</c> form.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509Name.AppendValue(System.Text.StringBuilder,System.String)">
            <summary>
            Does the same thing as <c>IetfUtilities.AppendValue</c> except that the string <c>attrValue</c> is already
            in <c>string</c> form.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.X509NameEntryConverter">
                 * It turns out that the number of standard ways the fields in a DN should be
                 * encoded into their ASN.1 counterparts is rapidly approaching the
                 * number of machines on the internet. By default the X509Name class
                 * will produce UTF8Strings in line with the current recommendations (RFC 3280).
                 * <p>
                 * An example of an encoder look like below:
                 * <pre>
                 * public class X509DirEntryConverter
                 *     : X509NameEntryConverter
                 * {
                 *     public Asn1Object GetConvertedValue(
                 *         DerObjectIdentifier  oid,
                 *         string               value)
                 *     {
                 *         if (str.Length() != 0 &amp;&amp; str.charAt(0) == '#')
                 *         {
                 *             return ConvertHexEncoded(str, 1);
                 *         }
                 *         if (oid.Equals(EmailAddress))
                 *         {
                 *             return new DerIA5String(str);
                 *         }
                 *         else if (CanBePrintable(str))
                 *         {
                 *             return new DerPrintableString(str);
                 *         }
                 *         else if (CanBeUTF8(str))
                 *         {
                 *             return new DerUtf8String(str);
                 *         }
                 *         else
                 *         {
                 *             return new DerBmpString(str);
                 *         }
                 *     }
                 * }
            	 * </pre>
            	 * </p>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509NameEntryConverter.ConvertHexEncoded(System.String,System.Int32)">
             Convert an inline encoded hex string rendition of an ASN.1
             object back into its corresponding ASN.1 object.
            
             @param str the hex encoded object
             @param off the index at which the encoding starts
             @return the decoded object
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509NameEntryConverter.CanBePrintable(System.String)">
            return true if the passed in string can be represented without
            loss as a PrintableString, false otherwise.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X509.X509NameEntryConverter.GetConvertedValue(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.String)">
             Convert the passed in string value into the appropriate ASN.1
             encoded object.
            
             @param oid the oid associated with the value in the DN.
             @param value the value of the particular DN component.
             @return the ASN.1 equivalent for the value.
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X509.X509NameTokenizer">
            <summary>
            Class for breaking up an X500 Name into it's component tokens.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers.id_pe_relatedCert">
            id-pe-relatedCert OBJECT IDENTIFIER ::= { iso(1)
                   identified-organization(3) dod(6) internet(1)
                   security(5) mechanisms(5) pkix(7) pe(1) 36 }
            <p>
            Per RFC 9763 sec. 3, the {@code RelatedCertificate} certificate
            extension. The extension MUST
            appear in an end-entity certificate only, SHOULD NOT be marked critical,
            and carries a digest of one previously-issued certificate (the "related
            certificate") that the CA is asserting belongs to the same end entity —
            the mechanism that lets a verifier link a classical and a post-quantum
            certificate during hybrid PQ migration without requiring composite
            signature algorithms.
            </p>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers.pkix_algorithms">
            1.3.6.1.5.5.7.6 
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers.id_RSASSA_PSS_SHAKE128">
            id-RSASSA-PSS-SHAKE128  OBJECT IDENTIFIER  ::=  { iso(1)
                     identified-organization(3) dod(6) internet(1)
                     security(5) mechanisms(5) pkix(7) algorithms(6) 30 }
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers.id_RSASSA_PSS_SHAKE256">
            id-RSASSA-PSS-SHAKE256  OBJECT IDENTIFIER  ::=  { iso(1)
                     identified-organization(3) dod(6) internet(1)
                     security(5) mechanisms(5) pkix(7) algorithms(6) 31 }
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers.id_ecdsa_with_shake128">
            id-ecdsa-with-shake128 OBJECT IDENTIFIER  ::=  { iso(1)
                   identified-organization(3) dod(6) internet(1)
                   security(5) mechanisms(5) pkix(7) algorithms(6) 32 }
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X509.X509ObjectIdentifiers.id_ecdsa_with_shake256">
            id-ecdsa-with-shake256 OBJECT IDENTIFIER  ::=  { iso(1)
                    identified-organization(3) dod(6) internet(1)
                    security(5) mechanisms(5) pkix(7) algorithms(6) 33 }
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.DomainParameters">
            <summary>X9.44 Diffie-Hellman domain parameters.</summary>
            <remarks>
            <code>
            DomainParameters ::= SEQUENCE {
                p                   INTEGER,            --odd prime, p = jq + 1
                g                   INTEGER,            --generator, g
                q                   INTEGER,            --factor of p-1
                j                   INTEGER OPTIONAL,   --subgroup factor, j &gt;= 2
                validationParams    ValidationParams OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.ECNamedCurveTable">
            <summary>A unified elliptic curve registry of the various standard-specific registries.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.ECNamedCurveTable.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.ECNamedCurveTable.GetByNameLazy(System.String)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given name.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of
            the full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.ECNamedCurveTable.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.ECNamedCurveTable.GetByOidLazy(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of
            the full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.ECNamedCurveTable.GetName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the name of the curve with the given <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.ECNamedCurveTable.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X9.ECNamedCurveTable.Names">
            <summary>Enumerate the available curve names in all the registries.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.KeySpecificInfo">
            ASN.1 def for Diffie-Hellman key exchange KeySpecificInfo structure. See
            RFC 2631, or X9.42, for further details.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.KeySpecificInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             KeySpecificInfo ::= Sequence {
                 algorithm OBJECT IDENTIFIER,
                 counter OCTET STRING SIZE (4..4)
             }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.OtherInfo">
            ANS.1 def for Diffie-Hellman key exchange OtherInfo structure. See
            RFC 2631, or X9.42, for further details.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.OtherInfo.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             OtherInfo ::= Sequence {
                 keyInfo KeySpecificInfo,
                 partyAInfo [0] OCTET STRING OPTIONAL,
                 suppPubInfo [2] OCTET STRING
             }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.ValidationParams">
            <summary>Diffie-Hellman domain validation parameters.</summary>
            <remarks>
            <code>
            ValidationParams ::= SEQUENCE {
                seed        BIT STRING,
                pgenCounter INTEGER
            }
            </code>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.X962NamedCurves">
            <summary>Elliptic curve registry for the curves defined in X.962 EC-DSA.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X962NamedCurves.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X962NamedCurves.GetByNameLazy(System.String)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given name.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X962NamedCurves.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X962NamedCurves.GetByOidLazy(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X962NamedCurves.GetName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the name of the curve with the given <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X962NamedCurves.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X9.X962NamedCurves.Names">
            <summary>Enumerate the available curve names in this registry.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X962Parameters.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
            Parameters ::= CHOICE {
               ecParameters ECParameters,
               namedCurve   CURVES.&amp;id({CurveNames}),
               implicitlyCA Null
            }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.X9Curve">
            ASN.1 def for Elliptic-Curve Curve structure. See X9.62 for further details.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X9Curve.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             Curve ::= Sequence {
                 a               FieldElement,
                 b               FieldElement,
                 seed            BIT STRING      OPTIONAL
             }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.X9ECParameters">
            ASN.1 definition for Elliptic-Curve ECParameters structure. See X9.62 for further details.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X9.X9ECParameters.CurveEntry">
             Return the ASN.1 entry representing the Curve.
            
             @return the X9Curve for the curve in these parameters.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X9.X9ECParameters.FieldIDEntry">
             Return the ASN.1 entry representing the FieldID.
            
             @return the X9FieldID for the FieldID in these parameters.
        </member>
        <member name="P:Org.BouncyCastle.Asn1.X9.X9ECParameters.BaseEntry">
             Return the ASN.1 entry representing the base point G.
            
             @return the X9ECPoint for the base point in these parameters.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X9ECParameters.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             ECParameters ::= Sequence {
                 version         Integer { ecpVer1(1) } (ecpVer1),
                 fieldID         FieldID {{FieldTypes}},
                 curve           X9Curve,
                 base            X9ECPoint,
                 order           Integer,
                 cofactor        Integer OPTIONAL
             }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.X9ECPoint">
            class for describing an ECPoint as a Der object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X9ECPoint.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             ECPoint ::= OCTET STRING
            </pre>
            <p>
            Octet string produced using ECPoint.GetEncoded().</p>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.X9FieldElement">
            Class for processing an ECFieldElement as a DER object.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X9FieldElement.ToAsn1Object">
            Produce an object suitable for an Asn1OutputStream.
            <pre>
             FieldElement ::= OCTET STRING
            </pre>
            <p>
            <ol>
            <li> if <i>q</i> is an odd prime then the field element is
            processed as an Integer and converted to an octet string
            according to x 9.62 4.3.1.</li>
            <li> if <i>q</i> is 2<sup>m</sup> then the bit string
            contained in the field element is converted into an octet
            string with the same ordering padded at the front if necessary.
            </li>
            </ol>
            </p>
        </member>
        <member name="T:Org.BouncyCastle.Asn1.X9.X9FieldID">
            ASN.1 def for Elliptic-Curve Field ID structure. See X9.62 for further details.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X9FieldID.#ctor(Org.BouncyCastle.Math.BigInteger)">
            Constructor for elliptic curves over prime fields
            <code>F<sub>2</sub></code>.
            @param primeP The prime <code>p</code> defining the prime field.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X9FieldID.#ctor(System.Int32,System.Int32)">
            Constructor for elliptic curves over binary fields
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param m  The exponent <code>m</code> of
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
            x<sup>k1</sup> + 1</code>
            represents the reduction polynomial <code>f(z)</code>.
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X9FieldID.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
            Constructor for elliptic curves over binary fields
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param m  The exponent <code>m</code> of
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
            x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
            represents the reduction polynomial <code>f(z)</code>.
            @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> +
            x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
            represents the reduction polynomial <code>f(z)</code>.
            @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> +
            x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
            represents the reduction polynomial <code>f(z)</code>..
        </member>
        <member name="M:Org.BouncyCastle.Asn1.X9.X9FieldID.ToAsn1Object">
            Produce a Der encoding of the following structure.
            <pre>
             FieldID ::= Sequence {
                 fieldType       FIELD-ID.&amp;id({IOSet}),
                 parameters      FIELD-ID.&amp;Type({IOSet}{&#64;fieldType})
             }
            </pre>
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers.IdDsaWithSha1">
            id-dsa-with-sha1 OBJECT IDENTIFIER ::=  { iso(1) member-body(2)
                  us(840) x9-57 (10040) x9cm(4) 3 }
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers.X9x63Scheme">
            X9.63
        </member>
        <member name="F:Org.BouncyCastle.Asn1.X9.X9ObjectIdentifiers.ansi_x9_42">
            X9.42
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.AeadEncDataPacket">
            <summary>Packet representing non-standard, LibrePGP OCB (AEAD) encrypted data.</summary>
            <remarks>
            At the moment this appears to exist in the following expired draft only, but it's appearing despite this.
            For standardized, interoperable OpenPGP AEAD encrypted data, see <see cref="T:Org.BouncyCastle.Bcpg.SymmetricEncIntegrityPacket"/>
            of version <see cref="F:Org.BouncyCastle.Bcpg.SymmetricEncIntegrityPacket.Version2"/>.
            <para>
            <see href="https://www.ietf.org/archive/id/draft-koch-librepgp-00.html#name-ocb-encrypted-data-packet-t">
            LibrePGP -OCB Encrypted Data Packet
            </see>
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.AeadUtilities.GetIVLength(Org.BouncyCastle.Bcpg.AeadAlgorithmTag)">
            <summary>Return the length of the IV used by the given AEAD algorithm, in octets.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.AeadUtilities.GetAuthTagLength(Org.BouncyCastle.Bcpg.AeadAlgorithmTag)">
            <summary>Return the length of the authentication tag used by the given AEAD algorithm, in octets.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.AeadUtilities.SplitMessageKeyAndIv(System.Byte[],Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.AeadAlgorithmTag)">
            <summary>
            Split a given byte array containing <pre>m</pre> bytes of key and <pre>n-8</pre> bytes of IV into two
            separate byte arrays.
            </summary>
            <remarks>
            Note that the last 8 octets of the IV is not copied; it is left as 0s.
            </remarks>
            <returns>
            An array with the key at index 0 and the IV at index 1
            </returns>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ArmoredInputStream">
            <summary>
            Reader for Base64 armored objects - read the headers and then start returning bytes when the data is reached.
            </summary>
            <remarks>
            An IOException is thrown if the CRC check is detected and fails. By default a missing CRC will not cause an
            exception. To force CRC detection use <see cref="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder.SetDetectMissingCrc(System.Boolean)"/>.
            <para>
            By default a cleartext-signed(CSF) message whose payload contains a malformed dash - prefixed line(a leading
            dash that is neither a "-----" armor header nor a "- " dash-escape, contrary to RFC 4880 7.1) is rejected with
            an <see cref="T:Org.BouncyCastle.Bcpg.ArmoredInputException"/>. Use <see cref="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder.SetRejectPrefixedDashesInCsfMessages(System.Boolean)"/> to
            relax this.
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.Decode(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[])">
            <summary>Decode the base 64 encoded input data.</summary>
            <returns>the offset the data starts in <c>result</c>>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.#ctor(System.IO.Stream)">
            <summary>
            Create a stream for reading a PGP armored message, parsing up to a header and then reading the data that
            follows.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.#ctor(System.IO.Stream,System.Boolean)">
            <summary>
            Create an armored input stream which will assume the data starts straight away, or parse for headers first
            depending on the value of hasHeaders.
            </summary>
            <param name="input"/>
            <param name="hasHeaders"><c>true</c> if headers are to be looked for, <c>false</c> otherwise.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.IsClearText">
            <returns><c>true</c> if we are inside the clear text section of a PGP signed message.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.IsEndOfStream">
            <returns><c>true</c> if the stream is actually at end of file.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.GetArmorHeaderLine">
            <summary>Return the armor header line (if there is one).</summary>
            <returns>the armor header line, <c>null</c> if none present.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.GetArmorHeaders">
            <summary>Return the armor headers (the lines after the armor header line).</summary>
            <returns>an array of armor headers, <c>null</c> if there are none.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.SetDetectMissingCrc(System.Boolean)">
            <summary>Change how the stream should react if it encounters a missing CRC checksum.</summary>
            <remarks>
            The default value is <c>false</c> (ignore missing CRC checksums). If the behavior is set to <c>true</c>, an
            <see cref="T:System.IO.IOException"/> will be thrown when a missing CRC checksum is encountered.
            </remarks>
            <param name="detectMissing">ignore missing CRC sums</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder.SetParseForHeaders(System.Boolean)">
            <summary>Enable or disable header parsing (default value <c>true</c>).</summary>
            <param name="hasHeaders"><c>true</c> if headers should be expected, <c>false</c> otherwise.</param>
            <returns>the current <see cref="T:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder.SetValidateClearsignedMessageHeaders(System.Boolean)">
            <returns>the current <see cref="T:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder.SetRejectPrefixedDashesInCsfMessages(System.Boolean)">
            <summary>
            Configure how a cleartext-signed (CSF) message is handled when a payload line begins with a dash that is
            neither a "-----" armor header nor a "- " dash-escape.
            </summary>
            <remarks>
            RFC 4880 7.1 requires every cleartext line beginning with a dash to be prefixed with "- " (dash, space),
            so a leading dash not followed by a space signals a malformed message. Historically the two leading
            characters were dropped unconditionally, so a signature over "payload" also verified against a tampered
            "-Xpayload" line.
            <para>
            Defaults to <c>true</c> (reject with an <see cref="T:Org.BouncyCastle.Bcpg.ArmoredInputException"/>). RFC-conformant messages -
            including everything written by <see cref="T:Org.BouncyCastle.Bcpg.ArmoredOutputStream"/> - never trigger this. When set to
            <c>false</c> the offending bytes are returned verbatim instead of being dropped, so a signature check
            over the recovered text fails rather than silently succeeding.
            </para>
            </remarks>
            <param name="rejectDashes"><c>true</c> to reject malformed dsah-prefixed CSF messages, <c>false</c> to
            surface their bytes verbatim.</param>
            <returns>the current <see cref="T:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder.AddAllowedArmorHeader(System.String)">
            <returns>the current <see cref="T:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder.SetDetectMissingCrc(System.Boolean)">
            <summary>Change how the stream should react if it encounters a missing CRC checksum.</summary>
            <remarks>
            The default value is <c>false</c> (ignore missing CRC checksums). If the behavior is set to <c>true</c>,
            an <see cref="T:System.IO.IOException"/> will be thrown when a missing CRC checksum is encountered.
            </remarks>
            <param name="detectMissingCrc">
            <c>false</c> if ignore missing CRC sums, <c>true</c> for exception.
            </param>
            <returns>the current <see cref="T:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder.setIgnoreCrc(System.Boolean)">
            <summary>
            Specifically ignore the CRC if in place (this will also avoid the cost of calculation).
            </summary>
            <paramref name="ignoreCrc"><c>true</c> if CRC should be ignored, false otherwise.</paramref>
            <returns>the current <see cref="T:Org.BouncyCastle.Bcpg.ArmoredInputStream.Builder"/> instance.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ArmoredOutputStream">
            <summary>Output stream that writes data in ASCII Armored format.</summary>
            <remarks>
            <para>
            Note 1: An instance of <see cref="T:Org.BouncyCastle.Bcpg.ArmoredOutputStream"/> needs to be <see cref="T:System.IDisposable">disposed</see> (or
            closed) to write the final checksum. <see cref="M:System.IO.Stream.Flush">Flushing</see> will not do this as other classes
            assume it is always fine to call <see cref="M:System.IO.Stream.Flush"/> - it is not though if the checksum gets output.
            </para>
            <para>
            Note 2: As multiple PGP blobs are often written to the same stream, <see cref="T:System.IDisposable">disposing</see> (or
            closing) does not dispose/close the underlying stream.
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Encode(System.IO.Stream,System.Byte[],System.Int32)">
            <summary>Encode the input data producing a base 64 encoded byte array.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Encode3(System.IO.Stream,System.Byte[])">
            <summary>Encode the input data producing a base 64 encoded byte array.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.SetHeader(System.String,System.String)">
            <summmary>Set an additional header entry.</summmary>
            <remarks>
            Any current value(s) under the same name will be replaced by the new one. A <c>null</c> value will clear the
            named entry.
            </remarks>
            <param name="name">the name of the header entry.</param>
            <param name="val">the value of the header entry.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.AddHeader(System.String,System.String)">
            <summary>Set an additional header entry. The current value(s) will continue to exist together with the new
            one. Adding a <c>null</c> value has no effect.</summary>
            <param name="name">the name of the header entry.</param>
            <param name="val">the value of the header entry.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.ResetHeaders">
            <summary>Reset the headers to only contain a Version string (if one is present).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.BeginClearText(Org.BouncyCastle.Bcpg.HashAlgorithmTag)">
            <summary>Start a clear text signed message - backwards compatibility.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Dispose(System.Boolean)">
            <remarks>
            Does not dispose/close the underlying stream. So it is possible to write multiple objects using armoring to
            a single stream.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Builder.SetVersion(System.String)">
             Set a <pre>Version:</pre> header.
             Note: Adding version headers to ASCII armored output is discouraged to minimize metadata.
            
             @param version version
             @return builder
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Builder.SetComment(System.String)">
             Replace the <pre>Comment:</pre> header field with the given comment.
             If the comment contains newlines, multiple headers will be added, one for each newline.
             If the comment is <pre>null</pre>, then the output will contain no comments.
            
             @param comment comment
             @return builder
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Builder.SetMessageID(System.String)">
             Replace the <pre>MessageID:</pre> header field with the given messageId.
            
             @param messageId message ID
             @return builder
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Builder.SetCharset(System.String)">
             Replace the <pre>Charset:</pre> header with the given value.
            
             @param charset charset
             @return builder
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Builder.AddComment(System.String)">
             Add the given value as one or more additional <pre>Comment:</pre> headers to the already present comments.
             If the comment contains newlines, multiple headers will be added, one for each newline.
             If the comment is <pre>null</pre>, this method does nothing.
            
             @param comment comment
             @return builder
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Builder.SetSingletonHeader(System.String,System.String)">
             Set and replace the given header value with a single-line header.
             If the value is <pre>null</pre>, this method will remove the header entirely.
            
             @param key   header key
             @param value header value
             @return builder
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Builder.AddHeader(System.String,System.String)">
             Add a header, splitting it into multiple headers if required (newlines).
            
             @param key   key
             @param value value
             @return builder
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Builder.ReplaceHeader(System.String,System.String)">
             Replace all header values for the given key with the given value.
             If the value is <pre>null</pre>, existing headers for the given key are removed.
             The value is split into multiple headers if it contains newlines.
            
             @param key   key
             @param value value
             @return builder
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ArmoredOutputStream.Builder.EnableCrc(System.Boolean)">
            Enable calculation and inclusion of the CRC check sum (default is true).
            @param doComputeCRC true if CRC to be included, false otherwise.
            @return the current builder instance.
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Attr.ImageAttrib">
            <remarks>Basic type for a image attribute packet.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.BcpgInputStream">
            <remarks>Reader for PGP objects.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgInputStream.NextPacketTag">
            <summary>Returns the next packet tag in the stream.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.BcpgInputStream.PartialInputStream">
            <summary>
            A stream that overlays our input stream, allowing the user to only read a segment of it.
            </summary>
            <remarks>
            If <c>partial</c> is <c>true</c>, <c>dataLength</c> should only be up to 2^30 bytes. Otherwise it's a
            non-partial packet and can be larger.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.BcpgObject">
            <remarks>Base class for a PGP object.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.BcpgOutputStream">
            <remarks>Basic output stream.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.#ctor(System.IO.Stream)">
            <summary>Create a stream representing a general packet.</summary>
            <param name="outStr">Output stream to write to.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.#ctor(System.IO.Stream,System.Boolean)">
            <summary>Base constructor specifying whether or not to use packets in the new format wherever possible.
            </summary>
            <param name="outStr">Output stream to write to.</param>
            <param name="newFormatOnly"><c>true</c> if use new format packets, <c>false</c> if backwards compatible
            preferred.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.#ctor(System.IO.Stream,Org.BouncyCastle.Bcpg.PacketTag)">
            <summary>Create a stream representing an old style partial object.</summary>
            <param name="outStr">Output stream to write to.</param>
            <param name="tag">The packet tag for the object.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.#ctor(System.IO.Stream,Org.BouncyCastle.Bcpg.PacketTag,System.Int64,System.Boolean)">
            <summary>Create a stream representing a general packet.</summary>
            <param name="outStr">Output stream to write to.</param>
            <param name="tag">Packet tag.</param>
            <param name="length">Size of chunks making up the packet.</param>
            <param name="oldFormat">If true, the header is written out in old format.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.#ctor(System.IO.Stream,Org.BouncyCastle.Bcpg.PacketTag,System.Int64)">
            <summary>Create a new style partial input stream buffered into chunks.</summary>
            <param name="outStr">Output stream to write to.</param>
            <param name="tag">Packet tag.</param>
            <param name="length">Size of chunks making up the packet.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.#ctor(System.IO.Stream,Org.BouncyCastle.Bcpg.PacketTag,System.Byte[])">
            <summary>Create a new style partial input stream buffered into chunks.</summary>
            <param name="outStr">Output stream to write to.</param>
            <param name="tag">Packet tag.</param>
            <param name="buffer">Buffer to use for collecting chunks.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.WritePacket(System.Boolean,Org.BouncyCastle.Bcpg.PacketTag,System.Byte[])">
            <summary>
            Write a packet, with the packet format chosen primarily based on <see cref="F:Org.BouncyCastle.Bcpg.BcpgOutputStream.m_packetFormat"/>.
            </summary>
            <remarks>
            If <see cref="F:Org.BouncyCastle.Bcpg.BcpgOutputStream.m_packetFormat"/> is <see cref="F:Org.BouncyCastle.Bcpg.PacketFormat.Current"/>, the packet will be encoded using the
            new format. If it is <see cref="F:Org.BouncyCastle.Bcpg.PacketFormat.Legacy"/>, the packet will use the old encoding format. If it
            is <see cref="F:Org.BouncyCastle.Bcpg.PacketFormat.Roundtrip"/>, then the format will be determined by
            <param name="objectPrefersNewPacketFormat">
            Whether the packet prefers to be encoded using the new packet format.
            </param>.
            <param name="tag">The packet tag.</param>
            <param name="body">The packet body.</param>
            </remarks>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.WritePacket(Org.BouncyCastle.Bcpg.PacketTag,System.Byte[],System.Boolean)">
            <summary>Write a packet, forcing the packet format to be either old or new.</summary>
            <param name="tag">The packet tag.</param>
            <param name="body">The packet body.</param>
            <param name="oldFormat">If <c>true</c>, old format is forced, else force new format.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.Flush">
            <summary>Flush the underlying stream.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.Finish">
            <summary>Finish writing out the current packet without closing the underlying stream.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.BcpgOutputStream.GetEncoded(Org.BouncyCastle.Bcpg.BcpgObject)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.CompressedDataPacket">
            <remarks>Generic compressed data object.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.CompressedDataPacket.Algorithm">
            <summary>The algorithm tag value.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.CompressionAlgorithmTag">
            <remarks>Basic tags for compression algorithms.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ContainedPacket">
            <remarks>Basic type for a PGP packet.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.DsaPublicBcpgKey">
            <summary>Base class for a DSA public key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.DsaPublicBcpgKey.#ctor(Org.BouncyCastle.Bcpg.BcpgInputStream)">
            <param name="bcpgIn">The stream to read the packet from.</param>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.DsaPublicBcpgKey.Format">
            <summary>The format, as a string, always "PGP".</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.DsaPublicBcpgKey.GetEncoded">
            <summary>Return the standard PGP encoding of the key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.DsaSecretBcpgKey">
            <summary>Base class for a DSA secret key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.DsaSecretBcpgKey.Format">
            <summary>The format, as a string, always "PGP".</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.DsaSecretBcpgKey.GetEncoded">
            <summary>Return the standard PGP encoding of the key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ECDHPublicBcpgKey">
            <remarks>Base class for an ECDH Public Key.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ECDHPublicBcpgKey.#ctor(Org.BouncyCastle.Bcpg.BcpgInputStream)">
            <param name="bcpgIn">The stream to read the packet from.</param>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ECDsaPublicBcpgKey">
            <remarks>Base class for an ECDSA Public Key.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ECDsaPublicBcpgKey.#ctor(Org.BouncyCastle.Bcpg.BcpgInputStream)">
            <param name="bcpgIn">The stream to read the packet from.</param>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ECPublicBcpgKey">
            <summary>Base class for an EC Public Key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ECPublicBcpgKey.#ctor(Org.BouncyCastle.Bcpg.BcpgInputStream)">
            <param name="bcpgIn">The stream to read the packet from.</param>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.ECPublicBcpgKey.Format">
            <summary>The format, as a string, always "PGP".</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ECPublicBcpgKey.GetEncoded">
            <summary>Return the standard PGP encoding of the key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ECSecretBcpgKey">
            <summary>Base class for an EC Secret Key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.ECSecretBcpgKey.Format">
            <summary>The format, as a string, always "PGP".</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ECSecretBcpgKey.GetEncoded">
            <summary>Return the standard PGP encoding of the key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Ed25519PublicBcpgKey">
            <summary>
            Public key of type <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.Ed25519"/>.
            </summary>
            <remarks>
            This type was introduced with RFC9580 and can be used with v4, v6 keys. Note however, that legacy
            implementations might not understand this key type yet. For a key type compatible with legacy v4
            implementations, see <see cref="T:Org.BouncyCastle.Bcpg.EdDsaPublicBcpgKey"/> with <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.EdDsa_Legacy"/>.
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-algorithm-specific-part-for-ed2">
            OpenPGP - Algorithm-Specific Part for Ed25519 Keys
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Ed25519SecretBcpgKey">
            <summary>
            Secret key of type <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.Ed25519"/>.
            </summary>
            <remarks>
            This type was introduced with RFC9580 and can be used with v4, v6 keys. Note however, that legacy
            implementations might not understand this key type yet. For a key type compatible with legacy v4
            implementations, see <see cref="T:Org.BouncyCastle.Bcpg.EdSecretBcpgKey"/> with <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.EdDsa_Legacy"/>.
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-algorithm-specific-part-for-ed2">
            OpenPGP - Algorithm-Specific Part for Ed25519 Keys
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Ed448PublicBcpgKey">
            <summary>
            Public key of type <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.Ed448"/>.
            </summary>
            <remarks>
            This type was introduced with RFC9580 and can be used with v4, v6 keys. Note however, that legacy
            implementations might not understand this key type yet. For a key type compatible with legacy v4
            implementations, see <see cref="T:Org.BouncyCastle.Bcpg.EdDsaPublicBcpgKey"/> with <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.EdDsa_Legacy"/>.
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-algorithm-specific-part-for-ed4">
            OpenPGP - Algorithm-Specific Part for Ed448 Keys
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Ed448SecretBcpgKey">
            <summary>
            Secret key of type <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.Ed448"/>.
            </summary>
            <remarks>
            This type was introduced with RFC9580 and can be used with v4, v6 keys. Note however, that legacy
            implementations might not understand this key type yet. For a key type compatible with legacy v4
            implementations, see <see cref="T:Org.BouncyCastle.Bcpg.EdSecretBcpgKey"/> with <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.EdDsa_Legacy"/>.
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-algorithm-specific-part-for-ed4">
            OpenPGP - Algorithm-Specific Part for Ed448 Keys
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.EdSecretBcpgKey">
            <summary>Base class for an EdDSA secret key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ElGamalPublicBcpgKey">
            <summary>Base class for an ElGamal public key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.ElGamalPublicBcpgKey.Format">
            <summary>The format, as a string, always "PGP".</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ElGamalPublicBcpgKey.GetEncoded">
            <summary>Return the standard PGP encoding of the key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ElGamalSecretBcpgKey">
            <summary>Base class for an ElGamal secret key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.ElGamalSecretBcpgKey.Format">
            <summary>The format, as a string, always "PGP".</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.ElGamalSecretBcpgKey.GetEncoded">
            <summary>Return the standard PGP encoding of the key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ExperimentalPacket">
            <remarks>Basic packet for an experimental packet.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.FingerprintUtilities.KeyIDFromFingerprint(System.Int32,System.Byte[])">
            <summary>Derive a key-id from the given key fingerprint.</summary>
            <remarks>
            This method can derive key-ids from v4, v5 (LibrePGP) and v6 keys. For keys with other versions (2,3) it
            will return 0.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.FingerprintUtilities.KeyIDFromV6Fingerprint(System.Byte[])">
            <summary>Derive a 64 bit key-id from a version 6 OpenPGP fingerprint.</summary>
            <remarks>For v6 keys, the key-id corresponds to the left-most 8 octets of the fingerprint.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.FingerprintUtilities.KeyIDFromLibrePgpFingerprint(System.Byte[])">
            <summary>Derive a 64 bit key-id from a version 5 LibrePGP fingerprint.</summary>
            <remarks>For such keys, the key-id corresponds to the left-most 8 octets of the fingerprint.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.FingerprintUtilities.KeyIDFromV4Fingerprint(System.Byte[])">
            <summary>Derive a 64 bit key-id from a version 4 OpenPGP fingerprint.</summary>
            <remarks>For v4 keys, the key-id corresponds to the right-most 8 octets of the fingerprint.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.FingerprintUtilities.LongFromLeftMostBytes(System.Byte[])">
            <summary>Convert the left-most 8 bytes from the given array to a long.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.FingerprintUtilities.LongFromRightMostBytes(System.Byte[])">
            <summary>Convert the right-most 8 bytes from the given array to a long.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.FingerprintUtilities.ReadKeyID(System.Byte[],System.Int32)">
            <summary>Read a key-ID from 8 octets of the given byte array starting at offset.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.FingerprintUtilities.WriteKeyID(System.Int64,System.Byte[],System.Int32)">
            <summary>Write the key-ID encoded as 8 octets to the given byte array, starting at index offset.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.HashAlgorithmTag">
            <remarks>Basic tags for hash algorithms.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.IBcpgKey">
            <remarks>Base interface for a PGP key.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.IBcpgKey.Format">
            <summary>
            The base format for this key - in the case of the symmetric keys it will generally
            be raw indicating that the key is just a straight byte representation, for an asymmetric
            key the format will be PGP, indicating the key is a string of MPIs encoded in PGP format.
            </summary>
            <returns>"RAW" or "PGP".</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.InputStreamPacket.GetInputStream">
            <summary>Note: you can only read from this once...</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.LiteralDataPacket">
            <remarks>Generic literal data packet.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.LiteralDataPacket.Format">
            <summary>The format tag value.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.LiteralDataPacket.ModificationTime">
            <summary>The modification time of the file in milli-seconds (since Jan 1, 1970 UTC)</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.MarkerPacket">
            <remarks>Basic type for a marker packet.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.ModDetectionCodePacket">
            <summary>Basic packet for a modification detection code packet.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.MPInteger">
            <remarks>A multiple precision integer</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OctetArrayBcpgKey">
            <summary>Public/Secret IBcpgKey which is encoded as an array of octets rather than an MPI.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OnePassSignaturePacket">
            <remarks>Generic signature object</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OnePassSignaturePacket.KeyAlgorithm">
            <summary>The encryption algorithm tag.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OnePassSignaturePacket.HashAlgorithm">
            <summary>The hash algorithm tag.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OnePassSignaturePacket.KeyId">
            <remarks>
            A Key ID is an 8-octet scalar. We convert it (big-endian) to an Int64 (UInt64 is not CLS compliant).
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.Packet.IsCritical">
            <summary>Returns whether the packet is to be considered critical for v6 implementations.</summary>
            <remarks>
            Packets with tags less than or equal to 39 are critical.
            Tags 40 to 59 are reserved for unassigned, non-critical packets.
            Tags 60 to 63 are non-critical private or experimental packets.
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-packet-tags">OpenPGP - Packet Tags</see>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.PacketFormat">
            <summary>OpenPGP Packet Header Length Format.</summary>
            <remarks>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-packet-headers">OpenPGP Packet Headers</see>
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PacketFormat.Legacy">
            <summary>Always use the old (legacy) packet format.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PacketFormat.Current">
            <summary>Always use the current (new) packet format.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PacketFormat.Roundtrip">
            <summary>Let the individual packet decide the format.</summary>
            <remarks>
            This allows to round-trip packets without changing the packet format.
            <see cref="P:Org.BouncyCastle.Bcpg.Packet.HasNewPacketFormat"/>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.PacketTag">
            <remarks>Basic PGP packet tag types.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag">
            <remarks>Public Key Algorithm tag numbers.</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.RsaEncrypt">
            <remarks>Use RsaGeneral instead</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.RsaSign">
            <remarks>Use RsaGeneral instead</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.ElGamalGeneral">
            <remarks>Use ElGamalEncrypt instead</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.PublicKeyEncSessionPacket">
            <summary>Basic packet for a PGP public key.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PublicKeyEncSessionPacket.Version3">
            <summary>Version 3 PKESK packet.</summary>
            <remarks>
            Used only with <see cref="F:Org.BouncyCastle.Bcpg.SymmetricEncIntegrityPacket.Version1">V1 SEIPD</see> or
            <see cref="T:Org.BouncyCastle.Bcpg.SymmetricEncDataPacket">SED</see> packets.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PublicKeyEncSessionPacket.Version6">
            <summary>Version 6 PKESK packet.</summary>
            <remarks>
            Used only with <see cref="F:Org.BouncyCastle.Bcpg.SymmetricEncIntegrityPacket.Version2">V2 SEIPD</see> packets.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.PublicKeyEncSessionPacket.KeyId">
            <remarks>
            A Key ID is an 8-octet scalar. We convert it (big-endian) to an Int64 (UInt64 is not CLS compliant).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.PublicKeyPacket">
            <remarks>Basic packet for a PGP public key.</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PublicKeyPacket.Version3">
            <summary>OpenPGP v3 keys are deprecated. They can only be used with RSA.</summary>
            <remarks>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-version-3-public-keys">
            OpenPGP - Version 3 Public Keys
            </see>
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PublicKeyPacket.Version4">
            <summary>
            OpenPGP v4 keys are (at the time of writing) widely used, but are subject to some attacks.
            </summary>
            <remarks>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-version-4-public-keys">
            OpenPGP - Version 4 Public Keys
            </see>
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PublicKeyPacket.LibrePgp5">
            <summary>Non-Standard LibrePGP introduced v5, which is only supported by a subset of vendors.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.PublicKeyPacket.Version6">
            <summary>OpenPGP v6 keys are newly introduced.</summary>
            <remarks>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-version-6-public-keys">
            OpenPGP - Version 6 Public Keys
            </see>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.PublicKeyPacket.ParseKey(Org.BouncyCastle.Bcpg.BcpgInputStream,Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag,System.Int64)">
            Parse algorithm-specific public key material.
            @param in input stream which read just up to the public key material
            @param algorithmId public key algorithm ID
            @param optLen optional: Length of the public key material. -1 if not present.
            @throws IOException if the pk material cannot be parsed
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.PublicKeyPacket.#ctor(Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag,System.DateTime,Org.BouncyCastle.Bcpg.IBcpgKey)">
            <summary>Construct a version 4 public key packet.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.PublicSubkeyPacket">
            <remarks>Basic packet for a PGP public subkey</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.PublicSubkeyPacket.#ctor(Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag,System.DateTime,Org.BouncyCastle.Bcpg.IBcpgKey)">
            <summary>Construct a version 4 public subkey packet.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.RsaPublicBcpgKey">
            <summary>Base class for an RSA public key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.RsaPublicBcpgKey.#ctor(Org.BouncyCastle.Bcpg.BcpgInputStream)">
            <summary>Construct an RSA public key from the passed in stream.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.RsaPublicBcpgKey.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <param name="n">The modulus.</param>
            <param name="e">The public exponent.</param>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.RsaPublicBcpgKey.Format">
            <summary>The format, as a string, always "PGP".</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.RsaPublicBcpgKey.GetEncoded">
            <summary>Return the standard PGP encoding of the key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.RsaSecretBcpgKey">
            <summary>Base class for an RSA secret (or private) key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.RsaSecretBcpgKey.Format">
            <summary>The format, as a string, always "PGP".</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.RsaSecretBcpgKey.GetEncoded">
            <summary>Return the standard PGP encoding of the key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.S2k">
            <remarks>The string to key specifier class.</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.S2k.Simple">
            <summary>Simple key generation. A single non-salted iteration of a hash function.</summary>
            <remarks>
            This method is deprecated to use, since it can be brute-forced when used with a low-entropy string, such as
            those typically provided by users. Additionally, the usage of Simple S2K can lead to key and IV reuse.
            Therefore, in OpenPGP v6, when generating an S2K specifier, an implementation MUST NOT use Simple S2K.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.S2k.Salted">
            <summary>Salted key generation. A single iteration of a hash function with a (unique) salt.</summary>
            <remarks>
            This method is deprecated to use, since it can be brute-forced when used with a low-entropy string, such as
            those typically provided by users. Therefore, in OpenPGP v6, an implementation SHOULD NOT generate a Salted
            S2K, unless the implementation knows that the input string is high-entropy.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.S2k.SaltedAndIterated">
            <summary>Salted and iterated key generation. Multiple iterations of a hash function, with a salt.</summary>
            <remarks>This method MAY be used if <see cref="F:Org.BouncyCastle.Bcpg.S2k.Argon2"/> is not available.</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.S2k.Argon2">
            <summary>Memory-hard, salted key generation using Argon2 hash algorithm.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.S2k.HashAlgorithm">
            <summary>The hash algorithm.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.S2k.GetIV">
            <summary>The IV for the key generation algorithm.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.S2k.IterationCount">
            <summary>The iteration count</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.S2k.ProtectionMode">
            <summary>The protection mode - only if GnuDummyS2K</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.SecretKeyPacket">
            <remarks>Basic packet for a PGP secret key.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SecretKeyPacket.#ctor(Org.BouncyCastle.Bcpg.PacketTag,Org.BouncyCastle.Bcpg.PublicKeyPacket,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.S2k,System.Byte[],System.Byte[])">
            <summary>Construct a <see cref="T:Org.BouncyCastle.Bcpg.SecretKeyPacket"/> or <see cref="T:Org.BouncyCastle.Bcpg.SecretSubkeyPacket"/>.</summary>
            <remarks>
            <paramref name="secKeyData"/> needs to be prepared by applying encryption/checksum beforehand.
            </remarks>
            <param name="keyTag">Packet type ID.</param>
            <param name="pubKeyPacket">Pubkey packet corresponding to this secret key packet.</param>
            <param name="encAlgorithm">Algorithm ID of the symmetric key algorithm that was used to encrypt the secret
            key material.</param>
            <param name="s2k">S2k identifier for deriving a key from a passphrase.</param>
            <param name="iv">IV that was used to encrypt the secret key material.</param>
            <param name="secKeyData">Encrypted/checksum'd secret key material.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SecretKeyPacket.#ctor(Org.BouncyCastle.Bcpg.PublicKeyPacket,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.AeadAlgorithmTag,System.Int32,Org.BouncyCastle.Bcpg.S2k,System.Byte[],System.Byte[])">
            <summary>Construct a <see cref="T:Org.BouncyCastle.Bcpg.SecretKeyPacket"/> or <see cref="T:Org.BouncyCastle.Bcpg.SecretSubkeyPacket"/>.</summary>
            <remarks>
            <paramref name="secKeyData"/> needs to be prepared by applying encryption/checksum beforehand.
            </remarks>
            <param name="pubKeyPacket">Pubkey packet corresponding to this secret key packet.</param>
            <param name="encAlgorithm">Algorithm ID of the symmetric key algorithm that was used to encrypt the secret
            key material.</param>
            <param name="aeadAlgorithm">AEAD algorithm scheme used to protect the secret key material.</param>
            <param name="s2kUsage">octet indicating how the secret key material was encrypted.</param>
            <param name="s2k">S2k identifier for deriving a key from a passphrase.</param>
            <param name="iv">IV that was used to encrypt the secret key material.</param>
            <param name="secKeyData">Encrypted/checksum'd secret key material.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SecretKeyPacket.#ctor(Org.BouncyCastle.Bcpg.PacketTag,Org.BouncyCastle.Bcpg.PublicKeyPacket,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.AeadAlgorithmTag,System.Int32,Org.BouncyCastle.Bcpg.S2k,System.Byte[],System.Byte[])">
            <summary>Construct a <see cref="T:Org.BouncyCastle.Bcpg.SecretKeyPacket"/> or <see cref="T:Org.BouncyCastle.Bcpg.SecretSubkeyPacket"/>.</summary>
            <remarks>
            <paramref name="secKeyData"/> needs to be prepared by applying encryption/checksum beforehand.
            </remarks>
            <param name="keyTag">Packet type ID.</param>
            <param name="pubKeyPacket">Pubkey packet corresponding to this secret key packet.</param>
            <param name="encAlgorithm">Algorithm ID of the symmetric key algorithm that was used to encrypt the secret
            key material.</param>
            <param name="aeadAlgorithm">AEAD algorithm scheme used to protect the secret key material.</param>
            <param name="s2kUsage">octet indicating how the secret key material was encrypted.</param>
            <param name="s2k">S2k identifier for deriving a key from a passphrase.</param>
            <param name="iv">IV that was used to encrypt the secret key material.</param>
            <param name="secKeyData">Encrypted/checksum'd secret key material.</param>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.SecretSubkeyPacket">
            <summary>Basic packet for a PGP secret key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.SignaturePacket">
            <remarks>Generic signature packet.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SignaturePacket.#ctor(System.Int32,System.Int64,Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag,Org.BouncyCastle.Bcpg.SignatureSubpacket[],Org.BouncyCastle.Bcpg.SignatureSubpacket[],System.Byte[],Org.BouncyCastle.Bcpg.MPInteger[])">
             Generate a version 4 signature packet.
            
             @param signatureType
             @param keyAlgorithm
             @param hashAlgorithm
             @param hashedData
             @param unhashedData
             @param fingerprint
             @param signature
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SignaturePacket.#ctor(System.Int32,System.Int32,System.Int64,Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag,System.Int64,System.Byte[],Org.BouncyCastle.Bcpg.MPInteger[])">
             Generate a version 2/3 signature packet.
            
             @param signatureType
             @param keyAlgorithm
             @param hashAlgorithm
             @param fingerprint
             @param signature
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.SignaturePacket.KeyId">
            <summary>Returns the key ID that created the signature.</summary>
            <remarks>
            A Key ID is an 8-octet scalar. We convert it (big-endian) to an Int64 (UInt64 is not CLS compliant).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SignaturePacket.GetFingerprint">
            Return the signatures fingerprint.
            @return fingerprint (digest prefix) of the signature
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SignaturePacket.GetSalt">
            Return the signature's salt.
            Only for v6 signatures.
            @return salt
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SignaturePacket.GetSignatureTrailer">
             return the signature trailer that must be included with the data
             to reconstruct the signature
            
             @return byte[]
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SignaturePacket.GetSignature">
            return the signature as a set of integers - note this is normalised to be the
            ASN.1 encoding of what appears in the signature packet.
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SignaturePacket.GetSignatureBytes">
            Return the byte encoding of the signature section.
            @return uninterpreted signature bytes.
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.SignaturePacket.CreationTime">
            <summary>Return the creation time in milliseconds since 1 Jan., 1970 UTC.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SignaturePacket.SetIssuerKeyId">
            Iterate over the hashed and unhashed signature subpackets to identify either a {@link IssuerKeyID} or
            {@link IssuerFingerprint} subpacket to derive the issuer key-ID from.
            The issuer {@link IssuerKeyID} and {@link IssuerFingerprint} subpacket information is "self-authenticating",
            as its authenticity can be verified by checking the signature with the corresponding key.
            Therefore, we can also check the unhashed signature subpacket area.
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.SignatureSubpacket">
            <summary>Basic type for a PGP Signature subpacket.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SignatureSubpacket.GetData">
            <summary>Return the generic data making up the packet.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.SignatureSubpacketsParser">
            <summary>Parser for signature subpackets</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.SignatureSubpacketsParser.MaxSubpacketLength">
            <summary>2MiB, allows for embedded McEliece keys for example.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.SignatureSubpacketTag">
            <summary>Basic PGP signature subpacket tag types.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.EmbeddedSignature">
            <summary>Signature Subpacket for embedding one Signature into another.</summary>
            <remarks>
            This packet is used e.g. for embedding a primary-key binding signature
            (<see cref="F:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.PrimaryKeyBinding"/>) into a subkey-binding signature
            (<see cref="F:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.SubkeyBinding"/>) for a signing-capable subkey.
            <para>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.26">
            RFC4880 - Embedded Signature
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-embedded-signature">
            RFC9580 - Embedded Signature
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.Exportable">
            <summary>Signature Subpacket for marking a signature as exportable or non-exportable.</summary>
            <remarks>
            Non-exportable signatures are not intended to be published.
            <para>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.11">
            RFC4880 - Exportable Certification
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-exportable-certification">
            RFC9580 - Exportable Certification
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.Features">
            <summary>Signature Subpacket encoding which features are supported by the key-holders implementation.</summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.24">RFC4880 - Features</see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-features">RFC9580 - Features</see>
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.Sig.Features.FEATURE_MODIFICATION_DETECTION">
            <summary>Modification Detection (packets 18 and 19).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.Sig.Features.FEATURE_AEAD_ENCRYPTED_DATA">
            <summary>
            AEAD Encrypted Data Packet (packet 20) and version 5 Symmetric-Key Encrypted Session Key Packets (packet 3).
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.Sig.Features.FEATURE_VERSION_5_PUBLIC_KEY">
            <summary>Version 5 Public-Key Packet format and corresponding new fingerprint format.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.Sig.Features.FEATURE_SEIPD_V2">
            <summary>Symmetrically Encrypted Integrity Protected Data packet version 2.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.Sig.Features.SupportsFeature(System.Byte)">
            <returns><c>true</c> iff the particular feature is supported.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.IntendedRecipientFingerprint">
            <summary>Signature Subpacket containing the fingerprint of the intended recipients primary key.</summary>
            <remarks>
            This packet can be used to prevent malicious forwarding/replay attacks.
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-intended-recipient-fingerpr">
            RFC9580 - Intended Recipient Fingerprint
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.IssuerFingerprint">
            <summary>Signature Subpacket containing the fingerprint of the issuers signing (sub-) key.</summary>
            <remarks>
            This packet supersedes the <see cref="T:Org.BouncyCastle.Bcpg.Sig.IssuerKeyId"/> subpacket.
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-issuer-fingerprint">
            RFC9580 - Issuer Fingerprint
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.IssuerKeyId">
            <summary>Signature Subpacket containing the key-id of the issuers signing (sub-) key.</summary>
            <remarks>
            If the version of that key is greater than 4, this subpacket MUST NOT be included in the signature. For these
            keys, consider the <see cref="T:Org.BouncyCastle.Bcpg.Sig.IssuerFingerprint"/> subpacket instead.
            <para>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.5">RFC4880 - Issuer</see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-issuer-key-id">RFC9580 - Issuer Key ID</see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.KeyExpirationTime">
            <summary>
            Signature Subpacket containing the number of seconds after the key's creation date, after which the key expires.
            </summary>
            <remarks>
            The special value of <c>0</c> means that the key never expires.
            <para>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.6">
            RFC4880 - Key Expiration Time
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-key-expiration-time">
            RFC9580 - Key Expiration Time
            </see>
            </para>
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.Sig.KeyExpirationTime.Time">
             Return the number of seconds after creation time a key is valid for.
            
             @return second count for key validity.
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.KeyFlags">
            <summary>Signature Subpacket encoding the capabilities / intended uses of a key.</summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.21">RFC4880 - Key Flags</see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-key-flags">RFC9580 - Key Flags</see>
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.Sig.KeyFlags.Flags">
            <summary>
            Return the flag values contained in the first 4 octets (note: at the moment
            the standard only uses the first one).
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.NotationData">
            <summary>Signature Subpacket encoding custom notations. Notations are key-value pairs.</summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.16">RFC4880 - Notation Data</see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-notation-data">RFC9580 - Notation Data</see>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.PolicyUrl">
            <summary>
            Signature Subpacket for encoding a URI pointing to a document containing the policy under which the signature
            was created.
            </summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.20">RFC4880 - Policy URI</see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-policy-uri">RFC9580 - Policy URI</see>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.PreferredAlgorithms">
            <summary>Signature Subpacket containing algorithm preferences of the key holder's implementation.</summary>
            <remarks>
            This class is used to implement:
            <list type="bullet">
            <item>Preferred Hash Algorithms</item>
            <item>Preferred Symmetric Key Algorithms</item>
            <item>Preferred Compression Algorithms</item>
            </list>
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-preferred-symmetric-ciphers">
            RFC9580 - Preferred Symmetric Ciphers for v1 SEIPD
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-preferred-hash-algorithms">
            RFC9580 - Preferred Hash Algorithms
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-preferred-compression-algor">
            RFC9580 - Preferred Compression Algorithms
            </see>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.7">
            RFC4880 - Preferred Symmetric Algorithms
            </see>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.8">
            RFC4880 - Preferred Hash Algorithms
            </see>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.9">
            RFC4880 - Preferred Compression Algorithms
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.PrimaryUserId">
            <summary>Signature Subpacket marking a User ID as primary.</summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.19">
            RFC4880 - Primary User ID
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-primary-user-id">
            RFC9580 - Primary User ID
            </see>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.RegularExpression">
            <summary>
            Signature Subpacket containing a regular expression limiting the scope of the signature.
            </summary>
            <remarks>
            Note: the RFC says the byte encoding is to be null terminated.
            <para>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.14">
            RFC4880 - Regular Expression
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-regular-expression">
            RFC9580 - Regular Expression
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.Revocable">
            <summary>Signature Subpacket marking a signature as non-revocable.</summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.12">
            RFC4880 - Revocable
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-revocable">
            RFC9580 - Revocable
            </see>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.SignatureCreationTime">
            <summary>Signature Subpacket containing the time at which the signature was created.</summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.4">
            RFC4880 - Signature Creation Time
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-signature-creation-time">
            RFC9580 - Signature Creation Time
            </see>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.SignatureExpirationTime">
            <summary>
            Signature Subpacket containing the number of seconds after the signatures creation time after which the
            signature expires.
            </summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.10">
            RFC4880 - Signature Expiration Time
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-signature-expiration-time">
            RFC9580 - Signature Expiration Time
            </see>
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.Sig.SignatureExpirationTime.Time">
            return time in seconds before signature expires after creation time.
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.SignatureTarget">
            <summary>
            Signature Subpacket containing the hash value of another signature to which this signature applies to.
            </summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.25">RFC4880 - Signature Target</see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-signature-target">RFC9580 - Signature Target</see>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.SignerUserId">
            <summary>
            Signature Subpacket containing the User ID of the identity as which the issuer created the signature.
            </summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.22">
            RFC4880 - Signer's User ID
            </see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-signers-user-id">
            RFC9580 - Signer's User ID
            </see>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.Sig.TrustSignature">
            <summary>
            Signature Subpacket encoding the level and amount of trust the issuer places into the certified key or identity.
            </summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.10">RFC4880 - Trust Packet</see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-trust-signature">RFC9580 - Trust Signature</see>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.RevocationKey">
            <summary>
            Represents revocation key OpenPGP signature sub packet. Note: This packet is deprecated. Applications MUST NOT
            generate such a packet.
            </summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.15">RFC4880 - Revocation Key</see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-revocation-key">RFC9580 - Revocation Key</see>
            <para>Deprecated since RFC9580.</para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.RevocationReason">
            <summary>
            Signature Subpacket for encoding the reason why a key was revoked.
            </summary>
            <remarks>
            <see href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.23">RFC4880 - Reason for Revocation</see>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-reason-for-revocation">
            RFC9580 - Reason for Revocation
            </see>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.StreamUtilities.FindLimit(System.IO.Stream)">
            <summary>Find possible longest length, capped by maximum array size.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.SymmetricEncDataPacket">
            <remarks>Basic type for a symmetric key encrypted packet.</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.SymmetricEncIntegrityPacket.Version1">
            <summary>Version 1 SEIPD packet.</summary>
            <remarks>
            Used only with <see cref="F:Org.BouncyCastle.Bcpg.SymmetricKeyEncSessionPacket.Version4"/> or
            <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyEncSessionPacket.Version3"/>.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.SymmetricEncIntegrityPacket.Version2">
            <summary>Version 2 SEIPD packet.</summary>
            <remarks>
            Used only with <see cref="F:Org.BouncyCastle.Bcpg.SymmetricKeyEncSessionPacket.Version6"/> or
            <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyEncSessionPacket.Version6"/>.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag">
            <summary>Basic tags for symmetric key algorithms.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.SymmetricKeyEncSessionPacket">
            <summary>Basic type for a symmetric encrypted session key packet.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.SymmetricKeyEncSessionPacket.#ctor(System.Byte,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.AeadAlgorithmTag,System.Byte[],Org.BouncyCastle.Bcpg.S2k,System.Byte[],System.Byte[])">
            <remarks>Create a v5 or v6 SKESK packet.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.TrustPacket">
            <summary>Basic type for a trust packet.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.UnknownBcpgKey">
            <summary>Key class for unknown/unsupported OpenPGP key types.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.UserAttributePacket">
            Basic type for a user attribute packet.
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.UserAttributeSubpacket">
            <summary>Basic type for a user attribute subpacket.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.UserAttributeSubpacketsParser">
            <summary>Parser for user attribute subpackets</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.UserAttributeSubpacketTag">
            <summary>Basic PGP user attribute subpacket tag types.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.UserIdPacket">
            <summary>Basic type for a user ID packet.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.X25519PublicBcpgKey">
            <summary>
            Public key of type <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.X25519"/>.
            </summary>
            <remarks>
            This type was introduced with RFC9580 and can be used with v4, v6 keys. Note however, that legacy
            implementations might not understand this key type yet. For a key type compatible with legacy v4
            implementations, see <see cref="T:Org.BouncyCastle.Bcpg.ECDHPublicBcpgKey"/> with <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.ECDH"/>.
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-algorithm-specific-part-for-x">
            OpenPGP - Algorithm-Specific Part for X25519 Keys
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.X25519SecretBcpgKey">
            <summary>
            Secret key of type <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.X25519"/>.
            </summary>
            <remarks>
            This type was introduced with RFC9580 and can be used with v4, v6 keys. Note however, that legacy
            implementations might not understand this key type yet. For a key type compatible with legacy v4
            implementations, see <see cref="T:Org.BouncyCastle.Bcpg.ECSecretBcpgKey"/> with <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.ECDH"/>.
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-algorithm-specific-part-for-x">
            OpenPGP - Algorithm-Specific Part for X25519 Keys
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.X448PublicBcpgKey">
            <summary>
            Public key of type <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.X448"/>.
            </summary>
            <remarks>
            This type was introduced with RFC9580 and can be used with v4, v6 keys. Note however, that legacy
            implementations might not understand this key type yet. For a key type compatible with legacy v4
            implementations, see <see cref="T:Org.BouncyCastle.Bcpg.ECDHPublicBcpgKey"/> with <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.ECDH"/>.
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-algorithm-specific-part-for-x4">
            OpenPGP - Algorithm-Specific Part for X448 Keys
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.X448SecretBcpgKey">
            <summary>
            Secret key of type <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.X448"/>.
            </summary>
            <remarks>
            This type was introduced with RFC9580 and can be used with v4, v6 keys. Note however, that legacy
            implementations might not understand this key type yet. For a key type compatible with legacy v4
            implementations, see <see cref="T:Org.BouncyCastle.Bcpg.ECSecretBcpgKey"/> with <see cref="F:Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag.ECDH"/>.
            <para>
            <see href="https://www.rfc-editor.org/rfc/rfc9580.html#name-algorithm-specific-part-for-x4">
            OpenPGP - Algorithm-Specific Part for X448 Keys
            </see>
            </para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedData">
            <remarks>Compressed data objects</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedData.Algorithm">
            <summary>The algorithm used for compression</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedData.GetInputStream">
            <summary>Get the raw input stream contained in the object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedData.GetDataStream">
            <summary>
            Return an input stream that decompresses and returns data in the compressed packet.
            </summary>
            <remarks>
            The OpenPGP compressed data packet carries no decompressed-length field, so the returned stream is
            unbounded; a small compressed packet can expand into an arbitrarily large amount of data (a "decompression
            bomb"). When processing untrusted input, a caller that buffers the full decompressed output should bound it,
            either by reading incrementally, or by using <see cref="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedData.GetDataStream(System.Int64)"/> to cap the number of
            decompressed bytes.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedData.GetDataStream(System.Int64)">
            <summary>
            Return an input stream that decompresses and returns data in the compressed packet, failing with a
            <see cref="T:Org.BouncyCastle.Utilities.IO.StreamOverflowException"/> (an <see cref="T:System.IO.IOException"/>) once more than <paramref name="limit"/>
            decompressed bytes have been read. This caps the "decompression bomb" amplification of an untrusted
            compressed packet for callers that buffer the decompressed output.
            </summary>
            <remarks>
            The limit applies to the decompressed byte count. For BZip2 the underlying decompressor still allocates its
            fixed working buffers - sized by the packet's block-size header, up to ~4.5MB - when the stream is
            constructed, independently of this limit.
            </remarks>
            <param name="limit">
            The maximum number of decompressed bytes that may be read, or a negative value for no limit (equivalent to
            <see cref="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedData.GetDataStream"/>).
            </param>
            <returns>
            A <see cref="T:System.IO.Stream"/> over the uncompressed data, bounded to <paramref name="limit"/> bytes.
            </returns>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedDataGenerator">
            <remarks>Class for producing compressed data packets.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedDataGenerator.Open(System.IO.Stream)">
            <summary>
            <p>
            Return an output stream which will save the data being written to
            the compressed object.
            </p>
            <p>
            The stream created can be closed off by either calling Close()
            on the stream or Close() on the generator. Closing the returned
            stream does not close off the Stream parameter <c>outStr</c>.
            </p>
            </summary>
            <param name="outStr">Stream to be used for output.</param>
            <returns>A Stream for output of the compressed data.</returns>
            <exception cref="T:System.ArgumentNullException"></exception>
            <exception cref="T:System.InvalidOperationException"></exception>
            <exception cref="T:System.IO.IOException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpCompressedDataGenerator.Open(System.IO.Stream,System.Byte[])">
            <summary>
            <p>
            Return an output stream which will compress the data as it is written to it.
            The stream will be written out in chunks according to the size of the passed in buffer.
            </p>
            <p>
            The stream created can be closed off by either calling Close()
            on the stream or Close() on the generator. Closing the returned
            stream does not close off the Stream parameter <c>outStr</c>.
            </p>
            <p>
            <b>Note</b>: if the buffer is not a power of 2 in length only the largest power of 2
            bytes worth of the buffer will be used.
            </p>
            <p>
            <b>Note</b>: using this may break compatibility with RFC 1991 compliant tools.
            Only recent OpenPGP implementations are capable of accepting these streams.
            </p>
            </summary>
            <param name="outStr">Stream to be used for output.</param>
            <param name="buffer">The buffer to use.</param>
            <returns>A Stream for output of the compressed data.</returns>
            <exception cref="T:System.ArgumentNullException"></exception>
            <exception cref="T:System.InvalidOperationException"></exception>
            <exception cref="T:System.IO.IOException"></exception>
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException"></exception>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpDataValidationException">
            <summary>Thrown if the IV at the start of a data stream indicates the wrong key is being used.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedData.GetInputStream">
            <summary>Return the raw input stream for the data stream.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedData.IsIntegrityProtected">
            <summary>Return true if the message is integrity protected.</summary>
            <returns>True, if there is a modification detection code namespace associated
            with this stream.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedData.Verify">
            <summary>Note: This can only be called after the message has been read.</summary>
            <returns>True, if the message verifies, false otherwise</returns>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator">
            <summary>Generator for encrypted objects.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.#ctor(Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Security.SecureRandom)">
            <summary>Existing SecureRandom constructor.</summary>
            <param name="encAlgorithm">The symmetric algorithm to use.</param>
            <param name="random">Source of randomness.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.#ctor(Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,System.Boolean,Org.BouncyCastle.Security.SecureRandom)">
            <summary>Creates a cipher stream which will have an integrity packet associated with it.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.#ctor(Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Security.SecureRandom,System.Boolean)">
            <summary>Base constructor.</summary>
            <param name="encAlgorithm">The symmetric algorithm to use.</param>
            <param name="random">Source of randomness.</param>
            <param name="oldFormat">PGP 2.6.x compatibility required.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.AddMethod(System.Char[],Org.BouncyCastle.Bcpg.HashAlgorithmTag)">
            <summary>Add a PBE encryption method to the encrypted object.</summary>
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.AddMethodUtf8(System.Char[],Org.BouncyCastle.Bcpg.HashAlgorithmTag)">
            <summary>Add a PBE encryption method to the encrypted object.</summary>
            <remarks>
            The passphrase is encoded to bytes using UTF8.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.AddMethodRaw(System.Byte[],Org.BouncyCastle.Bcpg.HashAlgorithmTag)">
            <summary>Add a PBE encryption method to the encrypted object.</summary>
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.AddMethod(System.Char[],Org.BouncyCastle.Bcpg.HashAlgorithmTag,System.Int32)">
            <summary>Add a PBE encryption method to the encrypted object.</summary>
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.AddMethodUtf8(System.Char[],Org.BouncyCastle.Bcpg.HashAlgorithmTag,System.Int32)">
            <summary>Add a PBE encryption method to the encrypted object.</summary>
            <remarks>
            The passphrase is encoded to bytes using UTF8.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.AddMethodRaw(System.Byte[],Org.BouncyCastle.Bcpg.HashAlgorithmTag,System.Int32)">
            <summary>Add a PBE encryption method to the encrypted object.</summary>
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.AddMethod(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Add a public key encrypted session key to the encrypted object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.Open(System.IO.Stream,System.Int64,System.Byte[])">
            <summary>
            <p>
            If buffer is non null stream assumed to be partial, otherwise the length will be used
            to output a fixed length packet.
            </p>
            <p>
            The stream created can be closed off by either calling Close()
            on the stream or Close() on the generator. Closing the returned
            stream does not close off the Stream parameter <c>outStr</c>.
            </p>
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.Open(System.IO.Stream,System.Int64)">
            <summary>
            <p>
            Return an output stream which will encrypt the data as it is written to it.
            </p>
            <p>
            The stream created can be closed off by either calling Close()
            on the stream or Close() on the generator. Closing the returned
            stream does not close off the Stream parameter <c>outStr</c>.
            </p>
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataGenerator.Open(System.IO.Stream,System.Byte[])">
            <summary>
            <p>
            Return an output stream which will encrypt the data as it is written to it.
            The stream will be written out in chunks according to the size of the passed in buffer.
            </p>
            <p>
            The stream created can be closed off by either calling Close()
            on the stream or Close() on the generator. Closing the returned
            stream does not close off the Stream parameter <c>outStr</c>.
            </p>
            <p>
            <b>Note</b>: if the buffer is not a power of 2 in length only the largest power of 2
            bytes worth of the buffer will be used.
            </p>
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedDataList">
            <remarks>A holder for a list of PGP encryption method packets.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException">
            <summary>Generic exception class for PGP encoding/decoding problems.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyFlags">
            <remarks>Key flag values for the KeyFlags subpacket.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair">
            <remarks>
            General class to handle JCA key pairs and convert them into OpenPGP ones.
            <p>
            A word for the unwary, the KeyId for an OpenPGP public key is calculated from
            a hash that includes the time of creation, if you pass a different date to the
            constructor below with the same public private key pair the KeyIs will not be the
            same as for previous generations of the key, so ideally you only want to do
            this once.
            </p>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair.#ctor(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey)">
            <summary>Create a key pair from a PgpPrivateKey and a PgpPublicKey.</summary>
            <param name="pub">The public key.</param>
            <param name="priv">The private key.</param>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair.KeyId">
            <summary>The Key ID associated with this key pair.</summary>
            <remarks>
            A Key ID is an 8-octet scalar. We convert it (big-endian) to an Int64 (UInt64 is not CLS compliant).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator">
            <remarks>
            Generator for a PGP master and subkey ring.
            This class will generate both the secret and public key rings
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,System.Char[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Create a new key ring generator.
            </summary>
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
            <param name="certificationLevel">The certification level for keys on this ring.</param>
            <param name="masterKey">The master key pair.</param>
            <param name="id">The id to be associated with the ring.</param>
            <param name="encAlgorithm">The algorithm to be used to protect secret keys.</param>
            <param name="passPhrase">The passPhrase to be used to protect secret keys.</param>
            <param name="useSha1">Checksum the secret keys with SHA1 rather than the older 16 bit checksum.</param>
            <param name="hashedPackets">Packets to be included in the certification hash.</param>
            <param name="unhashedPackets">Packets to be attached unhashed to the certification.</param>
            <param name="rand">input secured random.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,System.Boolean,System.Char[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Create a new key ring generator.
            </summary>
            <param name="certificationLevel">The certification level for keys on this ring.</param>
            <param name="masterKey">The master key pair.</param>
            <param name="id">The id to be associated with the ring.</param>
            <param name="encAlgorithm">The algorithm to be used to protect secret keys.</param>
            <param name="utf8PassPhrase">
            If true, conversion of the passphrase to bytes uses UTF8, otherwise the conversion
            is performed using Convert.ToByte(), which is the historical behaviour of the library (1.7 and earlier).
            </param>
            <param name="passPhrase">The passPhrase to be used to protect secret keys.</param>
            <param name="useSha1">Checksum the secret keys with SHA1 rather than the older 16 bit checksum.</param>
            <param name="hashedPackets">Packets to be included in the certification hash.</param>
            <param name="unhashedPackets">Packets to be attached unhashed to the certification.</param>
            <param name="rand">input secured random.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,System.Byte[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Create a new key ring generator.
            </summary>
            <param name="certificationLevel">The certification level for keys on this ring.</param>
            <param name="masterKey">The master key pair.</param>
            <param name="id">The id to be associated with the ring.</param>
            <param name="encAlgorithm">The algorithm to be used to protect secret keys.</param>
            <param name="rawPassPhrase">The passPhrase to be used to protect secret keys.</param>
            <param name="useSha1">Checksum the secret keys with SHA1 rather than the older 16 bit checksum.</param>
            <param name="hashedPackets">Packets to be included in the certification hash.</param>
            <param name="unhashedPackets">Packets to be attached unhashed to the certification.</param>
            <param name="rand">input secured random.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag,System.Char[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Create a new key ring generator.
            </summary>
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
            <param name="certificationLevel">The certification level for keys on this ring.</param>
            <param name="masterKey">The master key pair.</param>
            <param name="id">The id to be associated with the ring.</param>
            <param name="encAlgorithm">The algorithm to be used to protect secret keys.</param>
            <param name="hashAlgorithm">The hash algorithm.</param>
            <param name="passPhrase">The passPhrase to be used to protect secret keys.</param>
            <param name="useSha1">Checksum the secret keys with SHA1 rather than the older 16 bit checksum.</param>
            <param name="hashedPackets">Packets to be included in the certification hash.</param>
            <param name="unhashedPackets">Packets to be attached unhashed to the certification.</param>
            <param name="rand">input secured random.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag,System.Boolean,System.Char[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Create a new key ring generator.
            </summary>
            <param name="certificationLevel">The certification level for keys on this ring.</param>
            <param name="masterKey">The master key pair.</param>
            <param name="id">The id to be associated with the ring.</param>
            <param name="encAlgorithm">The algorithm to be used to protect secret keys.</param>
            <param name="hashAlgorithm">The hash algorithm.</param>
            <param name="utf8PassPhrase">
            If true, conversion of the passphrase to bytes uses UTF8, otherwise the conversion
            is performed using Convert.ToByte(), which is the historical behaviour of the library (1.7 and earlier).
            </param>
            <param name="passPhrase">The passPhrase to be used to protect secret keys.</param>
            <param name="useSha1">Checksum the secret keys with SHA1 rather than the older 16 bit checksum.</param>
            <param name="hashedPackets">Packets to be included in the certification hash.</param>
            <param name="unhashedPackets">Packets to be attached unhashed to the certification.</param>
            <param name="rand">input secured random.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag,System.Byte[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Create a new key ring generator.
            </summary>
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
            <param name="certificationLevel">The certification level for keys on this ring.</param>
            <param name="masterKey">The master key pair.</param>
            <param name="id">The id to be associated with the ring.</param>
            <param name="encAlgorithm">The algorithm to be used to protect secret keys.</param>
            <param name="hashAlgorithm">The hash algorithm.</param>
            <param name="rawPassPhrase">The passPhrase to be used to protect secret keys.</param>
            <param name="useSha1">Checksum the secret keys with SHA1 rather than the older 16 bit checksum.</param>
            <param name="hashedPackets">Packets to be included in the certification hash.</param>
            <param name="unhashedPackets">Packets to be attached unhashed to the certification.</param>
            <param name="rand">input secured random.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.AddSubKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair)">
            <summary>Add a subkey to the key ring to be generated with default certification.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.AddSubKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,Org.BouncyCastle.Bcpg.HashAlgorithmTag)">
            <summary>
            Add a subkey to the key ring to be generated with default certification.
            </summary>
            <param name="keyPair">The key pair.</param>
            <param name="hashAlgorithm">The hash algorithm.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.AddSubKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,Org.BouncyCastle.Bcpg.HashAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag)">
            <summary>
            Add a signing subkey to the key ring to be generated with default certification and a primary key binding signature.
            </summary>
            <param name="keyPair">The key pair.</param>
            <param name="hashAlgorithm">The hash algorithm.</param>
            <param name="primaryKeyBindingHashAlgorithm">The primary-key binding hash algorithm.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.AddSubKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector)">
            <summary>
            Add a subkey with specific hashed and unhashed packets associated with it and
            default certification using SHA-1.
            </summary>
            <param name="keyPair">Public/private key pair.</param>
            <param name="hashedPackets">Hashed packet values to be included in certification.</param>
            <param name="unhashedPackets">Unhashed packets values to be included in certification.</param>
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.AddSubKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.HashAlgorithmTag)">
            <summary>
            Add a subkey with specific hashed and unhashed packets associated with it and
            default certification.
            </summary>
            <param name="keyPair">Public/private key pair.</param>
            <param name="hashedPackets">Hashed packet values to be included in certification.</param>
            <param name="unhashedPackets">Unhashed packets values to be included in certification.</param>
            <param name="hashAlgorithm">The hash algorithm.</param>
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException">exception adding subkey: </exception>
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.AddSubKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.HashAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag)">
            <summary>
            Add a signing subkey with specific hashed and unhashed packets associated with it and
            default certifications, including the primary-key binding signature.
            </summary>
            <param name="keyPair">Public/private key pair.</param>
            <param name="hashedPackets">Hashed packet values to be included in certification.</param>
            <param name="unhashedPackets">Unhashed packets values to be included in certification.</param>
            <param name="hashAlgorithm">The hash algorithm.</param>
            <param name="primaryKeyBindingHashAlgorithm">The primary-key binding hash algorithm.</param>
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException">exception adding subkey: </exception>
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.GenerateSecretKeyRing">
            <summary>Return the secret key ring.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyRingGenerator.GeneratePublicKeyRing">
            <summary>Return the public key ring that corresponds to the secret key ring.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyValidationException">
            <summary>Thrown if the key checksum is invalid.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData">
            <summary>Class for processing literal data objects.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.Binary">
            <summary>Format tag for binary literal data.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.Text">
            <summary>Format tag for textual literal data.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.Utf8">
            <summary>Format tag for UTF-8 encoded textual literal data.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.Mime">
            <summary>Format tag for MIME message bodies.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.Console">
            <summary>The special name indicating a "for your eyes only" packet.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.Now">
            <summary>The special time for a modification time of "now" or the present time.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.#ctor(System.Byte[])">
            <summary>Construct a PGP LiteralData carrier from the passed in byte array.</summary>
            <param name="encData">an encoding of PGP literal data.</param>
            <exception cref="T:System.IO.IOException">if an error occurs reading from the PGP input.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.#ctor(System.IO.Stream)">
            <summary>Construct a PGP LiteralData carrier from the passed in input stream.</summary>
            <param name="inStream">an input stream containing an encoding of PGP literal data.</param>
            <exception cref="T:System.IO.IOException">if an error occurs reading from the PGP input.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.#ctor(Org.BouncyCastle.Bcpg.BcpgInputStream)">
            <summary>Construct a PGP LiteralData carrier from the passed in BCPG input stream.</summary>
            <param name="bcpgInput">a BCPG input stream containing an encoded PGP literal data structure.</param>
            <exception cref="T:System.IO.IOException">if an error occurs reading from the PGP input.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.Format">
            <summary>The format of the data stream - Binary or Text</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.FileName">
            <summary>The file name that's associated with the data stream.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.GetRawFileName">
            Return the file name as an unintrepreted byte array.
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.ModificationTime">
            <summary>The modification time for the file.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.GetInputStream">
            <summary>The raw input stream for the data stream.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralData.GetDataStream">
            <summary>The input stream representing the data stream.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralDataGenerator">
            <remarks>Class for producing literal data packets.</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralDataGenerator.Console">
            <summary>The special name indicating a "for your eyes only" packet.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralDataGenerator.#ctor(System.Boolean)">
            <summary>
            Generates literal data objects in the old format.
            This is important if you need compatibility with PGP 2.6.x.
            </summary>
            <param name="oldFormat">If true, uses old format.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralDataGenerator.Open(System.IO.Stream,System.Char,System.String,System.Int64,System.DateTime)">
            <summary>
            <p>
            Open a literal data packet, returning a stream to store the data inside the packet.
            </p>
            <p>
            The stream created can be closed off by either calling Close()
            on the stream or Close() on the generator. Closing the returned
            stream does not close off the Stream parameter <c>outStr</c>.
            </p>
            </summary>
            <param name="outStr">The stream we want the packet in.</param>
            <param name="format">The format we are using.</param>
            <param name="name">The name of the 'file'.</param>
            <param name="length">The length of the data we will write.</param>
            <param name="modificationTime">The time of last modification we want stored.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralDataGenerator.Open(System.IO.Stream,System.Char,System.String,System.DateTime,System.Byte[])">
            <summary>
            <p>
            Open a literal data packet, returning a stream to store the data inside the packet,
            as an indefinite length stream. The stream is written out as a series of partial
            packets with a chunk size determined by the size of the passed in buffer.
            </p>
            <p>
            The stream created can be closed off by either calling Close()
            on the stream or Close() on the generator. Closing the returned
            stream does not close off the Stream parameter <c>outStr</c>.
            </p>
            <p>
            <b>Note</b>: if the buffer is not a power of 2 in length only the largest power of 2
            bytes worth of the buffer will be used.</p>
            </summary>
            <param name="outStr">The stream we want the packet in.</param>
            <param name="format">The format we are using.</param>
            <param name="name">The name of the 'file'.</param>
            <param name="modificationTime">The time of last modification we want stored.</param>
            <param name="buffer">The buffer to use for collecting data to put into chunks.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpLiteralDataGenerator.Open(System.IO.Stream,System.Char,System.IO.FileInfo)">
            <summary>
            <p>
            Open a literal data packet for the passed in <c>FileInfo</c> object, returning
            an output stream for saving the file contents.
            </p>
            <p>
            The stream created can be closed off by either calling Close()
            on the stream or Close() on the generator. Closing the returned
            stream does not close off the Stream parameter <c>outStr</c>.
            </p>
            </summary>
            <param name="outStr">The stream we want the packet in.</param>
            <param name="format">The format we are using.</param>
            <param name="file">The <c>FileInfo</c> object containg the packet details.</param>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpMarker">
            <remarks>
            A PGP marker packet - in general these should be ignored other than where
            the idea is to preserve the original input stream.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpObjectFactory">
            <remarks>
            General class for reading a PGP object stream.
            <p>
            Note: if this class finds a PgpPublicKey or a PgpSecretKey it
            will create a PgpPublicKeyRing, or a PgpSecretKeyRing for each
            key found. If all you are trying to do is read a key ring file use
            either PgpPublicKeyRingBundle or PgpSecretKeyRingBundle.</p>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpObjectFactory.NextPgpObject">
            <summary>Return the next object in the stream, or null if the end is reached.</summary>
            <exception cref="T:System.IO.IOException">On a parse error</exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpObjectFactory.AllPgpObjects">
            <summary>
            Return all available objects in a list.
            </summary>
            <returns>An <c>IList</c> containing all objects from this factory, in order.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpObjectFactory.FilterPgpObjects``1">
            <summary>
            Read all available objects, returning only those that are assignable to the specified type.
            </summary>
            <returns>An <see cref="T:System.Collections.Generic.IList`1"/> containing the filtered objects from this factory, in order.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpObjectFactory.SetThrowForUnknownCriticalPackets(System.Boolean)">
            <summary>
            If set to <c>true</c>, the object factory will throw an <see cref="T:System.IO.IOException"/> if it encounters an
            unknown packet with a packet tag within the critical range (0 - 39).
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpOnePassSignature">
            <summary>A one pass signature object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpOnePassSignature.InitVerify(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Initialise the signature object for verification.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpOnePassSignature.Verify(Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature)">
            <summary>Verify the calculated signature against the passed in PgpSignature.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpOnePassSignature.KeyId">
            <remarks>
            A Key ID is an 8-octet scalar. We convert it (big-endian) to an Int64 (UInt64 is not CLS compliant).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpOnePassSignatureList">
            <summary>Holder for a list of PgpOnePassSignature objects.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpPad">
            <remarks>Padding functions.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpPbeEncryptedData">
            <remarks>A password based encryption object.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPbeEncryptedData.GetDataStream(System.Char[])">
            <summary>Return the decrypted input stream, using the passed in passphrase.</summary>
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPbeEncryptedData.GetDataStreamUtf8(System.Char[])">
            <summary>Return the decrypted input stream, using the passed in passphrase.</summary>
            <remarks>
            The passphrase is encoded to bytes using UTF8.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPbeEncryptedData.GetDataStreamRaw(System.Byte[])">
            <summary>Return the decrypted input stream, using the passed in passphrase.</summary>
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPbeEncryptedData.GetSessionKey(System.Byte[],System.Boolean)">
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException" />
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey">
            <remarks>General class to contain a private key for use with other OpenPGP objects.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey.#ctor(System.Int64,Org.BouncyCastle.Bcpg.PublicKeyPacket,Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Create a PgpPrivateKey from a keyID, the associated public data packet, and a regular private key.
            </summary>
            <param name="keyID">ID of the corresponding public key.</param>
            <param name="publicKeyPacket">the public key data packet to be associated with this private key.</param>
            <param name="privateKey">the private key data packet to be associated with this private key.</param>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey.KeyId">
            <summary>The Key ID associated with the contained private key.</summary>
            <remarks>
            A Key ID is an 8-octet scalar. We convert it (big-endian) to an Int64 (UInt64 is not CLS compliant).
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey.PublicKeyPacket">
            <summary>The public key packet associated with this private key, if available.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey.Key">
            <summary>The contained private key.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey">
            <remarks>General class to handle a PGP public key object.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.#ctor(Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.DateTime)">
            <summary>
            Create a PgpPublicKey from the passed in lightweight one.
            </summary>
            <remarks>
            Note: the time passed in affects the value of the key's keyId, so you probably only want
            to do this once for a lightweight key, or make sure you keep track of the time you used.
            </remarks>
            <param name="algorithm">Asymmetric algorithm type representing the public key.</param>
            <param name="pubKey">Actual public key to associate.</param>
            <param name="time">Date of creation.</param>
            <exception cref="T:System.ArgumentException">If <c>pubKey</c> is not public.</exception>
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException">On key creation problem.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.#ctor(Org.BouncyCastle.Bcpg.PublicKeyPacket,Org.BouncyCastle.Bcpg.TrustPacket,System.Collections.Generic.IList{Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature})">
            <summary>Constructor for a sub-key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.#ctor(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Copy constructor.</summary>
            <param name="pubKey">The public key to copy.</param>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.Version">
            <summary>The version of this key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.CreationTime">
            <summary>The creation time of this key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetTrustData">
            <summary>Return the trust data associated with the public key, if present.</summary>
            <returns>A byte array with trust data, null otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetValidSeconds">
            <summary>The number of valid seconds from creation time - zero means no expiry.</summary>
            <remarks>
            WARNING: for a subkey this value is derived from subkey binding signature packets that have
            NOT been cryptographically verified against the primary key, so it must not be relied on as a
            security boundary - a forged, unverified binding packet can alter the result. When the expiry
            drives a trust decision, use <see cref="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetValidSeconds(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)"/> (which verifies the
            binding signatures against the primary key) or verify the binding signatures yourself.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetValidSeconds(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>
            The number of valid seconds from creation time - zero means no expiry - deriving a subkey's
            expiry only from binding signatures that cryptographically verify against
            <paramref name="masterKey"/>.
            </summary>
            <remarks>
            Prefer this overload over <see cref="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetValidSeconds"/> when the expiry of a subkey is used
            for a security decision: any binding signature packet that does not verify against the primary
            key is ignored, so an appended forged binding packet cannot influence the reported expiry.
            For a (v4+) master key the expiry still comes from its own self-signatures and
            <paramref name="masterKey"/> is not consulted.
            </remarks>
            <param name="masterKey">The primary key that binds this key; required when this is a subkey.</param>
            <exception cref="T:System.ArgumentNullException">If this is a subkey and <paramref name="masterKey"/> is null.
            </exception>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.KeyId">
            <summary>The Key ID associated with the public key.</summary>
            <remarks>
            A Key ID is an 8-octet scalar. We convert it (big-endian) to an Int64 (UInt64 is not CLS compliant).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetFingerprint">
            <summary>The fingerprint of the public key</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.IsEncryptionKey">
            <summary>
            Check if this key has an algorithm type that makes it suitable to use for encryption.
            </summary>
            <remarks>
            Note: with version 4 keys KeyFlags subpackets should also be considered when present for
            determining the preferred use of the key.
            </remarks>
            <returns>
            <c>true</c> if this key algorithm is suitable for encryption.
            </returns>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.IsMasterKey">
            <summary>True, if this could be a master key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.Algorithm">
            <summary>The algorithm code associated with the public key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.BitStrength">
            <summary>The strength of the key in bits.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetKey">
            <summary>The public key contained in the object.</summary>
            <returns>A lightweight public key.</returns>
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException">If the key algorithm is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetUserIds">
            <summary>Allows enumeration of any user IDs associated with the key.</summary>
            <returns>An <c>IEnumerable</c> of <c>string</c> objects.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetRawUserIds">
            <summary>Return any userIDs associated with the key in raw byte form.</summary>
            <remarks>No attempt is made to convert the IDs into strings.</remarks>
            <returns>An <c>IEnumerable</c> of <c>byte[]</c>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetUserAttributes">
            <summary>Allows enumeration of any user attribute vectors associated with the key.</summary>
            <returns>An <c>IEnumerable</c> of <c>PgpUserAttributeSubpacketVector</c> objects.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetSignaturesForId(System.String)">
            <summary>Allows enumeration of any signatures associated with the passed in id.</summary>
            <param name="id">The ID to be matched.</param>
            <returns>An <c>IEnumerable</c> of <c>PgpSignature</c> objects.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetSignaturesForKeyID(System.Int64)">
            <summary>Return any signatures associated with the passed in key identifier keyID.</summary>
            <param name="keyID">the key id to be matched.</param>
            <returns>An <c>IEnumerable</c> of <c>PgpSignature</c> objects issued by the key with keyID.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetSignaturesForUserAttribute(Org.BouncyCastle.Bcpg.OpenPgp.PgpUserAttributeSubpacketVector)">
            <summary>Allows enumeration of signatures associated with the passed in user attributes.</summary>
            <param name="userAttributes">The vector of user attributes to be matched.</param>
            <returns>An <c>IEnumerable</c> of <c>PgpSignature</c> objects.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetSignaturesOfType(System.Int32)">
            <summary>Allows enumeration of signatures of the passed in type that are on this key.</summary>
            <param name="signatureType">The type of the signature to be returned.</param>
            <returns>An <c>IEnumerable</c> of <c>PgpSignature</c> objects.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetSignatures">
            <summary>Allows enumeration of all signatures/certifications associated with this key.</summary>
            <returns>An <c>IEnumerable</c> with all signatures/certifications.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetKeySignatures">
             Return all signatures/certifications directly associated with this key (ie, not to a user id).
            
             @return an iterator (possibly empty) with all signatures/certifications.
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.Encode(System.IO.Stream,System.Boolean)">
             Encode the key to outStream, with trust packets stripped out if forTransfer is true.
            
             @param outStream   stream to write the key encoding to.
             @param forTransfer if the purpose of encoding is to send key to other users.
             @throws IOException in case of encoding error.
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.IsRevoked">
            <summary>Check whether this (sub)key has a revocation signature on it.</summary>
            <remarks>This method is poorly named (misleading); use <see cref="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.HasRevocation"/> instead.</remarks>
            <returns><c>true</c>, if this (sub)key has had a (possibly invalid) revocation attached.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.HasRevocation">
            <summary>Check whether this (sub)key has a revocation signature on it.</summary>
            <remarks>
            WARNING: this reports only whether a revocation-type signature packet is <em>present</em>; the packet is NOT
            cryptographically verified, so for a key obtained from an untrusted source neither result is an
            authenticated trust signal.
            </remarks>
            <returns>True, if a revocation signature (verified or not) is present on this (sub)key.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.AddCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,System.String,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature)">
            <summary>Add a certification for an id to the given public key.</summary>
            <param name="key">The key the certification is to be added to.</param>
            <param name="id">The ID the certification is associated with.</param>
            <param name="certification">The new certification.</param>
            <returns>The re-certified key.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.AddCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,Org.BouncyCastle.Bcpg.OpenPgp.PgpUserAttributeSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature)">
            <summary>Add a certification for the given UserAttributeSubpackets to the given public key.</summary>
            <param name="key">The key the certification is to be added to.</param>
            <param name="userAttributes">The attributes the certification is associated with.</param>
            <param name="certification">The new certification.</param>
            <returns>The re-certified key.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.RemoveCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,Org.BouncyCastle.Bcpg.OpenPgp.PgpUserAttributeSubpacketVector)">
            <summary>
            Remove any certifications associated with a user attribute subpacket on a key.
            </summary>
            <param name="key">The key the certifications are to be removed from.</param>
            <param name="userAttributes">The attributes to be removed.</param>
            <returns>
            The re-certified key, or null if the user attribute subpacket was not found on the key.
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.RemoveCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,System.String)">
            <summary>Remove any certifications associated with a given ID on a key.</summary>
            <param name="key">The key the certifications are to be removed from.</param>
            <param name="id">The ID that is to be removed.</param>
            <returns>The re-certified key, or null if the ID was not found on the key.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.RemoveCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,System.Byte[])">
            <summary>Remove any certifications associated with a given ID on a key.</summary>
            <param name="key">The key the certifications are to be removed from.</param>
            <param name="rawId">The ID that is to be removed in raw byte form.</param>
            <returns>The re-certified key, or null if the ID was not found on the key.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.RemoveCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,System.Byte[],Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature)">
            <summary>Remove a certification associated with a given ID on a key.</summary>
            <param name="key">The key the certifications are to be removed from.</param>
            <param name="id">The ID that the certfication is to be removed from (in its raw byte form).</param>
            <param name="certification">The certfication to be removed.</param>
            <returns>The re-certified key, or null if the certification was not found.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.RemoveCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,System.String,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature)">
            <summary>Remove a certification associated with a given ID on a key.</summary>
            <param name="key">The key the certifications are to be removed from.</param>
            <param name="id">The ID that the certfication is to be removed from.</param>
            <param name="certification">The certfication to be removed.</param>
            <returns>The re-certified key, or null if the certification was not found.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.RemoveCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,Org.BouncyCastle.Bcpg.OpenPgp.PgpUserAttributeSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature)">
            <summary>Remove a certification associated with a given user attributes on a key.</summary>
            <param name="key">The key the certifications are to be removed from.</param>
            <param name="userAttributes">The user attributes that the certfication is to be removed from.</param>
            <param name="certification">The certification to be removed.</param>
            <returns>The re-certified key, or null if the certification was not found.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.AddCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature)">
            <summary>Add a revocation or some other key certification to a key.</summary>
            <param name="key">The key the revocation is to be added to.</param>
            <param name="certification">The key signature to be added.</param>
            <returns>The new changed public key object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.RemoveCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature)">
            <summary>Remove a certification from the key.</summary>
            <param name="key">The key the certifications are to be removed from.</param>
            <param name="certification">The certfication to be removed.</param>
            <returns>The modified key, null if the certification was not found.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.Join(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,System.Boolean,System.Boolean)">
            <summary>
            Merge the given local public key with another, potentially fresher copy. The resulting public key
            contains the sum of both keys' user-ids and signatures.
            </summary>
            <remarks>
            If joinTrustPackets is set to true and the copy carries a trust packet, the joined key will copy the
            trust-packet from the copy. Otherwise, it will carry the trust packet of the local key.
            </remarks>
            <param name="key">local public key.</param>
            <param name="copy">copy of the public key (e.g. from a key server).</param>
            <param name="joinTrustPackets">if true, trust packets from the copy are copied over into the resulting key.
            </param>
            <param name="allowSubkeySigsOnNonSubkey">if true, subkey signatures on the copy will be present in the
            merged key, even if key was not a subkey before.</param>
            <returns>joined key.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyEncryptedData">
            <remarks>A public key encrypted data object.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyEncryptedData.KeyId">
            <summary>The Key ID for the key used to encrypt the data.</summary>
            <remarks>
            A Key ID is an 8-octet scalar. We convert it (big-endian) to an Int64 (UInt64 is not CLS compliant).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyEncryptedData.GetSymmetricAlgorithm(Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey)">
            <summary>
            Return the algorithm code for the symmetric algorithm used to encrypt the data.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyEncryptedData.GetDataStream(Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey)">
            <summary>Return the decrypted data stream for the packet.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing">
            <remarks>
            Class to hold a single master public key and its subkeys.
            <p>
            Often PGP keyring files consist of multiple master keys, if you are trying to process
            or construct one of these you should use the <c>PgpPublicKeyRingBundle</c> class.
            </p>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing.GetPublicKey">
            <summary>Return the first public key in the ring.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing.GetPublicKey(System.Int64)">
            <summary>Return the public key referred to by the passed in key ID if it is present.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing.GetPublicKey(System.Byte[])">
            <summary>Return the public key with the passed in fingerprint if it is present.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing.GetPublicKeys">
            <summary>Allows enumeration of all the public keys.</summary>
            <returns>An <c>IEnumerable</c> of <c>PgpPublicKey</c> objects.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing.GetValidSeconds(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>
            The number of valid seconds from creation time for the given key - zero means no expiry.
            </summary>
            <remarks>
            For a subkey the expiry is derived only from binding signatures that verify against this ring's
            primary key, so (unlike <see cref="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetValidSeconds"/>) a forged, unverified
            binding packet cannot alter the result. See <see cref="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey.GetValidSeconds(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)"/>.
            </remarks>
            <param name="pubKey">A key from this ring.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing.InsertPublicKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>
            Returns a new key ring with the public key passed in either added or
            replacing an existing one.
            </summary>
            <param name="pubRing">The public key ring to be modified.</param>
            <param name="pubKey">The public key to be inserted.</param>
            <returns>A new <c>PgpPublicKeyRing</c></returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing.RemovePublicKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Returns a new key ring with the public key passed in removed from the key ring.</summary>
            <param name="pubRing">The public key ring to be modified.</param>
            <param name="pubKey">The public key to be removed.</param>
            <returns>A new <c>PgpPublicKeyRing</c>, or null if pubKey is not found.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing.Join(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing)">
             Join two copies of the same certificate.
             The certificates must have the same primary key, but may carry different subkeys, user-ids and signatures.
             The resulting certificate will carry the sum of both certificates subkeys, user-ids and signatures.
             <br/>
             This method will ignore trust packets on the second copy of the certificate and instead
             copy the local certificate's trust packets to the joined certificate.
            
             @param first  local copy of the certificate
             @param second remote copy of the certificate (e.g. from a key server)
             @return joined key ring
             @throws PGPException
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing.Join(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing,System.Boolean,System.Boolean)">
             Join two copies of the same certificate.
             The certificates must have the same primary key, but may carry different subkeys, user-ids and signatures.
             The resulting certificate will carry the sum of both certificates subkeys, user-ids and signatures.
             <br/>
             For each subkey holds: If joinTrustPackets is set to true and the second key is carrying a trust packet,
             the trust packet will be copied to the joined key.
             Otherwise, the joined key will carry the trust packet of the local copy.
            
             @param first                      local copy of the certificate
             @param second                     remote copy of the certificate (e.g. from a key server)
             @param joinTrustPackets           if true, trust packets from the second certificate copy will be carried over into the joined certificate
             @param allowSubkeySigsOnNonSubkey if true, the resulting joined certificate may carry subkey signatures on its primary key
             @return joined certificate
             @throws PGPException
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle">
            <remarks>
            Often a PGP key ring file is made up of a succession of master/sub-key key rings.
            If you want to read an entire public key file in one hit this is the class for you.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.#ctor(System.IO.Stream)">
            <summary>Build a PgpPublicKeyRingBundle from the passed in input stream.</summary>
            <param name="inputStream">Input stream containing data.</param>
            <exception cref="T:System.IO.IOException">If a problem parsing the stream occurs.</exception>
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException">If an object is encountered which isn't a PgpPublicKeyRing.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.Count">
            <summary>Return the number of key rings in this collection.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.GetKeyRings">
            <summary>Allow enumeration of the public key rings making up this collection.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.GetKeyRings(System.String)">
            <summary>Allow enumeration of the key rings associated with the passed in userId.</summary>
            <param name="userId">The user ID to be matched.</param>
            <returns>An <c>IEnumerable</c> of key rings which matched (possibly none).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.GetKeyRings(System.String,System.Boolean)">
            <summary>Allow enumeration of the key rings associated with the passed in userId.</summary>
            <param name="userId">The user ID to be matched.</param>
            <param name="matchPartial">If true, userId need only be a substring of an actual ID string to match.</param>
            <returns>An <c>IEnumerable</c> of key rings which matched (possibly none).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.GetKeyRings(System.String,System.Boolean,System.Boolean)">
            <summary>Allow enumeration of the key rings associated with the passed in userId.</summary>
            <param name="userID">The user ID to be matched.</param>
            <param name="matchPartial">If true, userId need only be a substring of an actual ID string to match.</param>
            <param name="ignoreCase">If true, case is ignored in user ID comparisons.</param>
            <returns>An <c>IEnumerable</c> of key rings which matched (possibly none).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.GetPublicKey(System.Int64)">
            <summary>Return the PGP public key associated with the given key id.</summary>
            <param name="keyId">The ID of the public key to return.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.GetPublicKeyRing(System.Int64)">
            <summary>Return the public key ring which contains the key referred to by keyId</summary>
            <param name="keyId">key ID to match against</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.GetPublicKey(System.Byte[])">
            <summary>Return the PGP public key associated with the given key fingerprint.</summary>
            <param name="fingerprint">the public key fingerprint to match against.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.GetPublicKeyRing(System.Byte[])">
            <summary>Return the public key ring which contains the key associated with the given key fingerprint.
            </summary>
            <param name="fingerprint">the public key fingerprint to match against.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.Contains(System.Int64)">
            <summary>
            Return true if a key matching the passed in key ID is present, false otherwise.
            </summary>
            <param name="keyID">key ID to look for.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.AddPublicKeyRing(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing)">
            <summary>
            Return a new bundle containing the contents of the passed in bundle and
            the passed in public key ring.
            </summary>
            <param name="bundle">The <c>PgpPublicKeyRingBundle</c> the key ring is to be added to.</param>
            <param name="publicKeyRing">The key ring to be added.</param>
            <returns>A new <c>PgpPublicKeyRingBundle</c> merging the current one with the passed in key ring.</returns>
            <exception cref="T:System.ArgumentException">If the keyId for the passed in key ring is already present.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle.RemovePublicKeyRing(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRingBundle,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing)">
            <summary>
            Return a new bundle containing the contents of the passed in bundle with
            the passed in public key ring removed.
            </summary>
            <param name="bundle">The <c>PgpPublicKeyRingBundle</c> the key ring is to be removed from.</param>
            <param name="publicKeyRing">The key ring to be removed.</param>
            <returns>A new <c>PgpPublicKeyRingBundle</c> not containing the passed in key ring.</returns>
            <exception cref="T:System.ArgumentException">If the keyId for the passed in key ring is not present.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey">
            <summary>General class to handle a PGP secret key object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,System.Char[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,System.Boolean,System.Char[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <remarks>
            If utf8PassPhrase is true, conversion of the passphrase to bytes uses UTF8, otherwise the conversion
            is performed using Convert.ToByte(), which is the historical behaviour of the library (1.7 and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,System.Byte[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag,System.Char[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag,System.Boolean,System.Char[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <remarks>
            If utf8PassPhrase is true, conversion of the passphrase to bytes uses UTF8, otherwise
            the conversion is performed using Convert.ToByte(), which is the historical behaviour of the library (1.7
            and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.#ctor(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpKeyPair,System.String,Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag,System.Byte[],System.Boolean,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector,Org.BouncyCastle.Security.SecureRandom)">
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.IsSigningKey">
            <summary>
            Check if this key has an algorithm type that makes it suitable to use for signing.
            </summary>
            <remarks>
            Note: with version 4 keys KeyFlags subpackets should also be considered when present for
            determining the preferred use of the key.
            </remarks>
            <returns>
            <c>true</c> if this key algorithm is suitable for use with signing.
            </returns>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.IsMasterKey">
            <summary>True, if this is a master key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.IsPrivateKeyEmpty">
            <summary>Detect if the Secret Key's Private Key is empty or not</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.KeyEncryptionAlgorithm">
            <summary>The algorithm the key is encrypted with.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.KeyId">
            <summary>The Key ID of the public key associated with this key.</summary>
            <remarks>
            A Key ID is an 8-octet scalar. We convert it (big-endian) to an Int64 (UInt64 is not CLS compliant).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.GetFingerprint">
            <summary>The fingerprint of the public key associated with this key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.S2kUsage">
            <summary>Return the S2K usage associated with this key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.S2k">
            <summary>Return the S2K used to process this key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.PublicKey">
            <summary>The public key associated with this key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.UserIds">
            <summary>Allows enumeration of any user IDs associated with the key.</summary>
            <returns>An <c>IEnumerable</c> of <c>string</c> objects.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.UserAttributes">
            <summary>Allows enumeration of any user attribute vectors associated with the key.</summary>
            <returns>An <c>IEnumerable</c> of <c>string</c> objects.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.ExtractPrivateKey(System.Char[])">
            <summary>Extract a <c>PgpPrivateKey</c> from this secret key's encrypted contents.</summary>
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.ExtractPrivateKeyUtf8(System.Char[])">
            <summary>Extract a <c>PgpPrivateKey</c> from this secret key's encrypted contents.</summary>
            <remarks>
            The passphrase is encoded to bytes using UTF8.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.ExtractPrivateKeyRaw(System.Byte[])">
            <summary>Extract a <c>PgpPrivateKey</c> from this secret key's encrypted contents.</summary>
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.CopyWithNewPassword(Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey,System.Char[],System.Char[],Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Return a copy of the passed in secret key, encrypted using a new password
            and the passed in algorithm.
            </summary>
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
            <param name="key">The PgpSecretKey to be copied.</param>
            <param name="oldPassPhrase">The current password for the key.</param>
            <param name="newPassPhrase">The new password for the key.</param>
            <param name="newEncAlgorithm">The algorithm to be used for the encryption.</param>
            <param name="rand">Source of randomness.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.CopyWithNewPasswordUtf8(Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey,System.Char[],System.Char[],Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Return a copy of the passed in secret key, encrypted using a new password
            and the passed in algorithm.
            </summary>
            <remarks>
            The passphrase is encoded to bytes using UTF8.
            </remarks>
            <param name="key">The PgpSecretKey to be copied.</param>
            <param name="oldPassPhrase">The current password for the key.</param>
            <param name="newPassPhrase">The new password for the key.</param>
            <param name="newEncAlgorithm">The algorithm to be used for the encryption.</param>
            <param name="rand">Source of randomness.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.CopyWithNewPasswordRaw(Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey,System.Byte[],System.Byte[],Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Return a copy of the passed in secret key, encrypted using a new password
            and the passed in algorithm.
            </summary>
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
            <param name="key">The PgpSecretKey to be copied.</param>
            <param name="rawOldPassPhrase">The current password for the key.</param>
            <param name="rawNewPassPhrase">The new password for the key.</param>
            <param name="newEncAlgorithm">The algorithm to be used for the encryption.</param>
            <param name="rand">Source of randomness.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.ReplacePublicKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Replace the passed the public key on the passed in secret key.</summary>
            <param name="secretKey">Secret key to change.</param>
            <param name="publicKey">New public key.</param>
            <returns>A new secret key.</returns>
            <exception cref="T:System.ArgumentException">If KeyId's do not match.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.ParseSecretKeyFromSExpr(System.IO.Stream,System.Char[],Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>
            Parse a secret key from one of the GPG S expression keys associating it with the passed in public key.
            </summary>
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.ParseSecretKeyFromSExprUtf8(System.IO.Stream,System.Char[],Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>
            Parse a secret key from one of the GPG S expression keys associating it with the passed in public key.
            </summary>
            <remarks>
            The passphrase is encoded to bytes using UTF8.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.ParseSecretKeyFromSExprRaw(System.IO.Stream,System.Byte[],Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>
            Parse a secret key from one of the GPG S expression keys associating it with the passed in public key.
            </summary>
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.ParseSecretKeyFromSExpr(System.IO.Stream,System.Char[])">
            <summary>
            Parse a secret key from one of the GPG S expression keys.
            </summary>
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.ParseSecretKeyFromSExprUtf8(System.IO.Stream,System.Char[])">
            <summary>
            Parse a secret key from one of the GPG S expression keys.
            </summary>
            <remarks>
            The passphrase is encoded to bytes using UTF8.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.ParseSecretKeyFromSExprRaw(System.IO.Stream,System.Byte[])">
            <summary>
            Parse a secret key from one of the GPG S expression keys.
            </summary>
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey.DoParseSecretKeyFromSExpr(System.IO.Stream,System.Byte[],System.Boolean)">
            <summary>
            Parse a secret key from one of the GPG S expression keys.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing">
            <remarks>
            Class to hold a single master secret key and its subkeys.
            <p>
            Often PGP keyring files consist of multiple master keys, if you are trying to process
            or construct one of these you should use the <c>PgpSecretKeyRingBundle</c> class.
            </p>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.GetPublicKey">
            <summary>Return the public key for the master key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.GetPublicKey(System.Int64)">
            <summary>Return the public key referred to by the passed in keyID if it is present.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.GetPublicKey(System.Byte[])">
            <summary>Return the public key with the passed in fingerprint if it is present.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.GetKeysWithSignaturesBy(System.Int64)">
             Return any keys carrying a signature issued by the key represented by keyID.
            
             @param keyID the key id to be matched against.
             @return an iterator (possibly empty) of PGPPublicKey objects carrying signatures from keyID.
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.GetSecretKey">
            <summary>Return the master private key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.GetSecretKeys">
            <summary>Allows enumeration of the secret keys.</summary>
            <returns>An <c>IEnumerable</c> of <c>PgpSecretKey</c> objects.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.GetSecretKey(System.Int64)">
            <summary>Return the secret key referred to by the passed in keyID if it is present.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.GetSecretKey(System.Byte[])">
            <summary>Return the secret key associated with the passed in fingerprint if it is present.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.GetExtraPublicKeys">
            <summary>
            Return an iterator of the public keys in the secret key ring that
            have no matching private key. At the moment only personal certificate data
            appears in this fashion.
            </summary>
            <returns>An <c>IEnumerable</c> of unattached, or extra, public keys.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.ReplacePublicKeys(Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing)">
            <summary>
            Replace the public key set on the secret ring with the corresponding key off the public ring.
            </summary>
            <param name="secretRing">Secret ring to be changed.</param>
            <param name="publicRing">Public ring containing the new public key set.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.CopyWithNewPassword(Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing,System.Char[],System.Char[],Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Return a copy of the passed in secret key ring, with the master key and sub keys encrypted
            using a new password and the passed in algorithm.
            </summary>
            <param name="ring">The <c>PgpSecretKeyRing</c> to be copied.</param>
            <param name="oldPassPhrase">The current password for key.</param>
            <param name="newPassPhrase">The new password for the key.</param>
            <param name="newEncAlgorithm">The algorithm to be used for the encryption.</param>
            <param name="rand">Source of randomness.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.InsertSecretKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing,Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey)">
            <summary>
            Returns a new key ring with the secret key passed in either added or
            replacing an existing one with the same key ID.
            </summary>
            <param name="secRing">The secret key ring to be modified.</param>
            <param name="secKey">The secret key to be inserted.</param>
            <returns>A new <c>PgpSecretKeyRing</c></returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing.RemoveSecretKey(Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing,Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKey)">
            <summary>Returns a new key ring with the secret key passed in removed from the key ring.</summary>
            <param name="secRing">The secret key ring to be modified.</param>
            <param name="secKey">The secret key to be removed.</param>
            <returns>A new <c>PgpSecretKeyRing</c>, or null if secKey is not found.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle">
            <remarks>
            Often a PGP key ring file is made up of a succession of master/sub-key key rings.
            If you want to read an entire secret key file in one hit this is the class for you.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.#ctor(System.IO.Stream)">
            <summary>Build a PgpSecretKeyRingBundle from the passed in input stream.</summary>
            <param name="inputStream">Input stream containing data.</param>
            <exception cref="T:System.IO.IOException">If a problem parsing the stream occurs.</exception>
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException">If an object is encountered which isn't a PgpSecretKeyRing.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.Count">
            <summary>Return the number of rings in this collection.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.GetKeyRings">
            <summary>Allow enumeration of the secret key rings making up this collection.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.GetKeyRings(System.String)">
            <summary>Allow enumeration of the key rings associated with the passed in userId.</summary>
            <param name="userId">The user ID to be matched.</param>
            <returns>An <c>IEnumerable</c> of key rings which matched (possibly none).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.GetKeyRings(System.String,System.Boolean)">
            <summary>Allow enumeration of the key rings associated with the passed in userId.</summary>
            <param name="userId">The user ID to be matched.</param>
            <param name="matchPartial">If true, userId need only be a substring of an actual ID string to match.</param>
            <returns>An <c>IEnumerable</c> of key rings which matched (possibly none).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.GetKeyRings(System.String,System.Boolean,System.Boolean)">
            <summary>Allow enumeration of the key rings associated with the passed in userId.</summary>
            <param name="userID">The user ID to be matched.</param>
            <param name="matchPartial">If true, userId need only be a substring of an actual ID string to match.</param>
            <param name="ignoreCase">If true, case is ignored in user ID comparisons.</param>
            <returns>An <c>IEnumerable</c> of key rings which matched (possibly none).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.GetSecretKey(System.Int64)">
            <summary>Return the PGP secret key associated with the given key id.</summary>
            <param name="keyId">The ID of the secret key to return.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.GetSecretKeyRing(System.Int64)">
            <summary>Return the secret key ring which contains the key referred to by keyId</summary>
            <param name="keyId">The ID of the secret key</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.Contains(System.Int64)">
            <summary>
            Return true if a key matching the passed in key ID is present, false otherwise.
            </summary>
            <param name="keyID">key ID to look for.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.AddSecretKeyRing(Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle,Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing)">
            <summary>
            Return a new bundle containing the contents of the passed in bundle and
            the passed in secret key ring.
            </summary>
            <param name="bundle">The <c>PgpSecretKeyRingBundle</c> the key ring is to be added to.</param>
            <param name="secretKeyRing">The key ring to be added.</param>
            <returns>A new <c>PgpSecretKeyRingBundle</c> merging the current one with the passed in key ring.</returns>
            <exception cref="T:System.ArgumentException">If the keyId for the passed in key ring is already present.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle.RemoveSecretKeyRing(Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRingBundle,Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing)">
            <summary>
            Return a new bundle containing the contents of the passed in bundle with
            the passed in secret key ring removed.
            </summary>
            <param name="bundle">The <c>PgpSecretKeyRingBundle</c> the key ring is to be removed from.</param>
            <param name="secretKeyRing">The key ring to be removed.</param>
            <returns>A new <c>PgpSecretKeyRingBundle</c> not containing the passed in key ring.</returns>
            <exception cref="T:System.ArgumentException">If the keyId for the passed in key ring is not present.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature">
            <remarks>A PGP signature object.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.Version">
            <summary>The OpenPGP version number for this signature.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.KeyAlgorithm">
            <summary>The key algorithm associated with this signature.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.HashAlgorithm">
            <summary>The hash algorithm associated with this signature.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.GetDigestPrefix">
            <summary>Return the digest prefix of the signature.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.IsCertification">
            <summary>Return true if this signature represents a certification.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.VerifyCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpUserAttributeSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>
            Verify the signature as certifying the passed in public key as associated
            with the passed in user attributes.
            </summary>
            <param name="userAttributes">User attributes the key was stored under.</param>
            <param name="key">The key to be verified.</param>
            <returns>True, if the signature matches, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.VerifyCertification(System.String,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>
            Verify the signature as certifying the passed in public key as associated
            with the passed in ID.
            </summary>
            <param name="id">ID the key was stored under.</param>
            <param name="key">The key to be verified.</param>
            <returns>True, if the signature matches, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.VerifyCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Verify a certification for the passed in key against the passed in master key.</summary>
            <param name="masterKey">The key we are verifying against.</param>
            <param name="pubKey">The key we are verifying.</param>
            <returns>True, if the certification is valid, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.VerifyCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Verify a key certification, such as revocation, for the passed in key.</summary>
            <param name="pubKey">The key we are checking.</param>
            <returns>True, if the certification is valid, false otherwise.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.KeyId">
            <summary>The Key ID of the key that created the signature.</summary>
            <remarks>
            A Key ID is an 8-octet scalar. We convert it (big-endian) to an Int64 (UInt64 is not CLS compliant).
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.CreationTime">
            <summary>The creation time of this signature.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.HasSubpackets">
            <summary>
            Return true if the signature has either hashed or unhashed subpackets.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.GetSalt">
            <summary>Return the salt of a v6 signature.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.Encode(System.IO.Stream,System.Boolean)">
             Encode the signature to outStream, with trust packets stripped out if forTransfer is true.
            
             @param outStream   stream to write the key encoding to.
             @param forTransfer if the purpose of encoding is to send key to other users.
             @throws IOException in case of encoding error.
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignature.IsCertification(System.Int32)">
            <summary>
            Return true if the passed in signature type represents a certification, false if the signature type is not.
            </summary>
            <param name="signatureType"></param>
            <returns>true if signatureType is a certification, false otherwise.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureGenerator">
            <remarks>Generator for PGP signatures.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureGenerator.#ctor(Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag)">
            <summary>Create a generator for the passed in keyAlgorithm and hashAlgorithm codes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureGenerator.InitSign(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey)">
            <summary>Initialise the generator for signing.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureGenerator.InitSign(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey,Org.BouncyCastle.Security.SecureRandom)">
            <summary>Initialise the generator for signing.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureGenerator.GenerateOnePassVersion(System.Boolean)">
            <summary>Return the one pass header associated with the current signature.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureGenerator.Generate">
            <summary>Return a signature object containing the current signature state.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureGenerator.GenerateCertification(System.String,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Generate a certification for the passed in ID and key.</summary>
            <param name="id">The ID we are certifying against the public key.</param>
            <param name="pubKey">The key we are certifying against the ID.</param>
            <returns>The certification.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureGenerator.GenerateCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpUserAttributeSubpacketVector,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Generate a certification for the passed in userAttributes.</summary>
            <param name="userAttributes">The ID we are certifying against the public key.</param>
            <param name="pubKey">The key we are certifying against the ID.</param>
            <returns>The certification.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureGenerator.GenerateCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey,Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Generate a certification for the passed in key against the passed in master key.</summary>
            <param name="masterKey">The key we are certifying against.</param>
            <param name="pubKey">The key we are certifying.</param>
            <returns>The certification.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureGenerator.GenerateCertification(Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKey)">
            <summary>Generate a certification, such as a revocation, for the passed in key.</summary>
            <param name="pubKey">The key we are certifying.</param>
            <returns>The certification.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureList">
            <remarks>A list of PGP signatures - normally in the signature block after literal data.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketGenerator">
            <remarks>Generator for signature subpackets.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketGenerator.#ctor">
             <summary>
            Base constructor, creates an empty generator.
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketGenerator.#ctor(Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector)">
             <summary>
             Constructor for pre-initialising the generator from an existing one.
             </summary>
             <param name="sigSubV">
             sigSubV an initial set of subpackets.
             </param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketGenerator.SetTrust(System.Boolean,System.Int32,System.Int32)">
            <summary>
            Add a TrustSignature packet to the signature. The values for depth and trust are largely
            installation dependent but there are some guidelines in RFC 4880 - 5.2.3.13.
            </summary>
            <param name="isCritical">true if the packet is critical.</param>
            <param name="depth">depth level.</param>
            <param name="trustAmount">trust amount.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketGenerator.SetKeyExpirationTime(System.Boolean,System.Int64)">
            <summary>
            Set the number of seconds a key is valid for after the time of its creation.
            A value of zero means the key never expires.
            </summary>
            <param name="isCritical">True, if should be treated as critical, false otherwise.</param>
            <param name="seconds">The number of seconds the key is valid, or zero if no expiry.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketGenerator.SetSignatureExpirationTime(System.Boolean,System.Int64)">
            <summary>
            Set the number of seconds a signature is valid for after the time of its creation.
            A value of zero means the signature never expires.
            </summary>
            <param name="isCritical">True, if should be treated as critical, false otherwise.</param>
            <param name="seconds">The number of seconds the signature is valid, or zero if no expiry.</param>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketGenerator.SetSignatureCreationTime(System.Boolean,System.DateTime)">
            <summary>
            Set the creation time for the signature.
            <p>
            Note: this overrides the generation of a creation time when the signature
            is generated.</p>
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketGenerator.SetRevocationReason(System.Boolean,Org.BouncyCastle.Bcpg.RevocationReasonTag,System.String)">
            <summary>
            Sets revocation reason subpacket
            </summary>	    
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketGenerator.SetIssuerKeyID(System.Boolean,System.Int64)">
            <summary>Sets issuer key subpacket.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector">
            <remarks>Container for a list of signature subpackets.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector.HasSubpacket(Org.BouncyCastle.Bcpg.SignatureSubpacketTag)">
             Return true if a particular subpacket type exists.
            
             @param type type to look for.
             @return true if present, false otherwise.
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector.GetSubpackets(Org.BouncyCastle.Bcpg.SignatureSubpacketTag)">
            Return all signature subpackets of the passed in type.
            @param type subpacket type code
            @return an array of zero or more matching subpackets.
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector.GetEmbeddedSignatures">
            <exception cref="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpException"/>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector.GetSignatureExpirationTime">
            <summary>
            Return the number of seconds a signature is valid for after its creation date.
            A value of zero means the signature never expires.
            </summary>
            <returns>Seconds a signature is valid for.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector.GetKeyExpirationTime">
            <summary>
            Return the number of seconds a key is valid for after its creation date.
            A value of zero means the key never expires.
            </summary>
            <returns>Seconds a signature is valid for.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector.Count">
            <summary>Return the number of packets this vector contains.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpSignatureSubpacketVector.ToArray">
             Return a copy of the subpackets in this vector.
            
             @return an array containing the vector subpackets in order.
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpUserAttributeSubpacketVector">
            <summary>Container for a list of user attribute subpackets.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpUtilities">
            <remarks>Basic utility class.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpUtilities.GetCurveName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
             Return the EC curve name for the passed in OID.
            
             @param oid the EC curve object identifier in the PGP key
             @return  a string representation of the OID.
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpUtilities.MakeKeyFromPassPhrase(Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.S2k,System.Char[])">
            <remarks>
            Conversion of the passphrase characters to bytes is performed using Convert.ToByte(), which is
            the historical behaviour of the library (1.7 and earlier).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpUtilities.MakeKeyFromPassPhraseUtf8(Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.S2k,System.Char[])">
            <remarks>
            The passphrase is encoded to bytes using UTF8.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpUtilities.MakeKeyFromPassPhraseRaw(Org.BouncyCastle.Bcpg.SymmetricKeyAlgorithmTag,Org.BouncyCastle.Bcpg.S2k,System.Byte[])">
            <remarks>
            Allows the caller to handle the encoding of the passphrase to bytes.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpUtilities.WriteFileToLiteralData(System.IO.Stream,System.Char,System.IO.FileInfo)">
            <summary>Write out the passed in file as a literal data packet.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpUtilities.WriteFileToLiteralData(System.IO.Stream,System.Char,System.IO.FileInfo,System.Byte[])">
            <summary>Write out the passed in file as a literal data packet in partial packet format.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpUtilities.GetDecoderStream(System.IO.Stream)">
            <summary>
            Return either an ArmoredInputStream or a BcpgInputStream based on whether
            the initial characters of the stream are binary PGP encodings or not.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.PgpV3SignatureGenerator">
            <remarks>Generator for old style PGP V3 Signatures.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpV3SignatureGenerator.#ctor(Org.BouncyCastle.Bcpg.PublicKeyAlgorithmTag,Org.BouncyCastle.Bcpg.HashAlgorithmTag)">
            <summary>Create a generator for the passed in keyAlgorithm and hashAlgorithm codes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpV3SignatureGenerator.InitSign(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey)">
            <summary>Initialise the generator for signing.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpV3SignatureGenerator.InitSign(System.Int32,Org.BouncyCastle.Bcpg.OpenPgp.PgpPrivateKey,Org.BouncyCastle.Security.SecureRandom)">
            <summary>Initialise the generator for signing.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpV3SignatureGenerator.GenerateOnePassVersion(System.Boolean)">
            <summary>Return the one pass header associated with the current signature.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Bcpg.OpenPgp.PgpV3SignatureGenerator.Generate">
            <summary>Return a V3 signature object containing the current signature state.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Bcpg.OpenPgp.SXprUtilities">
            Utility functions for looking a S-expression keys. This class will move when it finds a better home!
            <p>
            Format documented here:
            http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blob;f=agent/keyformat.txt;h=42c4b1f06faf1bbe71ffadc2fee0fad6bec91a97;hb=refs/heads/master
            </p>
        </member>
        <member name="T:Org.BouncyCastle.Cmp.CmsProcessableCmpCertificate">
            <summary>Carrier class for a <see cref="T:Org.BouncyCastle.Asn1.Cmp.CmpCertificate"/> over CMS.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cmp.GeneralPkiMessage.#ctor(Org.BouncyCastle.Asn1.Cmp.PkiMessage)">
            <summary>
            Wrap a PKIMessage ASN.1 structure.
            </summary>
            <param name="pkiMessage">PKI message.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cmp.GeneralPkiMessage.#ctor(System.Byte[])">
            <summary>
            Create a PKIMessage from the passed in bytes.
            </summary>
            <param name="encoding">BER/DER encoding of the PKIMessage</param>
        </member>
        <member name="P:Org.BouncyCastle.Cmp.GeneralPkiMessage.HasProtection">
            <summary>
            Return true if this message has protection bits on it. A return value of true
            indicates the message can be used to construct a ProtectedPKIMessage.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Cmp.ProtectedPkiMessage">
            <summary>
            Wrapper for a PKIMessage with protection attached to it.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Cmp.ProtectedPkiMessage.#ctor(Org.BouncyCastle.Cmp.GeneralPkiMessage)">
            <summary>
            Wrap a general message.
            </summary>
            <exception cref="T:System.ArgumentException">If the general message does not have protection.</exception>
            <param name="pkiMessage">The General message</param>
        </member>
        <member name="M:Org.BouncyCastle.Cmp.ProtectedPkiMessage.#ctor(Org.BouncyCastle.Asn1.Cmp.PkiMessage)">
            <summary>
            Wrap a PKI message.
            </summary>
            <exception cref="T:System.ArgumentException">If the PKI message does not have protection.</exception>
            <param name="pkiMessage">The PKI message</param>
        </member>
        <member name="P:Org.BouncyCastle.Cmp.ProtectedPkiMessage.Header">
            <summary>Message header</summary>
        </member>
        <member name="P:Org.BouncyCastle.Cmp.ProtectedPkiMessage.Body">
            <summary>Message body</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cmp.ProtectedPkiMessage.ToAsn1Message">
            <summary>
            Return the underlying ASN.1 structure contained in this object.
            </summary>
            <returns>PkiMessage structure</returns>
        </member>
        <member name="P:Org.BouncyCastle.Cmp.ProtectedPkiMessage.HasPasswordBasedMacProtected">
            <summary>
            Determine whether the message is protected by a password based MAC. Use verify(PKMACBuilder, char[])
            to verify the message if this method returns true.
            </summary>
            <returns>true if protection MAC PBE based, false otherwise.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Cmp.ProtectedPkiMessage.ProtectionAlgorithm">
             Return the message's protection algorithm.
            
             @return the algorithm ID for the message's protection algorithm.
        </member>
        <member name="M:Org.BouncyCastle.Cmp.ProtectedPkiMessage.GetCertificates">
            <summary>
            Return the extra certificates associated with this message.
            </summary>
            <returns>an array of extra certificates, zero length if none present.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cmp.ProtectedPkiMessage.Verify(Org.BouncyCastle.Crypto.IVerifierFactory)">
            <summary>
            Verify a message with a public key based signature attached.
            </summary>
            <param name="verifierFactory">a factory of signature verifiers.</param>
            <returns>true if the provider is able to create a verifier that validates the signature, false otherwise.</returns>      
        </member>
        <member name="M:Org.BouncyCastle.Cmp.ProtectedPkiMessage.Verify(Org.BouncyCastle.Crmf.PKMacBuilder,System.Char[])">
            <summary>
            Verify a message with password based MAC protection.
            </summary>
            <param name="pkMacBuilder">MAC builder that can be used to construct the appropriate MacCalculator</param>
            <param name="password">the MAC password</param>
            <returns>true if the passed in password and MAC builder verify the message, false otherwise.</returns>
            <exception cref="T:System.InvalidOperationException">if algorithm not MAC based, or an exception is thrown verifying the MAC.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsAbsentContent">
            <summary>A class representing null or absent content.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsAttributeTableParameter">
            <remarks>
            The 'Signature' parameter is only available when generating unsigned attributes.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsAuthenticatedData">
            <summary>Containing class for a CMS AuthenticatedData object.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsAuthenticatedData.MacAlgOid">
            return the object identifier for the content MAC algorithm.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedData.GetRecipientInfos">
            return a store of the intended recipients for this message
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedData.GetAuthAttrs">
            <summary>Return a table of the digested attributes indexed by the OID of the attribute.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsAuthenticatedData.AuthAttributes">
            <summary>Return a table of the authenticated attributes - indexed by the OID of the attribute.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedData.GetUnauthAttrs">
            <summary>Return a table of the undigested attributes indexed by the OID of the attribute.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsAuthenticatedData.UnauthAttributes">
            <summary>Return a table of the unauthenticated attributes - indexed by the OID of the attribute.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedData.GetEncoded">
            <summary>Return the ASN.1 encoded representation of this object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedData.VerifyAlgorithmProtectionAttribute">
            <summary>RFC 6211 Validate Algorithm Protection attribute if present.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsAuthenticatedDataGenerator">
             General class for generating a CMS authenticated-data message.
            
             A simple example of usage.
            
             <pre>
                  CMSAuthenticatedDataGenerator  fact = new CMSAuthenticatedDataGenerator();
            
                  fact.addKeyTransRecipient(cert);
            
                  CMSAuthenticatedData         data = fact.generate(content, algorithm, "BC");
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataGenerator.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>Constructor allowing specific source of randomness</summary>
            <param name="random">Instance of <c>SecureRandom</c> to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsProcessable,System.String)">
            <summary>Generate an authenticated object that contains an CMS Authenticated Data object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsTypedData,Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Generate an authenticated object that contains an CMS Authenticated Data object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsProcessable,Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Crypto.CipherKeyGenerator)">
            generate an enveloped object that contains an CMS Enveloped Data
            object using the given provider and the passed in key generator.
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsAuthenticatedDataParser">
             Parsing class for an CMS Authenticated Data object from an input stream.
             <p>
             Note: that because we are in a streaming mode only one recipient can be tried and it is important
             that the methods on the parser are called in the appropriate order.
             </p>
             <p>
             Example of use - assuming the first recipient matches the private key we have.
             <pre>
                  CMSAuthenticatedDataParser     ad = new CMSAuthenticatedDataParser(inputStream);
            
                  RecipientInformationStore  recipients = ad.getRecipientInfos();
            
                  Collection  c = recipients.getRecipients();
                  Iterator    it = c.iterator();
            
                  if (it.hasNext())
                  {
                      RecipientInformation   recipient = (RecipientInformation)it.next();
            
                      CMSTypedStream recData = recipient.getContentStream(privateKey, "BC");
            
                      processDataStream(recData.getContentStream());
            
                      if (!Arrays.equals(ad.getMac(), recipient.getMac())
                      {
                          System.err.println("Data corrupted!!!!");
                      }
                  }
              </pre>
              Note: this class does not introduce buffering - if you are processing large files you should create
              the parser with:
              <pre>
                      CMSAuthenticatedDataParser     ep = new CMSAuthenticatedDataParser(new BufferedInputStream(inputStream, bufSize));
              </pre>
              where bufSize is a suitably large buffer size.
             </p>
             <p>
             <b>Stream handling note:</b>
             <ul>
               <li>The constructor reads only enough of the supplied Stream to expose the
                   CMS structure metadata (originator info, recipient infos, MAC algorithm).
                   The encapsulated content is drained lazily by the caller via
                   {@link RecipientInformation#GetContentStream}; the MAC is available from
                   {@link #GetMac()} once the content stream has been read to EOF.</li>
               <li>The supplied Stream is <b>not closed automatically</b>. Call
                   {@link #Close()} on this parser (inherited from
                   {@link CmsContentInfoParser}) to close the underlying Stream, or close
                   it yourself.</li>
             </ul>
             </p>
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsAuthenticatedDataParser.OriginatorInformation">
             Return the originator information associated with this message if present.
            
             @return OriginatorInformation, null if not present.
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsAuthenticatedDataParser.MacAlgorithmID">
             Return the MAC algorithm details for the MAC associated with the data in this object.
            
             @return AlgorithmIdentifier representing the MAC algorithm.
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsAuthenticatedDataParser.MacAlgOid">
            return the object identifier for the mac algorithm.
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsAuthenticatedDataParser.MacAlgParams">
            return the ASN.1 encoded encryption algorithm parameters, or null if
            there aren't any.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataParser.GetRecipientInfos">
            return a store of the intended recipients for this message
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataParser.GetAuthAttrs">
            return a table of the unauthenticated attributes indexed by
            the OID of the attribute.
            @exception java.io.IOException
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataParser.GetUnauthAttrs">
            return a table of the unauthenticated attributes indexed by
            the OID of the attribute.
            @exception java.io.IOException
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator">
            <summary>
            Streaming generator for CMS AuthenticatedData (MAC-protected) messages. Add recipients via the base
            <see cref="T:Org.BouncyCastle.Cms.CmsAuthenticatedGenerator"/> methods, then call <see cref="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator.Open(System.IO.Stream,System.String)"/> to obtain a
            <see cref="T:System.IO.Stream"/> to which the content to be authenticated is written; closing that stream finalizes the
            CMS structure and emits the MAC.
            </summary>
            <remarks>
            The returned stream must be closed (disposed) to finalize the CMS structure and emit the MAC. Closing the
            returned stream does <b>not</b> close the underlying stream passed to <c>Open</c>; callers are responsible
            for closing the underlying stream separately.
            <para>A simple example of usage:</para>
            <code>
            CmsAuthenticatedDataStreamGenerator gen = new CmsAuthenticatedDataStreamGenerator();
            gen.AddKeyTransRecipient(cert);
            using (Stream auth = gen.Open(bOut, CmsAuthenticatedDataStreamGenerator.Aes128Cbc))
            {
                auth.Write(data, 0, data.Length);
            }
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator.#ctor">
            <summary>Creates a generator using the default randomness source.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Creates a generator with an explicit randomness source for key and MAC generation.
            </summary>
            <param name="random">The secure random to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator.SetBufferSize(System.Int32)">
            <summary>
            Sets the buffer size used for the OCTET STRING segments holding the encapsulated content.
            </summary>
            <param name="bufferSize">The length, in bytes, of the octet strings used to buffer the data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator.SetBerEncodeRecipients(System.Boolean)">
            <summary>Controls whether recipient information is stored using a BER (indefinite-length) SET.</summary>
            <param name="berEncodeRecipientSet">
            <c>true</c> to use a BER SET; <c>false</c> to use a DER SET (the default).
            </param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator.Open(System.IO.Stream,System.String,Org.BouncyCastle.Crypto.CipherKeyGenerator)">
            generate an enveloped object that contains an CMS Enveloped Data
            object using the given provider and the passed in key generator.
            @throws java.io.IOException
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator.Open(System.IO.Stream,Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,Org.BouncyCastle.Crypto.ICipherParameters,Org.BouncyCastle.Asn1.Asn1EncodableVector)">
            <summary>
            Opens a stream for generating a CMS AuthenticatedData object using a pre-built MAC algorithm identifier,
            MAC key parameters and the supplied recipient infos.
            </summary>
            <param name="outStr">The stream the CMS object is written to.</param>
            <param name="macAlgId">The MAC algorithm identifier.</param>
            <param name="cipherParameters">The MAC key parameters.</param>
            <param name="recipientInfos">The encoded recipient infos to embed.</param>
            <returns>A stream to write the authenticated content to; close it to finalize the structure.</returns>
            <exception cref="T:Org.BouncyCastle.Cms.CmsException">Thrown if the MAC cannot be created or parameters are invalid.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator.Open(System.IO.Stream,System.String)">
            <summary>
            Opens a stream for generating a CMS AuthenticatedData object, deriving a MAC key of the algorithm's
            default strength.
            </summary>
            <param name="outStr">The stream the CMS object is written to.</param>
            <param name="encryptionOid">The MAC algorithm OID.</param>
            <returns>A stream to write the authenticated content to; close it to finalize the structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedDataStreamGenerator.Open(System.IO.Stream,System.String,System.Int32)">
            <summary>
            Opens a stream for generating a CMS AuthenticatedData object, deriving a MAC key of the given size.
            </summary>
            <param name="outStr">The stream the CMS object is written to.</param>
            <param name="encryptionOid">The MAC algorithm OID.</param>
            <param name="keySize">The MAC key size, in bits.</param>
            <returns>A stream to write the authenticated content to; close it to finalize the structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsAuthenticatedGenerator.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>Constructor allowing specific source of randomness</summary>
            <param name="random">Instance of <c>SecureRandom</c> to use.</param>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsAuthEnvelopedData">
            <summary>Containing class for a CMS AuthEnvelopedData object.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsCompressedData">
            <summary>Containing class for a CMS CompressedData object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsCompressedData.GetContent">
             Return the uncompressed content.
            
             @return the uncompressed content
             @throws CmsException if there is an exception uncompressing the data.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsCompressedData.GetContent(System.Int32)">
             Return the uncompressed content, throwing an exception if the data size
             is greater than the passed in limit. If the content is exceeded getCause()
             on the CMSException will contain a StreamOverflowException
            
             @param limit maximum number of bytes to read
             @return the content read
             @throws CMSException if there is an exception uncompressing the data.
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsCompressedData.ContentInfo">
            return the ContentInfo 
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsCompressedData.GetEncoded">
            return the ASN.1 encoded representation of this object.
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsCompressedDataGenerator">
            <summary>General class for generating a compressed CMS message.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsCompressedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsProcessable,System.String)">
            <summary>Generate an object that contains an CMS CompressedData.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsCompressedDataParser">
             Class for reading a CMS Compressed Data stream.
             <pre>
                 CMSCompressedDataParser cp = new CMSCompressedDataParser(inputStream);
            
                 process(cp.GetContent().GetContentStream());
             </pre>
              Note: this class does not introduce buffering - if you are processing large files you should create
              the parser with:
              <pre>
                  CMSCompressedDataParser     ep = new CMSCompressedDataParser(new BufferedStream(inputStream, bufSize));
              </pre>
              where bufSize is a suitably large buffer size.
             <p>
             <b>Stream handling note:</b>
             <ul>
               <li>The constructor reads only the outer CMS ContentInfo header from the
                   supplied Stream. The compressed content is drained lazily by the
                   caller via {@link #GetContent()} and reading from the
                   returned {@link CmsTypedStream}.</li>
               <li>The supplied Stream is <b>not closed automatically</b>. Call
                   {@link #Close()} on this parser (inherited from
                   {@link CmsContentInfoParser}) to close the underlying Stream, or close
                   it yourself.</li>
             </ul>
             </p>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator">
            <summary>
            Streaming generator for CMS CompressedData messages. Call <see cref="M:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.Open(System.IO.Stream)"/> to obtain a
            <see cref="T:System.IO.Stream"/> to which the content to be compressed is written; closing that stream finalizes the
            CMS structure. Only ZLIB compression (<see cref="F:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.ZLib"/>) is supported.
            </summary>
            <remarks>
            The returned stream must be closed (disposed) to finalize the CMS structure. Closing the returned stream
            does <b>not</b> close the underlying stream passed to <c>Open</c>; callers are responsible for closing the
            underlying stream separately.
            <para>A simple example of usage:</para>
            <code>
            CmsCompressedDataStreamGenerator gen = new CmsCompressedDataStreamGenerator();
            using (Stream cOut = gen.Open(outputStream, CmsCompressedDataStreamGenerator.ZLib))
            {
                cOut.Write(data, 0, data.Length);
            }
            </code>
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.ZLib">
            <summary>The OID for ZLIB compression, the only algorithm supported by this generator.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.#ctor">
            <summary>Creates a generator instance.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.SetBufferSize(System.Int32)">
            <summary>
            Sets the buffer size used for the OCTET STRING segments holding the encapsulated content.
            </summary>
            <param name="bufferSize">The length, in bytes, of the octet strings used to buffer the data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.Open(System.IO.Stream)">
            <summary>
            Opens a stream for generating a CMS CompressedData object using ZLIB compression and content type "data".
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <returns>A stream the content to be compressed is written to; close it to finalize the structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.Open(System.IO.Stream,System.String)">
            <summary>
            Opens a stream for generating a CMS CompressedData object with content type "data".
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <param name="compressionOid">The compression algorithm OID; must be <see cref="F:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.ZLib"/>.</param>
            <returns>A stream the content to be compressed is written to; close it to finalize the structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.Open(System.IO.Stream,System.String,System.String)">
            <summary>
            Opens a stream for generating a CMS CompressedData object with the given encapsulated content type.
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <param name="contentOid">The OID of the content type being compressed.</param>
            <param name="compressionOid">The compression algorithm OID; must be <see cref="F:Org.BouncyCastle.Cms.CmsCompressedDataStreamGenerator.ZLib"/>.</param>
            <returns>A stream the content to be compressed is written to; close it to finalize the structure.</returns>
            <exception cref="T:System.ArgumentException">Thrown if <paramref name="compressionOid"/> is not ZLIB.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsDigestedData">
            <summary>Containing class for a CMS DigestedData object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsDigestedData.GetDigestedContent">
            <exception cref="T:Org.BouncyCastle.Cms.CmsException"/>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsDigestedData.Verify">
            <exception cref="T:Org.BouncyCastle.Cms.CmsException"/>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsEnvelopedData">
            containing class for an CMS Enveloped Data object
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsEnvelopedData.EncryptionAlgOid">
            return the object identifier for the content encryption algorithm.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedData.GetRecipientInfos">
            return a store of the intended recipients for this message
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedData.GetUnprotectedAttributes">
            return a table of the unprotected attributes indexed by
            the OID of the attribute.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedData.GetEncoded">
            return the ASN.1 encoded representation of this object.
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator">
             <remarks>
             General class for generating a CMS enveloped-data message.
            
             A simple example of usage.
            
             <pre>
                  CmsEnvelopedDataGenerator  fact = new CmsEnvelopedDataGenerator();
            
                  fact.AddKeyTransRecipient(cert);
            
                  CmsEnvelopedData         data = fact.Generate(content, algorithm);
             </pre>
             </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>Constructor allowing specific source of randomness</summary>
            <param name="random">Instance of <c>SecureRandom</c> to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsProcessable,System.String)">
            <summary>Generate an enveloped object that contains an CMS Enveloped Data object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsProcessable,System.String,System.Int32)">
            <summary>Generate an enveloped object that contains an CMS Enveloped Data object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsTypedData,Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Generate an enveloped object that contains an CMS Enveloped Data object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsTypedData,Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Int32)">
            <summary>Generate an enveloped object that contains an CMS Enveloped Data object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsTypedData,Org.BouncyCastle.Crypto.ICipherBuilderWithKey)">
            <seealso cref="T:Org.BouncyCastle.Operators.CmsContentEncryptorBuilder"/>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsEnvelopedDataParser">
             Parsing class for an CMS Enveloped Data object from an input stream.
             <p>
             Note: that because we are in a streaming mode only one recipient can be tried and it is important
             that the methods on the parser are called in the appropriate order.
             </p>
             <p>
             Example of use - assuming the first recipient matches the private key we have.
             <pre>
                  CmsEnvelopedDataParser     ep = new CmsEnvelopedDataParser(inputStream);
            
                  RecipientInformationStore  recipients = ep.GetRecipientInfos();
            
                  Collection  c = recipients.GetRecipients();
                  Iterator    it = c.iterator();
            
                  if (it.hasNext())
                  {
                      RecipientInformation   recipient = (RecipientInformation)it.next();
            
                      CMSTypedStream recData = recipient.GetContentStream(privateKey);
            
                      processDataStream(recData.GetContentStream());
                  }
              </pre>
              Note: this class does not introduce buffering - if you are processing large files you should create
              the parser with:
              <pre>
                      CmsEnvelopedDataParser     ep = new CmsEnvelopedDataParser(new BufferedInputStream(inputStream, bufSize));
              </pre>
              where bufSize is a suitably large buffer size.
             </p>
             <p>
             <b>Stream handling note:</b>
             <ul>
               <li>The constructor reads only enough of the supplied Stream to expose the
                   CMS structure metadata (originator info, recipient infos, content-encryption
                   algorithm). The encrypted content is drained lazily by the caller via
                   {@link RecipientInformation#GetContentStream} /
                   {@link RecipientInformation#GetContent}.</li>
               <li>The supplied Stream is <b>not closed automatically</b>. Call
                   {@link #Close()} on this parser (inherited from
                   {@link CmsContentInfoParser}) to close the underlying Stream, or close
                   it yourself.</li>
             </ul>
             </p>
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsEnvelopedDataParser.EncryptionAlgOid">
            return the object identifier for the content encryption algorithm.
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsEnvelopedDataParser.EncryptionAlgParams">
            return the ASN.1 encoded encryption algorithm parameters, or null if there aren't any.
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsEnvelopedDataParser.OriginatorInformation">
             Return the originator information associated with this message if present.
            
             @return OriginatorInformation, null if not present.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataParser.GetRecipientInfos">
            return a store of the intended recipients for this message
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataParser.GetUnprotectedAttributes">
            return a table of the unprotected attributes indexed by the OID of the attribute.
            @throws IOException
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator">
            <summary>
            Streaming generator for CMS EnvelopedData (PKCS#7 enveloped-data) messages. Add recipients via the base
            <see cref="T:Org.BouncyCastle.Cms.CmsEnvelopedGenerator"/> methods, then call <see cref="M:Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator.Open(System.IO.Stream,System.String)"/> to obtain a
            <see cref="T:System.IO.Stream"/> to which the content to be encrypted is written; closing that stream finalizes the
            CMS structure.
            </summary>
            <remarks>
            The returned stream must be closed (disposed) to finalize the CMS structure. Closing the returned stream
            does <b>not</b> close the underlying stream passed to <c>Open</c>; callers are responsible for closing the
            underlying stream separately. If the underlying stream is a buffering encoder whose tail state only flushes
            on close (e.g. a base64 encoding stream), failing to close it will cause the encoded output to be truncated.
            <para>A simple example of usage:</para>
            <code>
            CmsEnvelopedDataStreamGenerator gen = new CmsEnvelopedDataStreamGenerator();
            gen.AddKeyTransRecipient(cert);
            using (Stream envOut = gen.Open(bOut, CmsEnvelopedGenerator.Aes128Cbc))
            {
                envOut.Write(data, 0, data.Length);
            }
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator.#ctor">
            <summary>Creates a generator using the default randomness source.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Creates a generator with an explicit randomness source for key and encryption operations.
            </summary>
            <param name="random">The secure random to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator.SetBufferSize(System.Int32)">
            <summary>Set the underlying string size for encapsulated data.</summary>
            <param name="bufferSize">Length of octet strings to buffer the data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator.SetBerEncodeRecipients(System.Boolean)">
            <summary>Controls whether recipient information is stored using a BER (indefinite-length) SET.</summary>
            <param name="berEncodeRecipientSet">
            <c>true</c> to use a BER SET; <c>false</c> to use a DER SET (the default).
            </param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator.Open(System.IO.Stream,System.String,Org.BouncyCastle.Crypto.CipherKeyGenerator)">
            <summary>
            Generate an enveloped object that contains an CMS Enveloped Data
            object using the passed in key generator.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator.Open(System.IO.Stream,System.String)">
            <summary>
            Opens a stream for generating a CMS EnvelopedData object, deriving a content-encryption key of the
            algorithm's default strength.
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <param name="encryptionOid">The content-encryption algorithm OID.</param>
            <returns>A stream the content to be encrypted is written to; close it to finalize the structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedDataStreamGenerator.Open(System.IO.Stream,System.String,System.Int32)">
            <summary>
            Opens a stream for generating a CMS EnvelopedData object, deriving a content-encryption key of the
            given size.
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <param name="encryptionOid">The content-encryption algorithm OID.</param>
            <param name="keySize">The content-encryption key size, in bits.</param>
            <returns>A stream the content to be encrypted is written to; close it to finalize the structure.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsEnvelopedGenerator">
             General class for generating a CMS enveloped-data message.
            
             A simple example of usage.
            
             <pre>
                  CMSEnvelopedDataGenerator  fact = new CMSEnvelopedDataGenerator();
            
                  fact.addKeyTransRecipient(cert);
            
                  CMSEnvelopedData         data = fact.generate(content, algorithm, "BC");
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedGenerator.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>Constructor allowing specific source of randomness</summary>
            <param name="random">Instance of <c>SecureRandom</c> to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedGenerator.AddKeyTransRecipient(Org.BouncyCastle.X509.X509Certificate)">
             add a recipient.
            
             @param cert recipient's public key certificate
             @exception ArgumentException if there is a problem with the certificate
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedGenerator.AddKeyTransRecipient(System.String,Org.BouncyCastle.X509.X509Certificate)">
             add a recipient.
            
             @param algorithm to override automatic selection (useful for OAEP with PKCS#1v1.5 certs)
             @param cert recipient's public key certificate
             @exception ArgumentException if there is a problem with the certificate
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedGenerator.AddKeyTransRecipient(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[])">
             add a recipient
            
             @param key the public key used by the recipient
             @param subKeyId the identifier for the recipient's public key
             @exception ArgumentException if there is a problem with the key
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedGenerator.AddKeyTransRecipient(System.String,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[])">
             add a recipient
            
             @param algorithm to override automatic selection (useful for OAEP with PKCS#1v1.5 certs)
             @param key the public key used by the recipient
             @param subKeyId the identifier for the recipient's public key
             @exception ArgumentException if there is a problem with the key
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedGenerator.AddKekRecipient(System.String,Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Byte[])">
            add a KEK recipient.
            @param key the secret key to use for wrapping
            @param keyIdentifier the byte string that identifies the key
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedGenerator.AddKekRecipient(System.String,Org.BouncyCastle.Crypto.Parameters.KeyParameter,Org.BouncyCastle.Asn1.Cms.KekIdentifier)">
            add a KEK recipient.
            @param key the secret key to use for wrapping
            @param keyIdentifier the byte string that identifies the key
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedGenerator.AddKeyAgreementRecipient(System.String,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String)">
             Add a key agreement based recipient.
            
             @param agreementAlgorithm key agreement algorithm to use.
             @param senderPrivateKey private key to initialise sender side of agreement with.
             @param senderPublicKey sender public key to include with message.
             @param recipientCert recipient's public key certificate.
             @param cekWrapAlgorithm OID for key wrapping algorithm to use.
             @exception SecurityUtilityException if the algorithm requested cannot be found
             @exception InvalidKeyException if the keys are inappropriate for the algorithm specified
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedGenerator.AddKeyAgreementRecipients(System.String,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Collections.Generic.IEnumerable{Org.BouncyCastle.X509.X509Certificate},System.String)">
             Add multiple key agreement based recipients (sharing a single KeyAgreeRecipientInfo structure).
            
             @param agreementAlgorithm key agreement algorithm to use.
             @param senderPrivateKey private key to initialise sender side of agreement with.
             @param senderPublicKey sender public key to include with message.
             @param recipientCerts recipients' public key certificates.
             @param cekWrapAlgorithm OID for key wrapping algorithm to use.
             @exception SecurityUtilityException if the algorithm requested cannot be found
             @exception InvalidKeyException if the keys are inappropriate for the algorithm specified
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsEnvelopedGenerator.AddRecipientInfoGenerator(Org.BouncyCastle.Cms.RecipientInfoGenerator)">
            <summary>
            Add a generator to produce the recipient info required.
            </summary>
            <param name="recipientInfoGenerator">a generator of a recipient info object.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsProcessable.Write(System.IO.Stream)">
            <summary>
            Generic routine to copy out the data we want processed.
            </summary>
            <remarks>
            This routine may be called multiple times.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsProcessableByteArray">
            <summary>A holding class for a byte array of data to be processed.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsProcessableFile">
            <summary>A holding class for a file of data to be processed.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsSignedData">
             general class for handling a pkcs7-signature message.
            
             A simple example of usage - note, in the example below the validity of
             the certificate isn't verified, just the fact that one of the certs
             matches the given signer...
            
             <pre>
              IX509Store              certs = s.GetCertificates();
              SignerInformationStore  signers = s.GetSignerInfos();
            
              foreach (SignerInformation signer in signers.GetSigners())
              {
                  ArrayList       certList = new ArrayList(certs.GetMatches(signer.SignerID));
                  X509Certificate cert = (X509Certificate) certList[0];
            
                  if (signer.Verify(cert.GetPublicKey()))
                  {
                      verified++;
                  }
              }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.AsVersion(System.Int32)">
            <summary>
            Return a copy of this <c>CmsSignedData</c> with the <c>SignedData</c> version field forced to the given
            value, leaving every other field unchanged.
            </summary>
            <remarks>
            The version is normally recomputed from the content per RFC 5652 sec. 5.1 (for example, a non-id-data
            eContentType implies version 3), including by <c>ReplaceSigners</c> and <c>AddDigestAlgorithm</c>. This
            method lets a producer pin a specific version for interop with profiles that require one - notably
            Microsoft Authenticode, whose signatures must carry version 1 even though their SPC_INDIRECT_DATA
            eContentType would otherwise compute to 3.
            </remarks>
            <param name="version">The CMSVersion value to set.</param>
            <returns>A new CmsSignedData carrying the supplied version.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsSignedData.ContentInfo">
            return the ContentInfo
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.GetAttributeCertificates">
             return a X509Store containing the attribute certificates, if any, contained
             in this message.
            
             @param type type of store to create
             @return a store of attribute certificates
             @exception NoSuchStoreException if the store type isn't available.
             @exception CmsException if a general exception prevents creation of the X509Store
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.GetCertificates">
             return a X509Store containing the public key certificates, if any, contained in this message.
            
             @return a store of public key certificates
             @exception NoSuchStoreException if the store type isn't available.
             @exception CmsException if a general exception prevents creation of the X509Store
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.GetCrls">
             return a X509Store containing CRLs, if any, contained in this message.
            
             @return a store of CRLs
             @exception NoSuchStoreException if the store type isn't available.
             @exception CmsException if a general exception prevents creation of the X509Store
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.GetDigestAlgorithmIDs">
            <remarks>Does not preserve the original order in SignedData.DigestAlgorithms.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.GetEncoded">
            return the ASN.1 encoded representation of this object.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.GetEncoded(System.String)">
             return the ASN.1 encoded representation of this object using the specified encoding.
            
             @param encoding the ASN.1 encoding format to use ("BER" or "DER").
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.GetSignerInfos">
            return the collection of signers that are associated with the
            signatures for the message.
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsSignedData.SignedContentType">
            <summary>
            Return the <c>DerObjectIdentifier</c> associated with the encapsulated
            content info structure carried in the signed data.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsSignedData.Version">
            <summary>Return the version number for this object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.AddDigestAlgorithm(Org.BouncyCastle.Cms.CmsSignedData,Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier)">
             Return a new CMSSignedData which guarantees to have the passed in digestAlgorithm
             in it. Uses the DefaultDigestAlgorithmFinder for creating the digest sets.
            
             @param signedData      the signed data object to be used as a base.
             @param digestAlgorithm the digest algorithm to be added to the signed data.
             @return a new signed data object.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.AddDigestAlgorithm(Org.BouncyCastle.Cms.CmsSignedData,Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,Org.BouncyCastle.Operators.Utilities.IDigestAlgorithmFinder)">
             Return a new CMSSignedData which guarantees to have the passed in digestAlgorithm
             in it. Uses the passed in IDigestAlgorithmFinder for creating the digest sets.
            
             @param signedData      the signed data object to be used as a base.
             @param digestAlgorithm the digest algorithm to be added to the signed data.
             @param digestAlgorithmFinder the digest algorithm finder to generate the digest set with.
             @return a new signed data object.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.ReplaceSigners(Org.BouncyCastle.Cms.CmsSignedData,Org.BouncyCastle.Cms.SignerInformationStore)">
             Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in
             using the DefaultDigestAlgorithmFinder for creating the digest sets. You would probably only want
             to do this if you wanted to change the unsigned attributes associated with a signer, or perhaps delete one.
            
             @param signedData             the signed data object to be used as a base.
             @param signerInformationStore the new signer information store to use.
             @return a new signed data object.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.ReplaceSigners(Org.BouncyCastle.Cms.CmsSignedData,Org.BouncyCastle.Cms.SignerInformationStore,Org.BouncyCastle.Operators.Utilities.IDigestAlgorithmFinder)">
             Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in
             using the passed in IDigestAlgorithmFinder for creating the digest sets. You would probably only
             want to do this if you wanted to change the unsigned attributes associated with a signer, or perhaps delete
             one.
            
             @param signedData             the signed data object to be used as a base.
             @param signerInformationStore the new signer information store to use.
             @param digestAlgorithmFinder the digest algorithm finder to generate the digest set with.
             @return a new signed data object.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedData.ReplaceCertificatesAndCrls(Org.BouncyCastle.Cms.CmsSignedData,Org.BouncyCastle.Utilities.Collections.IStore{Org.BouncyCastle.X509.X509Certificate},Org.BouncyCastle.Utilities.Collections.IStore{Org.BouncyCastle.X509.X509Crl})">
             Replace the certificate and CRL information associated with this
             CmsSignedData object with the new one passed in.
            
             @param signedData the signed data object to be used as a base.
             @param x509Certs the new certificates to be used.
             @param x509Crls the new CRLs to be used.
             @return a new signed data object.
             @exception CmsException if there is an error processing the stores
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsSignedDataGenerator">
            <summary>
            Generator for CMS SignedData (PKCS#7 signed-data) messages. Configure signers with
            <see cref="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String)"/> (and overloads), add
            certificates and CRLs via the base <see cref="T:Org.BouncyCastle.Cms.CmsSignedGenerator"/> methods, then call
            <see cref="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsTypedData,System.Boolean)"/> to obtain a <see cref="T:Org.BouncyCastle.Cms.CmsSignedData"/> instance.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.#ctor">
            <summary>Creates a generator using the default randomness source.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Creates a generator with an explicit randomness source for signature generation.
            </summary>
            <param name="random">The secure random to use when signing.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String)">
            <summary>
            Adds a signer identified by certificate, inferring the signature algorithm OID from the key type.
            Only default signed attributes are included.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="digestOID">The digest algorithm OID.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,System.String)">
            <summary>
            Adds a signer identified by certificate with explicit digest and signature algorithm OIDs.
            Only default signed attributes are included.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="encryptionOID">The signature (encryption) algorithm OID.</param>
            <param name="digestOID">The digest algorithm OID.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String)">
            <summary>
            Adds a signer identified by subject key identifier, inferring the signature algorithm OID from the key.
            Only default signed attributes are included.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="digestOID">The digest algorithm OID.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String)">
            <summary>
            Adds a signer identified by subject key identifier with explicit digest and signature algorithm OIDs.
            Only default signed attributes are included.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="encryptionOID">The signature (encryption) algorithm OID.</param>
            <param name="digestOID">The digest algorithm OID.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,Org.BouncyCastle.Asn1.Cms.AttributeTable,Org.BouncyCastle.Asn1.Cms.AttributeTable)">
            <summary>
            Adds a certificate-identified signer with caller-supplied signed and unsigned attribute tables.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="digestOID">The digest algorithm OID.</param>
            <param name="signedAttr">Signed attributes to include (merged with defaults).</param>
            <param name="unsignedAttr">Unsigned attributes to include.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,System.String,Org.BouncyCastle.Asn1.Cms.AttributeTable,Org.BouncyCastle.Asn1.Cms.AttributeTable)">
            <summary>
            Adds a certificate-identified signer with explicit algorithm OIDs and attribute tables.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="encryptionOID">The signature (encryption) algorithm OID.</param>
            <param name="digestOID">The digest algorithm OID.</param>
            <param name="signedAttr">Signed attributes to include (merged with defaults).</param>
            <param name="unsignedAttr">Unsigned attributes to include.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,Org.BouncyCastle.Asn1.Cms.AttributeTable,Org.BouncyCastle.Asn1.Cms.AttributeTable)">
            <summary>
            Adds a subject-key-id-identified signer with caller-supplied signed and unsigned attribute tables.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="digestOID">The digest algorithm OID.</param>
            <param name="signedAttr">Signed attributes to include (merged with defaults).</param>
            <param name="unsignedAttr">Unsigned attributes to include.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String,Org.BouncyCastle.Asn1.Cms.AttributeTable,Org.BouncyCastle.Asn1.Cms.AttributeTable)">
            <summary>
            Adds a subject-key-id-identified signer with explicit algorithm OIDs and attribute tables.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="encryptionOID">The signature (encryption) algorithm OID.</param>
            <param name="digestOID">The digest algorithm OID.</param>
            <param name="signedAttr">Signed attributes to include (merged with defaults).</param>
            <param name="unsignedAttr">Unsigned attributes to include.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,Org.BouncyCastle.Cms.CmsAttributeTableGenerator,Org.BouncyCastle.Cms.CmsAttributeTableGenerator)">
            <summary>
            Adds a certificate-identified signer with attribute-table generators for signed and unsigned attributes.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="digestOID">The digest algorithm OID.</param>
            <param name="signedAttrGen">Generator for signed attributes.</param>
            <param name="unsignedAttrGen">Generator for unsigned attributes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,System.String,Org.BouncyCastle.Cms.CmsAttributeTableGenerator,Org.BouncyCastle.Cms.CmsAttributeTableGenerator)">
            <summary>
            Adds a certificate-identified signer with explicit algorithm OIDs and attribute-table generators.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="encryptionOID">The signature (encryption) algorithm OID.</param>
            <param name="digestOID">The digest algorithm OID.</param>
            <param name="signedAttrGen">Generator for signed attributes.</param>
            <param name="unsignedAttrGen">Generator for unsigned attributes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,Org.BouncyCastle.Cms.CmsAttributeTableGenerator,Org.BouncyCastle.Cms.CmsAttributeTableGenerator)">
            <summary>
            Adds a subject-key-id-identified signer with attribute-table generators.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="digestOID">The digest algorithm OID.</param>
            <param name="signedAttrGen">Generator for signed attributes.</param>
            <param name="unsignedAttrGen">Generator for unsigned attributes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String,Org.BouncyCastle.Cms.CmsAttributeTableGenerator,Org.BouncyCastle.Cms.CmsAttributeTableGenerator)">
            <summary>
            Adds a subject-key-id-identified signer with explicit algorithm OIDs and attribute-table generators.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="encryptionOID">The signature (encryption) algorithm OID.</param>
            <param name="digestOID">The digest algorithm OID.</param>
            <param name="signedAttrGen">Generator for signed attributes.</param>
            <param name="unsignedAttrGen">Generator for unsigned attributes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.AddSignerInfoGenerator(Org.BouncyCastle.Cms.SignerInfoGenerator)">
            <summary>
            Adds a signer using a pre-configured <see cref="T:Org.BouncyCastle.Cms.SignerInfoGenerator"/>.
            </summary>
            <param name="signerInfoGenerator">The signer configuration to add.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsProcessable)">
            <summary>
            Generates a CMS SignedData object for <paramref name="content"/> without encapsulating the content.
            </summary>
            <param name="content">The content to sign.</param>
            <returns>The signed-data structure.</returns>
            <exception cref="T:Org.BouncyCastle.Cms.CmsException">
            An error occurred while building signer information or encapsulating content.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsProcessable,System.Boolean)">
            <summary>
            Generates a CMS SignedData object, optionally encapsulating a copy of the content with type <c>data</c>.
            </summary>
            <param name="content">The content to sign.</param>
            <param name="encapsulate"><c>true</c> to embed the content in the SignedData.</param>
            <returns>The signed-data structure.</returns>
            <exception cref="T:Org.BouncyCastle.Cms.CmsException">
            An error occurred while building signer information or encapsulating content.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.Generate(System.String,Org.BouncyCastle.Cms.CmsProcessable,System.Boolean)">
            <summary>
            Generates a CMS SignedData object with an explicit encapsulated content type OID.
            </summary>
            <param name="signedContentType">Dotted-decimal OID of the encapsulated content type.</param>
            <param name="content">The content to sign.</param>
            <param name="encapsulate"><c>true</c> to embed the content in the SignedData.</param>
            <returns>The signed-data structure.</returns>
            <exception cref="T:Org.BouncyCastle.Cms.CmsException">
            An error occurred while building signer information or encapsulating content.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsTypedData)">
            <summary>
            Generates a CMS SignedData object for <paramref name="content"/> without encapsulating the content.
            </summary>
            <param name="content">The content to sign. <c>null</c> is not allowed; use a <see cref="T:Org.BouncyCastle.Cms.CmsAbsentContent"/>
            instead to signal no content.</param>
            <returns>The signed-data structure.</returns>
            <exception cref="T:Org.BouncyCastle.Cms.CmsException">
            An error occurred while building signer information or encapsulating content.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.Generate(Org.BouncyCastle.Cms.CmsTypedData,System.Boolean)">
            <summary>
            Generate a CMS SignedData object for <paramref name="content"/>, which can be carrying a detached CMS
            signature, or have encapsulated data, depending on the value of <paramref name="encapsulate"/>.
            </summary>
            <param name="content">The content to sign. <c>null</c> is not allowed; use a <see cref="T:Org.BouncyCastle.Cms.CmsAbsentContent"/>
            instead to signal no content.</param>
            <param name="encapsulate">
            <c>true</c> if the content should be encapsulated in the signature, <c>false</c> otherwise.
            </param>
            <returns>The signed-data structure.</returns>
            <exception cref="T:Org.BouncyCastle.Cms.CmsException">
            An error occurred while building signer information or encapsulating content.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataGenerator.GenerateCounterSigners(Org.BouncyCastle.Cms.SignerInformation)">
            <summary>
            Generates counter-signature SignerInformation objects over an existing signer's signature value.
            </summary>
            <param name="signer">The signer to countersign.</param>
            <returns>A store containing the counter-signature signer informations.</returns>
            <exception cref="T:Org.BouncyCastle.Cms.CmsException">An error occurred while creating counter signatures.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsSignedDataGenerator.UseDefiniteLength">
            <summary>
            When <c>true</c>, generated SignedData structures use definite-length (DL) encoding where supported.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsSignedDataParser">
             Parsing class for an CMS Signed Data object from an input stream.
             <p>
             Note: that because we are in a streaming mode only one signer can be tried and it is important
             that the methods on the parser are called in the appropriate order.
             </p>
             <p>
             A simple example of usage for an encapsulated signature.
             </p>
             <p>
             Two notes: first, in the example below the validity of
             the certificate isn't verified, just the fact that one of the certs
             matches the given signer, and, second, because we are in a streaming
             mode the order of the operations is important.
             </p>
             <pre>
                  CmsSignedDataParser     sp = new CmsSignedDataParser(encapSigData);
            
                  sp.GetSignedContent().Drain();
            
                  IX509Store              certs = sp.GetCertificates();
                  SignerInformationStore  signers = sp.GetSignerInfos();
            
                  foreach (SignerInformation signer in signers.GetSigners())
                  {
                      ArrayList       certList = new ArrayList(certs.GetMatches(signer.SignerID));
                      X509Certificate cert = (X509Certificate) certList[0];
            
                      Console.WriteLine("verify returns: " + signer.Verify(cert));
                  }
             </pre>
              Note also: this class does not introduce buffering - if you are processing large files you should create
              the parser with:
              <pre>
                      CmsSignedDataParser     ep = new CmsSignedDataParser(new BufferedInputStream(encapSigData, bufSize));
              </pre>
              where bufSize is a suitably large buffer size.
             <p>
             <b>Stream handling note:</b>
             <ul>
               <li>The constructor reads only enough of the supplied Stream to expose the
                   digest algorithms and signed-content metadata. The encapsulated content
                   must be drained by the caller (e.g.
                   {@link #GetSignedContent()}.{@link CmsTypedStream#Drain Drain()}) before
                   calling {@link #GetSignerInfos()} so the running digests can be finalized.</li>
               <li>The supplied Stream is <b>not closed automatically</b>. Call
                   {@link #Close()} on this parser (inherited from
                   {@link CmsContentInfoParser}) to close the underlying Stream, or close
                   it yourself.</li>
             </ul>
             </p>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataParser.#ctor(System.IO.Stream)">
            base constructor - with encapsulated content
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataParser.#ctor(Org.BouncyCastle.Cms.CmsTypedStream,System.IO.Stream)">
             base constructor
            
             @param signedContent the content that was signed.
             @param sigData the signature object.
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsSignedDataParser.Version">
             Return the version number for the SignedData object
            
             @return the version number
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataParser.GetSignerInfos">
            return the collection of signers that are associated with the
            signatures for the message.
            @throws CmsException
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataParser.GetAttributeCertificates">
             return a X509Store containing the attribute certificates, if any, contained
             in this message.
            
             @param type type of store to create
             @return a store of attribute certificates
             @exception Org.BouncyCastle.X509.NoSuchStoreException if the store type isn't available.
             @exception CmsException if a general exception prevents creation of the X509Store
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataParser.GetCertificates">
             return a X509Store containing the public key certificates, if any, contained
             in this message.
            
             @param type type of store to create
             @return a store of public key certificates
             @exception NoSuchStoreException if the store type isn't available.
             @exception CmsException if a general exception prevents creation of the X509Store
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataParser.GetCrls">
             return a X509Store containing CRLs, if any, contained
             in this message.
            
             @param type type of store to create
             @return a store of CRLs
             @exception NoSuchStoreException if the store type isn't available.
             @exception CmsException if a general exception prevents creation of the X509Store
        </member>
        <member name="P:Org.BouncyCastle.Cms.CmsSignedDataParser.SignedContentType">
            <summary>
            Return the <c>DerObjectIdentifier</c> associated with the encapsulated
            content info structure carried in the signed data.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataParser.ReplaceSigners(System.IO.Stream,Org.BouncyCastle.Cms.SignerInformationStore,System.IO.Stream)">
            Replace the signerinformation store associated with the passed
            in message contained in the stream original with the new one passed in.
            You would probably only want to do this if you wanted to change the unsigned
            attributes associated with a signer, or perhaps delete one.
            <p>
            The output stream is returned unclosed.
            </p>
            @param original the signed data stream to be used as a base.
            @param signerInformationStore the new signer information store to use.
            @param out the stream to Write the new signed data object to.
            @return out.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataParser.ReplaceCertificatesAndCrls(System.IO.Stream,Org.BouncyCastle.Utilities.Collections.IStore{Org.BouncyCastle.X509.X509Certificate},Org.BouncyCastle.Utilities.Collections.IStore{Org.BouncyCastle.X509.X509Crl},Org.BouncyCastle.Utilities.Collections.IStore{Org.BouncyCastle.X509.X509V2AttributeCertificate},System.IO.Stream)">
            Replace the certificate and CRL information associated with this
            CMSSignedData object with the new one passed in.
            <p>
            The output stream is returned unclosed.
            </p>
            @param original the signed data stream to be used as a base.
            @param certsAndCrls the new certificates and CRLs to be used.
            @param out the stream to Write the new signed data object to.
            @return out.
            @exception CmsException if there is an error processing the CertStore
        </member>
        <member name="T:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator">
            <summary>
            Streaming generator for CMS SignedData (PKCS#7 signed-data) messages. Configure signers with
            <see cref="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String)"/> (and overloads), add
            certificates and CRLs via the base <see cref="T:Org.BouncyCastle.Cms.CmsSignedGenerator"/> methods, then call
            <see cref="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.Open(System.IO.Stream)"/> to obtain a <see cref="T:System.IO.Stream"/> to which the content being signed is written.
            Closing that stream finalizes the CMS structure.
            </summary>
            <remarks>
            The returned stream must be closed (disposed) to finalize the CMS structure, i.e. to write the
            certificates, CRLs and signer infos. Closing the returned stream does <b>not</b> close the underlying
            stream passed to <c>Open</c>; callers are responsible for closing the underlying stream separately.
            <para>A simple example of usage:</para>
            <code>
            CmsSignedDataStreamGenerator gen = new CmsSignedDataStreamGenerator();
            gen.AddSigner(privateKey, cert, CmsSignedGenerator.DigestSha1);
            gen.AddCertificates(certs);
            using (Stream sigOut = gen.Open(bOut))
            {
                sigOut.Write(Strings.ToUtf8ByteArray("Hello World!"));
            }
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.#ctor">
            <summary>Creates a generator using the default randomness source.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Creates a generator with an explicit randomness source for signature generation.
            </summary>
            <param name="random">The secure random to use when signing.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.SetBufferSize(System.Int32)">
            <summary>
            Sets the buffer size used for the OCTET STRING segments holding the encapsulated content.
            </summary>
            <param name="bufferSize">The length, in bytes, of the octet strings used to buffer the data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddDigests(System.String[])">
            <summary>Registers one or more digest algorithm OIDs to be computed over the signed content.</summary>
            <param name="digestOids">The digest algorithm OIDs to add.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddDigests(System.Collections.Generic.IEnumerable{System.String})">
            <summary>Registers one or more digest algorithm OIDs to be computed over the signed content.</summary>
            <param name="digestOids">The digest algorithm OIDs to add.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String)">
            <summary>
            Adds a signer identified by certificate, inferring the signature algorithm OID from the key type.
            Only default signed attributes are included.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="digestOid">The digest algorithm OID.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,System.String)">
            <summary>
            Adds a signer identified by certificate with explicit digest and signature algorithm OIDs.
            Only default signed attributes are included.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="encryptionOid">The signature (encryption) algorithm OID.</param>
            <param name="digestOid">The digest algorithm OID.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,Org.BouncyCastle.Asn1.Cms.AttributeTable,Org.BouncyCastle.Asn1.Cms.AttributeTable)">
            <summary>
            Adds a certificate-identified signer with caller-supplied signed and unsigned attribute tables.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="digestOid">The digest algorithm OID.</param>
            <param name="signedAttr">Signed attributes to include (merged with defaults).</param>
            <param name="unsignedAttr">Unsigned attributes to include.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,System.String,Org.BouncyCastle.Asn1.Cms.AttributeTable,Org.BouncyCastle.Asn1.Cms.AttributeTable)">
            <summary>
            Adds a certificate-identified signer with explicit algorithm OIDs and attribute tables.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="encryptionOid">The signature (encryption) algorithm OID.</param>
            <param name="digestOid">The digest algorithm OID.</param>
            <param name="signedAttr">Signed attributes to include (merged with defaults).</param>
            <param name="unsignedAttr">Unsigned attributes to include.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,Org.BouncyCastle.Cms.CmsAttributeTableGenerator,Org.BouncyCastle.Cms.CmsAttributeTableGenerator)">
            <summary>
            Adds a certificate-identified signer with caller-supplied attribute table generators, inferring the
            signature algorithm OID from the key type.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="digestOid">The digest algorithm OID.</param>
            <param name="signedAttrGenerator">Generator producing the signed attribute table.</param>
            <param name="unsignedAttrGenerator">Generator producing the unsigned attribute table.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,System.String,Org.BouncyCastle.Cms.CmsAttributeTableGenerator,Org.BouncyCastle.Cms.CmsAttributeTableGenerator)">
            <summary>
            Adds a certificate-identified signer with explicit algorithm OIDs and attribute table generators.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="cert">The signer's X.509 certificate.</param>
            <param name="encryptionOid">The signature (encryption) algorithm OID.</param>
            <param name="digestOid">The digest algorithm OID.</param>
            <param name="signedAttrGenerator">Generator producing the signed attribute table.</param>
            <param name="unsignedAttrGenerator">Generator producing the unsigned attribute table.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String)">
            <summary>
            Adds a signer identified by subject key identifier, inferring the signature algorithm OID from the key.
            Only default signed attributes are included.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="digestOid">The digest algorithm OID.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String)">
            <summary>
            Adds a signer identified by subject key identifier with explicit digest and signature algorithm OIDs.
            Only default signed attributes are included.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="encryptionOid">The signature (encryption) algorithm OID.</param>
            <param name="digestOid">The digest algorithm OID.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,Org.BouncyCastle.Asn1.Cms.AttributeTable,Org.BouncyCastle.Asn1.Cms.AttributeTable)">
            <summary>
            Adds a subject-key-id-identified signer with caller-supplied signed and unsigned attribute tables.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="digestOid">The digest algorithm OID.</param>
            <param name="signedAttr">Signed attributes to include (merged with defaults).</param>
            <param name="unsignedAttr">Unsigned attributes to include.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,Org.BouncyCastle.Cms.CmsAttributeTableGenerator,Org.BouncyCastle.Cms.CmsAttributeTableGenerator)">
            <summary>
            Adds a subject-key-id-identified signer with caller-supplied attribute table generators, inferring the
            signature algorithm OID from the key type.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="digestOid">The digest algorithm OID.</param>
            <param name="signedAttrGenerator">Generator producing the signed attribute table.</param>
            <param name="unsignedAttrGenerator">Generator producing the unsigned attribute table.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.AddSigner(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[],System.String,System.String,Org.BouncyCastle.Cms.CmsAttributeTableGenerator,Org.BouncyCastle.Cms.CmsAttributeTableGenerator)">
            <summary>
            Adds a subject-key-id-identified signer with explicit algorithm OIDs and attribute table generators.
            </summary>
            <param name="privateKey">The signing private key.</param>
            <param name="subjectKeyID">The subject key identifier octets.</param>
            <param name="encryptionOid">The signature (encryption) algorithm OID.</param>
            <param name="digestOid">The digest algorithm OID.</param>
            <param name="signedAttrGenerator">Generator producing the signed attribute table.</param>
            <param name="unsignedAttrGenerator">Generator producing the unsigned attribute table.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.Open(System.IO.Stream)">
            <summary>
            Opens a stream for generating a CMS SignedData object. The content is signed but not encapsulated.
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <returns>A stream the content being signed is written to; close it to finalize the structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.Open(System.IO.Stream,System.Boolean)">
            <summary>
            Opens a stream for generating a CMS SignedData object using the default content type "data".
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <param name="encapsulate">If <c>true</c>, a copy of the content is encapsulated in the signature.</param>
            <returns>A stream the content being signed is written to; close it to finalize the structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.Open(System.IO.Stream,System.Boolean,System.IO.Stream)">
            <summary>
            Opens a stream for generating a CMS SignedData object using the default content type "data", optionally
            copying the content being signed to a second stream as it is processed.
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <param name="encapsulate">If <c>true</c>, a copy of the content is encapsulated in the signature.</param>
            <param name="dataOutputStream">An optional stream to copy the content being signed to; may be null.</param>
            <returns>A stream the content being signed is written to; close it to finalize the structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.Open(System.IO.Stream,System.String,System.Boolean)">
            <summary>
            Opens a stream for generating a CMS SignedData object with the given encapsulated content type.
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <param name="signedContentType">The OID of the content type being signed.</param>
            <param name="encapsulate">If <c>true</c>, a copy of the content is encapsulated in the signature.</param>
            <returns>A stream the content being signed is written to; close it to finalize the structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.Open(System.IO.Stream,System.String,System.Boolean,System.IO.Stream)">
            <summary>
            Opens a stream for generating a CMS SignedData object with the given encapsulated content type, optionally
            copying the content being signed to a second stream as it is processed.
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <param name="signedContentType">The OID of the content type being signed.</param>
            <param name="encapsulate">If <c>true</c>, a copy of the content is encapsulated in the signature.</param>
            <param name="dataOutputStream">An optional stream to copy the content being signed to; may be null.</param>
            <returns>A stream the content being signed is written to; close it to finalize the structure.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown if <paramref name="outStream"/> is null.</exception>
            <exception cref="T:System.ArgumentException">Thrown if a supplied stream is not writeable.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.Open(System.IO.Stream,Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean)">
            <summary>
            Opens a stream for generating a CMS SignedData object with the given encapsulated content type.
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <param name="contentType">The OID of the content type being signed.</param>
            <param name="encapsulate">If <c>true</c>, a copy of the content is encapsulated in the signature.</param>
            <returns>A stream the content being signed is written to; close it to finalize the structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.Open(System.IO.Stream,Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,System.IO.Stream)">
            <summary>
            Opens a stream for generating a CMS SignedData object with the given encapsulated content type, optionally
            copying the content being signed to a second stream as it is processed.
            </summary>
            <param name="outStream">The stream the CMS object is written to.</param>
            <param name="contentType">The OID of the content type being signed.</param>
            <param name="encapsulate">If <c>true</c>, a copy of the content is encapsulated in the signature.</param>
            <param name="dataOutputStream">An optional stream to copy the content being signed to; may be null.</param>
            <returns>A stream the content being signed is written to; close it to finalize the structure.</returns>
            <exception cref="T:System.ArgumentNullException">Thrown if <paramref name="outStream"/> is null.</exception>
            <exception cref="T:System.ArgumentException">Thrown if a supplied stream is not writeable.</exception>
        </member>
        <member name="F:Org.BouncyCastle.Cms.CmsSignedGenerator.Data">
            Default type for the signed data.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedGenerator.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>Constructor allowing specific source of randomness</summary>
            <param name="random">Instance of <c>SecureRandom</c> to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedGenerator.AddSigners(Org.BouncyCastle.Cms.SignerInformationStore)">
             Add a store of precalculated signers to the generator.
            
             @param signerStore store of signers
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedGenerator.GetGeneratedDigests">
             Return a map of oids and byte arrays representing the digests calculated on the content during
             the last generate.
            
             @return a map of oids (as string objects) and byte[] representing digests.
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedHelper.GetDigestAlgName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            Return the digest algorithm using one of the standard JCA string
            representations rather than the algorithm identifier (if possible).
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsSignedHelper.GetEncryptionAlgName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            Return the digest encryption algorithm using one of the standard
            JCA string representations rather than the algorithm identifier (if
            possible).
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsUtilities.SafeGetContent``1(Org.BouncyCastle.Asn1.Cms.ContentInfo,System.Func{Org.BouncyCastle.Asn1.Asn1Encodable,``0})">
            <exception cref="T:Org.BouncyCastle.Cms.CmsException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsUtilities.SafeGetEncryptedContent(Org.BouncyCastle.Asn1.Cms.EncryptedContentInfo)">
            <exception cref="T:Org.BouncyCastle.Cms.CmsException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsUtilities.SafeGetInstance``2(``0,System.Func{``0,``1})">
            <exception cref="T:Org.BouncyCastle.Cms.CmsException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Cms.CmsUtilities.GetAeadMacLength(Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier)">
            <summary>
            Return the AEAD tag length carried in AuthEnvelopedData's mac field, or -1 if the algorithm is not
            recognised.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.DefaultAuthenticatedAttributeTableGenerator">
            <summary>Default authenticated attributes generator.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.DefaultAuthenticatedAttributeTableGenerator.#ctor">
            <summary>Initialise to use all defaults.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.DefaultAuthenticatedAttributeTableGenerator.#ctor(Org.BouncyCastle.Asn1.Cms.AttributeTable)">
            <summary>Initialise with some extra attributes or overrides.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.DefaultAuthenticatedAttributeTableGenerator.GetAttributes(System.Collections.Generic.IDictionary{Org.BouncyCastle.Cms.CmsAttributeTableParameter,System.Object})">
            <summary>Returns a populated <see cref="T:Org.BouncyCastle.Asn1.Cms.AttributeTable"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.DefaultAuthenticatedAttributeTableGenerator.CreateStandardAttributeTable(System.Collections.Generic.IDictionary{Org.BouncyCastle.Cms.CmsAttributeTableParameter,System.Object})">
            <summary>
            Create a standard attribute table from the passed in parameters - this will normally include contentType and
            messageDigest.
            </summary>
            <remarks>
            If the constructor using an AttributeTable was used, entries in it for contentType and messageDigest will
            override the generated ones.
            </remarks>
            <returns>A filled-in dictionary of attributes.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator">
            <summary>Default signed attributes generator.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator.#ctor">
            <summary>Initialise to use all defaults.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator.#ctor(Org.BouncyCastle.Asn1.Cms.AttributeTable)">
            <summary>Initialise with some extra attributes or overrides.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator.GetAttributes(System.Collections.Generic.IDictionary{Org.BouncyCastle.Cms.CmsAttributeTableParameter,System.Object})">
            <summary>Returns a populated <see cref="T:Org.BouncyCastle.Asn1.Cms.AttributeTable"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.DefaultSignedAttributeTableGenerator.CreateStandardAttributeTable(System.Collections.Generic.IDictionary{Org.BouncyCastle.Cms.CmsAttributeTableParameter,System.Object})">
            <summary>
            Create a standard attribute table from the passed in parameters - this will normally include contentType,
            signingTime, and messageDigest.
            </summary>
            <remarks>
            If the constructor using an AttributeTable was used, entries in it for contentType, signingTime, and
            messageDigest will override the generated ones.
            </remarks>
            <returns>A filled-in dictionary of attributes.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Cms.KekRecipientInformation">
            the RecipientInfo class for a recipient who has been sent a message
            encrypted using a secret key known to the other side.
        </member>
        <member name="M:Org.BouncyCastle.Cms.KekRecipientInformation.GetContentStream(Org.BouncyCastle.Crypto.ICipherParameters)">
            decrypt the content and return an input stream.
        </member>
        <member name="T:Org.BouncyCastle.Cms.KeyAgreeRecipientInformation">
            the RecipientInfo class for a recipient who has been sent a message
            encrypted using key agreement.
        </member>
        <member name="M:Org.BouncyCastle.Cms.KeyAgreeRecipientInformation.GetContentStream(Org.BouncyCastle.Crypto.ICipherParameters)">
            decrypt the content and return an input stream.
        </member>
        <member name="T:Org.BouncyCastle.Cms.KeyTransRecipientInformation">
            the KeyTransRecipientInformation class for a recipient who has been sent a secret
            key encrypted using their public key that needs to be used to
            extract the message.
        </member>
        <member name="M:Org.BouncyCastle.Cms.KeyTransRecipientInformation.GetContentStream(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Decrypt the content and return it as a byte array.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.OriginatorInformation.GetCertificates">
            <summary>Return the certificates stored in the underlying OriginatorInfo object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.OriginatorInformation.GetCrls">
            <summary>Return the CRLs stored in the underlying OriginatorInfo object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.OriginatorInformation.ToAsn1Structure">
            <summary>Return the underlying ASN.1 object defining this OriginatorInformation object.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.PasswordRecipientInformation">
            <summary>The RecipientInfo class for a recipient who has been sent a message encrypted using a password.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Cms.PasswordRecipientInformation.KeyDerivationAlgorithm">
            <summary>
            Return the object identifier for the key derivation algorithm, or null if there is none present.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.PasswordRecipientInformation.GetContentStream(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Decrypt the content and return an input stream.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.Pkcs5Scheme2PbeKey">
            <summary>
            PKCS5 scheme-2 - password converted to bytes assuming ASCII.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey">
            PKCS5 scheme-2 - password converted to bytes using UTF-8.
        </member>
        <member name="M:Org.BouncyCastle.Cms.RecipientInfoGenerator.Generate(Org.BouncyCastle.Crypto.Parameters.KeyParameter,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Generate a RecipientInfo object for the given key.
            </summary>
            <param name="contentEncryptionKey">
            A <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/>
            </param>
            <param name="random">
            A <see cref="T:Org.BouncyCastle.Security.SecureRandom"/>
            </param>
            <returns>
            A <see cref="T:Org.BouncyCastle.Asn1.Cms.RecipientInfo"/>
            </returns>
            <exception cref="T:Org.BouncyCastle.Security.GeneralSecurityException"></exception>
        </member>
        <member name="P:Org.BouncyCastle.Cms.RecipientInformation.KeyEncryptionAlgOid">
            <summary>Return the object identifier for the key encryption algorithm.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Cms.RecipientInformation.KeyEncryptionAlgParams">
            <summary>
            Return the ASN.1 encoded key encryption algorithm parameters, or null if there aren't any.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.RecipientInformation.GetMac">
            <summary>
            Return the MAC calculated for the content stream. Note: this call is only meaningful once all the content
            has been read.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.RecipientInformationStore.#ctor(Org.BouncyCastle.Cms.RecipientInformation)">
             Create a store containing a single RecipientInformation object.
            
             @param recipientInfo the recipient information to contain.
        </member>
        <member name="M:Org.BouncyCastle.Cms.RecipientInformationStore.#ctor(System.Collections.Generic.IEnumerable{Org.BouncyCastle.Cms.RecipientInformation})">
             Create a store containing a collection of RecipientInformation objects.
            
             @param recipientInfos a collection of recipient information objects to contain.
        </member>
        <member name="M:Org.BouncyCastle.Cms.RecipientInformationStore.GetFirstRecipient(Org.BouncyCastle.Cms.RecipientID)">
             Return the first RecipientInformation object that matches the
             passed in selector. Null if there are no matches.
            
             @param selector to identify a recipient
             @return a single RecipientInformation object. Null if none matches.
        </member>
        <member name="P:Org.BouncyCastle.Cms.RecipientInformationStore.Count">
            <summary>The number of recipients in the collection.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.RecipientInformationStore.GetRecipients">
            <returns>A list of all recipients in the collection</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.RecipientInformationStore.GetRecipients(Org.BouncyCastle.Cms.RecipientID)">
             Return possible empty collection with recipients matching the passed in RecipientID
            
             @param selector a recipient id to select against.
             @return a collection of RecipientInformation objects.
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder.SetDirectSignature(System.Boolean)">
             If the passed in flag is true, the signer signature will be based on the data, not
             a collection of signed attributes, and no signed attributes will be included.
            
             @return the builder object
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder.WithSignedAttributeGenerator(Org.BouncyCastle.Cms.CmsAttributeTableGenerator)">
              Provide a custom signed attribute generator.
            
             @param signedGen a generator of signed attributes.
             @return the builder object
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder.WithUnsignedAttributeGenerator(Org.BouncyCastle.Cms.CmsAttributeTableGenerator)">
             Provide a generator of unsigned attributes.
            
             @param unsignedGen  a generator for signed attributes.
             @return the builder object
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder.Build(Org.BouncyCastle.Crypto.ISignatureFactory,Org.BouncyCastle.X509.X509Certificate)">
             Build a generator with the passed in X.509 certificate issuer and serial number as the signerIdentifier.
            
             @param contentSigner  operator for generating the final signature in the SignerInfo with.
             @param certificate  X.509 certificate related to the contentSigner.
             @return  a SignerInfoGenerator
             @throws OperatorCreationException   if the generator cannot be built.
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInfoGeneratorBuilder.Build(Org.BouncyCastle.Crypto.ISignatureFactory,System.Byte[])">
             Build a generator with the passed in subjectKeyIdentifier as the signerIdentifier. If used  you should
             try to follow the calculation described in RFC 5280 section 4.2.1.2.
            
             @param signerFactory  operator factory for generating the final signature in the SignerInfo with.
             @param subjectKeyIdentifier    key identifier to identify the public key for verifying the signature.
             @return  a SignerInfoGenerator
        </member>
        <member name="T:Org.BouncyCastle.Cms.SignerInformation">
            an expanded SignerInfo block from a CMS Signed message
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.#ctor(Org.BouncyCastle.Cms.SignerInformation)">
             Protected constructor. In some cases clients have their own idea about how to encode
             the signed attributes and calculate the signature. This constructor is to allow developers
             to deal with that by extending off the class and overriding e.g. SignedAttributes property.
            
             @param baseInfo the SignerInformation to base this one on.
        </member>
        <member name="P:Org.BouncyCastle.Cms.SignerInformation.Version">
            return the version number for this objects underlying SignerInfo structure.
        </member>
        <member name="P:Org.BouncyCastle.Cms.SignerInformation.DigestAlgOid">
            return the object identifier for the signature.
        </member>
        <member name="P:Org.BouncyCastle.Cms.SignerInformation.DigestAlgParams">
            return the signature parameters, or null if there aren't any.
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.GetContentDigest">
            return the content digest that was calculated during verification.
        </member>
        <member name="P:Org.BouncyCastle.Cms.SignerInformation.SignedAttributes">
            <summary>Return a table of the signed attributes - indexed by the OID of the attribute.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Cms.SignerInformation.UnsignedAttributes">
            <summary>Return a table of the unsigned attributes - indexed by the OID of the attribute.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.GetSignature">
            return the encoded signature
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.GetCounterSignatures">
            Return a SignerInformationStore containing the counter signatures attached to this
            signer. If no counter signatures are present an empty store is returned.
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.GetEncodedSignedAttributes">
            return the DER encoding of the signed attributes.
            @throws IOException if an encoding error occurs.
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.VerifyContentTypeAttributeValue">
            <summary>RFC 3852 11.1 Check the content-type attribute is correct.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.VerifyMessageDigestAttribute">
            <summary>RFC 3852 11.2 Check the message-digest attribute is correct.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.VerifyAlgorithmProtectionAttribute">
            <summary>RFC 6211 Validate Algorithm Protection attribute if present.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.Verify(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            verify that the given public key successfully handles and confirms the
            signature associated with this signer.
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.Verify(Org.BouncyCastle.X509.X509Certificate)">
            <summary>
            Verify that the given certificate successfully handles and confirms the signature associated with this
            signer.
            </summary>
            <remarks>
            If a signingTime attribute is available, it is checked that the certificate was valid at the indicated time.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.ReplaceUnsignedAttributes(Org.BouncyCastle.Cms.SignerInformation,Org.BouncyCastle.Asn1.Cms.AttributeTable)">
             Return a signer information object with the passed in unsigned
             attributes replacing the ones that are current associated with
             the object passed in.
            
             @param signerInformation the signerInfo to be used as the basis.
             @param unsignedAttributes the unsigned attributes to add.
             @return a copy of the original SignerInformationObject with the changed attributes.
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformation.AddCounterSigners(Org.BouncyCastle.Cms.SignerInformation,Org.BouncyCastle.Cms.SignerInformationStore)">
             Return a signer information object with passed in SignerInformationStore representing counter
             signatures attached as an unsigned attribute.
            
             @param signerInformation the signerInfo to be used as the basis.
             @param counterSigners signer info objects carrying counter signature.
             @return a copy of the original SignerInformationObject with the changed attributes.
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformationStore.#ctor(Org.BouncyCastle.Cms.SignerInformation)">
             Create a store containing a single SignerInformation object.
            
             @param signerInfo the signer information to contain.
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformationStore.#ctor(System.Collections.Generic.IEnumerable{Org.BouncyCastle.Cms.SignerInformation})">
             Create a store containing a collection of SignerInformation objects.
            
             @param signerInfos a collection of signer information objects to contain.
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformationStore.GetFirstSigner(Org.BouncyCastle.Cms.SignerID)">
             Return the first SignerInformation object that matches the
             passed in selector. Null if there are no matches.
            
             @param selector to identify a signer
             @return a single SignerInformation object. Null if none matches.
        </member>
        <member name="P:Org.BouncyCastle.Cms.SignerInformationStore.Count">
            <summary>The number of signers in the collection.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformationStore.GetSigners">
            <returns>A list of all signers in the collection</returns>
        </member>
        <member name="M:Org.BouncyCastle.Cms.SignerInformationStore.GetSigners(Org.BouncyCastle.Cms.SignerID)">
             Return possible empty collection with signers matching the passed in SignerID
            
             @param selector a signer id to select against.
             @return a collection of SignerInformation objects.
        </member>
        <member name="T:Org.BouncyCastle.Cms.SimpleAttributeTableGenerator">
            Basic generator that just returns a preconstructed attribute table
        </member>
        <member name="T:Org.BouncyCastle.Crmf.AuthenticatorControl">
            <summary>
            Carrier for an authenticator control.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.AuthenticatorControl.#ctor(Org.BouncyCastle.Asn1.DerUtf8String)">
            <summary>
            Basic constructor - build from a UTF-8 string representing the token.
            </summary>
            <param name="token">UTF-8 string representing the token.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.AuthenticatorControl.#ctor(System.String)">
            <summary>
            Basic constructor - build from a string representing the token.
            </summary>
            <param name="token">string representing the token.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.AuthenticatorControl.Type">
            <summary>
            Return the type of this control.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.AuthenticatorControl.Value">
            <summary>
            Return the token associated with this control (a UTF8String).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRepMessage.IsOnlyX509PKCertificates">
             Return true if the message only contains X.509 public key certificates.
            
             @return true if only X.509 PK, false otherwise.
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRepMessage.GetCmpCertificates">
             Return the actual CMP certificates - useful if the array also contains non-X509 PK certificates.
            
             @return CMPCertificate array
        </member>
        <member name="T:Org.BouncyCastle.Crmf.CertificateRepMessageBuilder">
            <summary>Builder for a CertificateRepMessage.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRepMessageBuilder.#ctor(Org.BouncyCastle.X509.X509Certificate[])">
             Base constructor which can accept 0 or more certificates representing the CA plus its chain.
            
             @param caCerts the CA public key and it's support certificates (optional)
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRequestMessage.#ctor(System.Byte[])">
            <summary>
            Create a CertificateRequestMessage from the passed in bytes.
            </summary>
            <param name="encoded">BER/DER encoding of the CertReqMsg structure.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRequestMessage.ToAsn1Structure">
            <summary>
            Return the underlying ASN.1 object defining this CertificateRequestMessage object.
            </summary>
            <returns>A CertReqMsg</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRequestMessage.GetCertReqID">
            <summary>
            Return the certificate request ID for this message.
            </summary>
            <returns>the certificate request ID.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRequestMessage.GetCertTemplate">
            <summary>
            Return the certificate template contained in this message.
            </summary>
            <returns>a CertTemplate structure.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.CertificateRequestMessage.HasControls">
            <summary>
            Return whether or not this request has control values associated with it.
            </summary>
            <returns>true if there are control values present, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRequestMessage.HasControl(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Return whether or not this request has a specific type of control value.
            </summary>
            <param name="objectIdentifier">the type OID for the control value we are checking for.</param>
            <returns>true if a control value of type is present, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRequestMessage.GetControl(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Return a control value of the specified type.
            </summary>
            <param name="type">the type OID for the control value we are checking for.</param>
            <returns>the control value if present, null otherwise.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.CertificateRequestMessage.HasProofOfPossession">
            <summary>
            Return whether or not this request message has a proof-of-possession field in it.
            </summary>
            <returns>true if proof-of-possession is present, false otherwise.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.CertificateRequestMessage.ProofOfPossession">
            <summary>
            Return the type of the proof-of-possession this request message provides.
            </summary>
            <returns>one of: popRaVerified, popSigningKey, popKeyEncipherment, popKeyAgreement</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.CertificateRequestMessage.HasSigningKeyProofOfPossessionWithPkMac">
            <summary>
            Return whether or not the proof-of-possession (POP) is of the type popSigningKey and
            it has a public key MAC associated with it.
            </summary>
            <returns>true if POP is popSigningKey and a PKMAC is present, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRequestMessage.IsValidSigningKeyPop(Org.BouncyCastle.Crypto.IVerifierFactoryProvider)">
            <summary>
            Return whether or not a signing key proof-of-possession (POP) is valid.
            </summary>
            <param name="verifierProvider">a provider that can produce content verifiers for the signature contained in this POP.</param>
            <returns>true if the POP is valid, false otherwise.</returns>
            <exception cref="T:System.InvalidOperationException">if there is a problem in verification or content verifier creation.</exception>
            <exception cref="T:System.InvalidOperationException">if POP not appropriate.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRequestMessage.IsValidSigningKeyPop(Org.BouncyCastle.Crypto.IVerifierFactoryProvider,Org.BouncyCastle.Crmf.PKMacBuilder,System.Char[])">
            <summary>
            Return whether or not a signing key proof-of-possession (POP), with an associated PKMAC, is valid.
            </summary>
            <param name="verifierProvider">a provider that can produce content verifiers for the signature contained in this POP.</param>
            <param name="macBuilder">a suitable PKMacBuilder to create the MAC verifier.</param>
            <param name="password">the password used to key the MAC calculation.</param>
            <returns>true if the POP is valid, false otherwise.</returns>
            <exception cref="T:System.InvalidOperationException">if there is a problem in verification or content verifier creation.</exception>
            <exception cref="T:System.InvalidOperationException">if POP not appropriate.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateRequestMessage.GetEncoded">
            <summary>
            Return the ASN.1 encoding of the certReqMsg we wrap.
            </summary>
            <returns>a byte array containing the binary encoding of the certReqMsg.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crmf.CertificateResponse">
            <summary>High level wrapper for the CertResponse CRMF structure.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.CertificateResponse.HasEncryptedCertificate">
             Return true if the response contains an encrypted certificate.
            
             @return true if certificate in response encrypted, false otherwise.
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateResponse.GetEncryptedCertificate">
             Return a CMSEnvelopedData representing the encrypted certificate contained in the response.
            
             @return a CMEEnvelopedData if an encrypted certificate is present.
             @throws IllegalStateException if no encrypted certificate is present, or there is an issue with the enveloped data.
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateResponse.GetCertificate">
             Return the CMPCertificate representing the plaintext certificate in the response.
            
             @return a CMPCertificate if a plaintext certificate is present.
             @throws IllegalStateException if no plaintext certificate is present.
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateResponse.ToAsn1Structure">
             Return this object's underlying ASN.1 structure.
            
             @return a CertResponse
        </member>
        <member name="T:Org.BouncyCastle.Crmf.CertificateResponseBuilder">
            <summary>Builder for CertificateResponse objects (the CertResponse CRMF equivalent).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateResponseBuilder.#ctor(Org.BouncyCastle.Asn1.DerInteger,Org.BouncyCastle.Asn1.Cmp.PkiStatusInfo)">
             Base constructor.
            
             @param certReqId the request ID for the response.
             @param statusInfo the status info to associate with the response.
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateResponseBuilder.WithCertificate(Org.BouncyCastle.X509.X509Certificate)">
             Specify the certificate to assign to this response (in plaintext).
            
             @param certificate the X.509 PK certificate to include.
             @return the current builder.
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateResponseBuilder.WithCertificate(Org.BouncyCastle.Asn1.Cmp.CmpCertificate)">
             Specify the certificate to assign to this response (in plaintext).
            
             @param cmpCertificate the X.509 PK certificate to include.
             @return the current builder.
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateResponseBuilder.WithCertificate(Org.BouncyCastle.Cms.CmsEnvelopedData)">
             Specify the encrypted certificate to assign to this response (in plaintext).
            
             @param encryptedCertificate an encrypted
             @return the current builder.
        </member>
        <member name="M:Org.BouncyCastle.Crmf.CertificateResponseBuilder.WithResponseInfo(System.Byte[])">
             Specify the response info field on the response.
            
             @param responseInfo a response info string.
             @return the current builder.
        </member>
        <member name="M:Org.BouncyCastle.Crmf.EncryptedValueBuilder.#ctor(Org.BouncyCastle.Crypto.IKeyWrapper,Org.BouncyCastle.Crypto.ICipherBuilderWithKey)">
            
             Create a builder that makes EncryptedValue structures.
            
             <param name="wrapper">wrapper a wrapper for key used to encrypt the actual data contained in the EncryptedValue.</param>
             <param name="encryptor">encryptor  an output encryptor to encrypt the actual data contained in the EncryptedValue. </param>
            
        </member>
        <member name="M:Org.BouncyCastle.Crmf.EncryptedValueBuilder.#ctor(Org.BouncyCastle.Crypto.IKeyWrapper,Org.BouncyCastle.Crypto.ICipherBuilderWithKey,Org.BouncyCastle.Crmf.IEncryptedValuePadder)">
            
             Create a builder that makes EncryptedValue structures with fixed length blocks padded using the passed in padder.
            
             <param name="wrapper">a wrapper for key used to encrypt the actual data contained in the EncryptedValue.</param>
             <param name="encryptor">encryptor  an output encryptor to encrypt the actual data contained in the EncryptedValue.</param>
             <param name="padder">padder a padder to ensure that the EncryptedValue created will always be a constant length.</param>
            
        </member>
        <member name="M:Org.BouncyCastle.Crmf.EncryptedValueBuilder.Build(System.Char[])">
            
             Build an EncryptedValue structure containing the passed in pass phrase.
            
             <param name="revocationPassphrase">a revocation pass phrase.</param>
            <returns>an EncryptedValue containing the encrypted pass phrase.</returns>       
            
        </member>
        <member name="M:Org.BouncyCastle.Crmf.EncryptedValueBuilder.Build(Org.BouncyCastle.X509.X509Certificate)">
            <summary>
             Build an EncryptedValue structure containing the certificate contained in
             the passed in holder.
            </summary>
             <param name="holder">a holder containing a certificate.</param>
              <returns>an EncryptedValue containing the encrypted certificate.</returns>
             <exception cref="T:Org.BouncyCastle.Crmf.CrmfException">on a failure to encrypt the data, or wrap the symmetric key for this value.</exception>
            
        </member>
        <member name="M:Org.BouncyCastle.Crmf.EncryptedValueBuilder.Build(Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo)">
            <summary>
             Build an EncryptedValue structure containing the private key contained in
             the passed info structure.
            </summary>
             <param name="privateKeyInfo">a PKCS#8 private key info structure.</param>
             <returns>an EncryptedValue containing an EncryptedPrivateKeyInfo structure.</returns>
             <exception cref="T:Org.BouncyCastle.Crmf.CrmfException">on a failure to encrypt the data, or wrap the symmetric key for this value.</exception>
            
        </member>
        <member name="T:Org.BouncyCastle.Crmf.EncryptedValueParser">
            <summary>Parser for EncryptedValue structures.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.EncryptedValueParser.#ctor(Org.BouncyCastle.Asn1.Crmf.EncryptedValue)">
             Basic constructor - create a parser to read the passed in value.
            
             @param value the value to be parsed.
        </member>
        <member name="M:Org.BouncyCastle.Crmf.EncryptedValueParser.#ctor(Org.BouncyCastle.Asn1.Crmf.EncryptedValue,Org.BouncyCastle.Crmf.IEncryptedValuePadder)">
             Create a parser to read the passed in value, assuming the padder was
             applied to the data prior to encryption.
            
             @param value  the value to be parsed.
             @param padder the padder to be used to remove padding from the decrypted value..
        </member>
        <member name="T:Org.BouncyCastle.Crmf.IControl">
            <summary>
            Generic interface for a CertificateRequestMessage control value.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.IControl.Type">
            <summary>
            Return the type of this control.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.IControl.Value">
            <summary>
            Return the value contained in this control object.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crmf.IEncryptedValuePadder">
            <summary>
            An encrypted value padder is used to make sure that prior to a value been
            encrypted the data is padded to a standard length.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.IEncryptedValuePadder.GetPaddedData(System.Byte[])">
            
             <summary>Return a byte array of padded data.</summary>
            
             <param name="data">the data to be padded.</param>
             <returns>a padded byte array containing data.</returns>
            
        </member>
        <member name="M:Org.BouncyCastle.Crmf.IEncryptedValuePadder.GetUnpaddedData(System.Byte[])">
            
             <summary>Return a byte array of with padding removed.</summary>
            
             <param name="paddedData">the data to be padded.</param>
             <returns>an array containing the original unpadded data.</returns>
            
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PkiArchiveControl.#ctor(Org.BouncyCastle.Asn1.Crmf.PkiArchiveOptions)">
            <summary>
            Basic constructor - build from an PKIArchiveOptions structure.
            </summary>
            <param name="pkiArchiveOptions">the ASN.1 structure that will underlie this control.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.PkiArchiveControl.Type">
            <summary>
            Return the type of this control.
            </summary>
            <returns>CRMFObjectIdentifiers.id_regCtrl_pkiArchiveOptions</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.PkiArchiveControl.Value">
            <summary>
            Return the underlying ASN.1 object.
            </summary>
            <returns>a PKIArchiveOptions structure.</returns>    
        </member>
        <member name="P:Org.BouncyCastle.Crmf.PkiArchiveControl.ArchiveType">
            <summary>
            Return the archive control type, one of: encryptedPrivKey,keyGenParameters,or archiveRemGenPrivKey.
            </summary>
            <returns>the archive control type.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.PkiArchiveControl.EnvelopedData">
            <summary>
            Return whether this control contains enveloped data.
            </summary>
            <returns>true if the control contains enveloped data, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PkiArchiveControl.IsEnvelopedData">
            <summary>
            Return whether this control contains enveloped data.
            </summary>
            <returns>true if the control contains enveloped data, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PkiArchiveControl.GetEnvelopedData">
            <summary>
            Return the enveloped data structure contained in this control.
            </summary>
            <returns>a CMSEnvelopedData object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PkiArchiveControlBuilder.#ctor(Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo,Org.BouncyCastle.Asn1.X509.GeneralName)">
             <summary>
            Basic constructor - specify the contents of the PKIArchiveControl structure.
             </summary>
             <param name="privateKeyInfo">the private key to be archived.</param>
             <param name="generalName">the general name to be associated with the private key.</param>
            
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PkiArchiveControlBuilder.AddRecipientGenerator(Org.BouncyCastle.Cms.RecipientInfoGenerator)">
            <summary>Add a recipient generator to this control.</summary>
            <param name="recipientGen"> recipient generator created for a specific recipient.</param>
            <returns>this builder object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PkiArchiveControlBuilder.Build(Org.BouncyCastle.Crypto.ICipherBuilderWithKey)">
            <summary>Build the PKIArchiveControl using the passed in encryptor to encrypt its contents.</summary>
            <param name="contentEncryptor">a suitable content encryptor.</param>
            <returns>a PKIArchiveControl object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PKMacBuilder.#ctor">
            <summary>
            Default, IterationCount = 1000, OIW=IdSha1, Mac=HmacSHA1
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PKMacBuilder.#ctor(Org.BouncyCastle.Crmf.IPKMacPrimitivesProvider)">
            <summary>
            Defaults with IPKMacPrimitivesProvider
            </summary>
            <param name="provider"></param>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PKMacBuilder.#ctor(Org.BouncyCastle.Crmf.IPKMacPrimitivesProvider,Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier)">
            <summary>
            Create.
            </summary>
            <param name="provider">The Mac provider</param>
            <param name="digestAlgorithmIdentifier">Digest Algorithm Id</param>
            <param name="macAlgorithmIdentifier">Mac Algorithm Id</param>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PKMacBuilder.#ctor(Org.BouncyCastle.Crmf.IPKMacPrimitivesProvider,System.Int32)">
            <summary>
            Create a PKMAC builder enforcing a ceiling on the maximum iteration count.
            </summary>
            <param name="provider">supporting calculator</param>
            <param name="maxIterations">max allowable value for iteration count.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PKMacBuilder.SetSaltLength(System.Int32)">
             Set the salt length in octets.
            
             @param saltLength length in octets of the salt to be generated.
             @return the generator
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PKMacBuilder.SetIterationCount(System.Int32)">
            <summary>
            Set the iteration count.
            </summary>
            <param name="iterationCount">the iteration count.</param>
            <returns>this</returns>
            <exception cref="T:System.ArgumentException">if iteration count is less than 100</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PKMacBuilder.SetSecureRandom(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            The Secure random
            </summary>
            <param name="random">The random.</param>
            <returns>this</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PKMacBuilder.SetParameters(Org.BouncyCastle.Asn1.Cmp.PbmParameter)">
            <summary>
            Set PbmParameters
            </summary>
            <param name="parameters">The parameters.</param>
            <returns>this</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.PKMacBuilder.Build(System.Char[])">
            <summary>
            Build an IMacFactory.
            </summary>
            <param name="password">The password.</param>
            <returns>IMacFactory</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.RegTokenControl.#ctor(Org.BouncyCastle.Asn1.DerUtf8String)">
            <summary>
            Basic constructor - build from a UTF-8 string representing the token.
            </summary>
            <param name="token">UTF-8 string representing the token.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crmf.RegTokenControl.#ctor(System.String)">
            <summary>
            Basic constructor - build from a string representing the token.
            </summary>
            <param name="token">string representing the token.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.RegTokenControl.Type">
            <summary>
            Return the type of this control.
            </summary>
            <returns>CRMFObjectIdentifiers.id_regCtrl_regToken</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crmf.RegTokenControl.Value">
            <summary>
            Return the token associated with this control (a UTF8String).
            </summary>
            <returns>a UTF8String.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.DHAgreement">
            <summary>
            A Diffie-Hellman key exchange engine.
            </summary>
            <remarks>
            This uses MTI/A0 key agreement in order to make the key agreement secure against passive attacks. If you're
            doing Diffie-Hellman and both parties have long term public keys you should look at using this. For further
            information have a look at RFC 2631.
            <para>
            It's possible to extend this to more than two parties as well, for the moment that is left as an exercise for
            the reader.
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.DHAgreement.CalculateMessage">
            <summary>Calculate our initial message.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.DHAgreement.CalculateAgreement(Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Given a message from a given party and the corresponding public key calculate the next message in the
            agreement sequence. In this case this will represent the shared secret.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.DHBasicAgreement">
            <summary>
            A Diffie-Hellman key agreement class.
            </summary>
            <remarks>
            This is only the basic algorithm, it doesn't take advantage of long term public keys if they are available. See
            the DHAgreement class for a "better" implementation.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.DHBasicAgreement.CalculateAgreement(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Given a short term public key from a given party calculate the next message in the agreement sequence.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.DHStandardGroups">
            <summary>Standard Diffie-Hellman groups from various IETF specifications.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.ECDHBasicAgreement">
            <summary>P1363 7.2.1 ECSVDP-DH.</summary>
            <remarks>
            ECSVDP-DH is Elliptic Curve Secret Value Derivation Primitive, Diffie-Hellman version. It is based on the work
            of [DH76], [Mil86], and [Kob87]. This primitive derives a shared secret value from one party's private key and
            another party's public key, where both have the same set of EC domain parameters. If two parties correctly
            execute this primitive, they will produce the same output. This primitive can be invoked by a scheme to derive a
            shared secret key; specifically, it may be used with the schemes ECKAS-DH1 and DL/ECKAS-DH2. It assumes that the
            input keys are valid (see also Section 7.2.2).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.ECDHCBasicAgreement">
             P1363 7.2.2 ECSVDP-DHC
            
             ECSVDP-DHC is Elliptic Curve Secret Value Derivation Primitive,
             Diffie-Hellman version with cofactor multiplication. It is based on
             the work of [DH76], [Mil86], [Kob87], [LMQ98] and [Kal98a]. This
             primitive derives a shared secret value from one party's private key
             and another party's public key, where both have the same set of EC
             domain parameters. If two parties correctly execute this primitive,
             they will produce the same output. This primitive can be invoked by a
             scheme to derive a shared secret key; specifically, it may be used
             with the schemes ECKAS-DH1 and DL/ECKAS-DH2. It does not assume the
             validity of the input public key (see also Section 7.2.1).
             <p>
             Note: As stated P1363 compatibility mode with ECDH can be preset, and
             in this case the implementation doesn't have a ECDH compatibility mode
             (if you want that just use ECDHBasicAgreement and note they both implement
             BasicAgreement!).</p>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.ECVkoAgreement">
            <summary>
            GOST VKO key agreement class - RFC 7836 Section 4.3 
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant">
             <summary>
             A participant in a Password Authenticated Key Exchange by Juggling (J-PAKE) exchange.
            
             The J-PAKE exchange is defined by Feng Hao and Peter Ryan in the paper
             <a href="http://grouper.ieee.org/groups/1363/Research/contributions/hao-ryan-2008.pdf">
             "Password Authenticated Key Exchange by Juggling, 2008."</a>
            
             The J-PAKE protocol is symmetric.
             There is no notion of a <i>client</i> or <i>server</i>, but rather just two <i>participants</i>.
             An instance of JPakeParticipant represents one participant, and
             is the primary interface for executing the exchange.
            
             To execute an exchange, construct a JPakeParticipant on each end,
             and call the following 7 methods
             (once and only once, in the given order, for each participant, sending messages between them as described):
            
             CreateRound1PayloadToSend() - and send the payload to the other participant
             ValidateRound1PayloadReceived(JPakeRound1Payload) - use the payload received from the other participant
             CreateRound2PayloadToSend() - and send the payload to the other participant
             ValidateRound2PayloadReceived(JPakeRound2Payload) - use the payload received from the other participant
             CalculateKeyingMaterial()
             CreateRound3PayloadToSend(BigInteger) - and send the payload to the other participant
             ValidateRound3PayloadReceived(JPakeRound3Payload, BigInteger) - use the payload received from the other participant
            
             Each side should derive a session key from the keying material returned by CalculateKeyingMaterial().
             The caller is responsible for deriving the session key using a secure key derivation function (KDF).
            
             Round 3 is an optional key confirmation process.
             If you do not execute round 3, then there is no assurance that both participants are using the same key.
             (i.e. if the participants used different passwords, then their session keys will differ.)
            
             If the round 3 validation succeeds, then the keys are guaranteed to be the same on both sides.
            
             The symmetric design can easily support the asymmetric cases when one party initiates the communication.
             e.g. Sometimes the round1 payload and round2 payload may be sent in one pass.
             Also, in some cases, the key confirmation payload can be sent together with the round2 payload.
             These are the trivial techniques to optimize the communication.
            
             The key confirmation process is implemented as specified in
             <a href="http://csrc.nist.gov/publications/nistpubs/800-56A/SP800-56A_Revision1_Mar08-2007.pdf">NIST SP 800-56A Revision 1</a>,
             Section 8.2 Unilateral Key Confirmation for Key Agreement Schemes.
            
             This class is stateful and NOT threadsafe.
             Each instance should only be used for ONE complete J-PAKE exchange
             (i.e. a new JPakeParticipant should be constructed for each new J-PAKE exchange).
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.#ctor(System.String,System.Char[])">
             <summary>
             Convenience constructor for a new JPakeParticipant that uses
             the JPakePrimeOrderGroups#NIST_3072 prime order group,
             a SHA-256 digest, and a default SecureRandom implementation.
            
             After construction, the State state will be STATE_INITIALIZED.
             
             Throws NullReferenceException if any argument is null. Throws
             ArgumentException if password is empty.
             </summary>
             <param name="participantId">Unique identifier of this participant.
                  The two participants in the exchange must NOT share the same id.</param>
             <param name="password">Shared secret.
                  A defensive copy of this array is made (and cleared once CalculateKeyingMaterial() is called).
                  Caller should clear the input password as soon as possible.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.#ctor(System.String,System.Char[],Org.BouncyCastle.Crypto.Agreement.JPake.JPakePrimeOrderGroup)">
             <summary>
             Convenience constructor for a new JPakeParticipant that uses
             a SHA-256 digest, and a default SecureRandom implementation.
            
             After construction, the State state will be STATE_INITIALIZED.
             
             Throws NullReferenceException if any argument is null. Throws
             ArgumentException if password is empty.
             </summary>
             <param name="participantId">Unique identifier of this participant.
                  The two participants in the exchange must NOT share the same id.</param>
             <param name="password">Shared secret.
                  A defensive copy of this array is made (and cleared once CalculateKeyingMaterial() is called).
                  Caller should clear the input password as soon as possible.</param>
             <param name="group">Prime order group. See JPakePrimeOrderGroups for standard groups.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.#ctor(System.String,System.Char[],Org.BouncyCastle.Crypto.Agreement.JPake.JPakePrimeOrderGroup,Org.BouncyCastle.Crypto.IDigest,Org.BouncyCastle.Security.SecureRandom)">
             <summary>
             Constructor for a new JPakeParticipant.
            
             After construction, the State state will be STATE_INITIALIZED.
             
             Throws NullReferenceException if any argument is null. Throws
             ArgumentException if password is empty.
             </summary>
             <param name="participantId">Unique identifier of this participant.
                  The two participants in the exchange must NOT share the same id.</param>
             <param name="password">Shared secret.
                  A defensive copy of this array is made (and cleared once CalculateKeyingMaterial() is called).
                  Caller should clear the input password as soon as possible.</param>
             <param name="group">Prime order group. See JPakePrimeOrderGroups for standard groups.</param>
             <param name="digest">Digest to use during zero knowledge proofs and key confirmation
                 (SHA-256 or stronger preferred).</param>
             <param name="random">Source of secure random data for x1 and x2, and for the zero knowledge proofs.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.State">
            <summary>
            Gets the current state of this participant.
            See the <tt>STATE_*</tt> constants for possible values.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.CreateRound1PayloadToSend">
             <summary>
             Creates and returns the payload to send to the other participant during round 1.
            
             After execution, the State state} will be STATE_ROUND_1_CREATED}.
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.ValidateRound1PayloadReceived(Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound1Payload)">
             <summary>
             Validates the payload received from the other participant during round 1.
            
             Must be called prior to CreateRound2PayloadToSend().
            
             After execution, the State state will be  STATE_ROUND_1_VALIDATED.
             
             Throws CryptoException if validation fails. Throws InvalidOperationException
             if called multiple times.
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.CreateRound2PayloadToSend">
             <summary>
             Creates and returns the payload to send to the other participant during round 2.
            
             ValidateRound1PayloadReceived(JPakeRound1Payload) must be called prior to this method.
            
             After execution, the State state will be  STATE_ROUND_2_CREATED.
            
             Throws InvalidOperationException if called prior to ValidateRound1PayloadReceived(JPakeRound1Payload), or multiple times
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.ValidateRound2PayloadReceived(Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound2Payload)">
             <summary>
             Validates the payload received from the other participant during round 2.
             Note that this DOES NOT detect a non-common password.
             The only indication of a non-common password is through derivation
             of different keys (which can be detected explicitly by executing round 3 and round 4)
            
             Must be called prior to CalculateKeyingMaterial().
            
             After execution, the State state will be STATE_ROUND_2_VALIDATED.
            
             Throws CryptoException if validation fails. Throws
             InvalidOperationException if called prior to ValidateRound1PayloadReceived(JPakeRound1Payload), or multiple times
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.CalculateKeyingMaterial">
             <summary>
             Calculates and returns the key material.
             A session key must be derived from this key material using a secure key derivation function (KDF).
             The KDF used to derive the key is handled externally (i.e. not by JPakeParticipant).
            
             The keying material will be identical for each participant if and only if
             each participant's password is the same.  i.e. If the participants do not
             share the same password, then each participant will derive a different key.
             Therefore, if you immediately start using a key derived from
             the keying material, then you must handle detection of incorrect keys.
             If you want to handle this detection explicitly, you can optionally perform
             rounds 3 and 4.  See JPakeParticipant for details on how to execute
             rounds 3 and 4.
            
             The keying material will be in the range <tt>[0, p-1]</tt>.
            
             ValidateRound2PayloadReceived(JPakeRound2Payload) must be called prior to this method.
             
             As a side effect, the internal password array is cleared, since it is no longer needed.
            
             After execution, the State state will be STATE_KEY_CALCULATED.
            
             Throws InvalidOperationException if called prior to ValidateRound2PayloadReceived(JPakeRound2Payload),
             or if called multiple times.
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.CreateRound3PayloadToSend(Org.BouncyCastle.Math.BigInteger)">
             <summary>
             Creates and returns the payload to send to the other participant during round 3.
            
             See JPakeParticipant for more details on round 3.
            
             After execution, the State state} will be  STATE_ROUND_3_CREATED.
             Throws InvalidOperationException if called prior to CalculateKeyingMaterial, or multiple
             times.
             </summary>
             <param name="keyingMaterial">The keying material as returned from CalculateKeyingMaterial().</param> 
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeParticipant.ValidateRound3PayloadReceived(Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound3Payload,Org.BouncyCastle.Math.BigInteger)">
             <summary>
             Validates the payload received from the other participant during round 3.
            
             See JPakeParticipant for more details on round 3.
            
             After execution, the State state will be STATE_ROUND_3_VALIDATED.
             
             Throws CryptoException if validation fails. Throws InvalidOperationException if called prior to
             CalculateKeyingMaterial or multiple times
             </summary>
             <param name="round3PayloadReceived">The round 3 payload received from the other participant.</param> 
             <param name="keyingMaterial">The keying material as returned from CalculateKeyingMaterial().</param> 
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.JPake.JPakePrimeOrderGroup">
             <summary>
             A pre-computed prime order group for use during a J-PAKE exchange.
            
             Typically a Schnorr group is used.  In general, J-PAKE can use any prime order group
             that is suitable for public key cryptography, including elliptic curve cryptography.
            
             See JPakePrimeOrderGroups for convenient standard groups.
            
             NIST <a href="http://csrc.nist.gov/groups/ST/toolkit/documents/Examples/DSA2_All.pdf">publishes</a>
             many groups that can be used for the desired level of security.
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakePrimeOrderGroup.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
             <summary>
             Constructs a new JPakePrimeOrderGroup.
            
             In general, you should use one of the pre-approved groups from
             JPakePrimeOrderGroups, rather than manually constructing one.
            
             The following basic checks are performed:
            
             p-1 must be evenly divisible by q
             g must be in [2, p-1]
             g^q mod p must equal 1
             p must be prime (within reasonably certainty)
             q must be prime (within reasonably certainty)
            
             The prime checks are performed using BigInteger#isProbablePrime(int),
             and are therefore subject to the same probability guarantees.
            
             These checks prevent trivial mistakes.
             However, due to the small uncertainties if p and q are not prime,
             advanced attacks are not prevented.
             Use it at your own risk.
             
             Throws NullReferenceException if any argument is null. Throws
             InvalidOperationException is any of the above validations fail.
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakePrimeOrderGroup.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,System.Boolean)">
            <summary>
            Constructor used by the pre-approved groups in JPakePrimeOrderGroups.
            These pre-approved groups can avoid the expensive checks.
            User-specified groups should not use this constructor.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.JPake.JPakePrimeOrderGroups">
            <summary>
            Standard pre-computed prime order groups for use by J-PAKE.
            (J-PAKE can use pre-computed prime order groups, same as DSA and Diffie-Hellman.)
            <p/>
            This class contains some convenient constants for use as input for
            constructing {@link JPAKEParticipant}s.
            <p/>
            The prime order groups below are taken from Sun's JDK JavaDoc (docs/guide/security/CryptoSpec.html#AppB),
            and from the prime order groups
            <a href="http://csrc.nist.gov/groups/ST/toolkit/documents/Examples/DSA2_All.pdf">published by NIST</a>.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakePrimeOrderGroups.SUN_JCE_1024">
            <summary>
            From Sun's JDK JavaDoc (docs/guide/security/CryptoSpec.html#AppB)
            1024-bit p, 160-bit q and 1024-bit g for 80-bit security.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakePrimeOrderGroups.NIST_2048">
            <summary>
            From NIST.
            2048-bit p, 224-bit q and 2048-bit g for 112-bit security.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakePrimeOrderGroups.NIST_3072">
            <summary>
            From NIST.
            3072-bit p, 256-bit q and 3072-bit g for 128-bit security.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound1Payload">
            <summary>
            The payload sent/received during the first round of a J-PAKE exchange.
            
            Each JPAKEParticipant creates and sends an instance of this payload to
            the other. The payload to send should be created via 
            JPAKEParticipant.CreateRound1PayloadToSend().
            
            Each participant must also validate the payload received from the other.
            The received payload should be validated via 
            JPAKEParticipant.ValidateRound1PayloadReceived(JPakeRound1Payload).
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound1Payload.participantId">
            <summary>
            The id of the JPAKEParticipant who created/sent this payload.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound1Payload.gx1">
            <summary>
            The value of g^x1
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound1Payload.gx2">
            <summary>
            The value of g^x2
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound1Payload.knowledgeProofForX1">
            <summary>
            The zero knowledge proof for x1.
            
            This is a two element array, containing {g^v, r} for x1.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound1Payload.knowledgeProofForX2">
            <summary>
            The zero knowledge proof for x2.
            
            This is a two element array, containing {g^v, r} for x2.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound2Payload">
            <summary>
            The payload sent/received during the second round of a J-PAKE exchange.
            
            Each JPAKEParticipant creates and sends an instance
            of this payload to the other JPAKEParticipant.
            The payload to send should be created via
            JPAKEParticipant#createRound2PayloadToSend()
            
            Each JPAKEParticipant must also validate the payload
            received from the other JPAKEParticipant.
            The received payload should be validated via
            JPAKEParticipant#validateRound2PayloadReceived(JPakeRound2Payload)
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound2Payload.participantId">
            <summary>
            The id of the JPAKEParticipant who created/sent this payload.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound2Payload.a">
            <summary>
            The value of A, as computed during round 2.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound2Payload.knowledgeProofForX2s">
            <summary>
            The zero knowledge proof for x2 * s.
            
            This is a two element array, containing {g^v, r} for x2 * s.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound3Payload">
             <summary>
             The payload sent/received during the optional third round of a J-PAKE exchange,
             which is for explicit key confirmation.
            
             Each JPAKEParticipant creates and sends an instance
             of this payload to the other JPAKEParticipant.
             The payload to send should be created via
             JPAKEParticipant#createRound3PayloadToSend(BigInteger)
            
             Eeach JPAKEParticipant must also validate the payload
             received from the other JPAKEParticipant.
             The received payload should be validated via
             JPAKEParticipant#validateRound3PayloadReceived(JPakeRound3Payload, BigInteger)
             </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound3Payload.participantId">
            <summary>
            The id of the {@link JPAKEParticipant} who created/sent this payload.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeRound3Payload.macTag">
            <summary>
            The value of MacTag, as computed by round 3.
            
            See JPAKEUtil#calculateMacTag(string, string, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, Org.BouncyCastle.Crypto.Digest)
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities">
            <summary>
            Primitives needed for a J-PAKE exchange.
            
            The recommended way to perform a J-PAKE exchange is by using
            two JPAKEParticipants.  Internally, those participants
            call these primitive operations in JPakeUtilities.
            
            The primitives, however, can be used without a JPAKEParticipant if needed.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.GenerateX1(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Return a value that can be used as x1 or x3 during round 1.
            The returned value is a random value in the range [0, q-1].
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.GenerateX2(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Return a value that can be used as x2 or x4 during round 1.
            The returned value is a random value in the range [1, q-1].
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateS(System.Char[])">
            <summary>
            Converts the given password to a BigInteger
            for use in arithmetic calculations.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateS(Org.BouncyCastle.Math.BigInteger,System.Byte[])">
            <summary>Converts the given password to a BigInteger mod q.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateS(Org.BouncyCastle.Math.BigInteger,System.Char[])">
            <summary>Converts the given password (UTF8 encoded) to a BigInteger mod q.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateGx(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Calculate g^x mod p as done in round 1.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateGA(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Calculate ga as done in round 2.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateX2s(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Calculate x2 * s as done in round 2.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateA(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Calculate A as done in round 2. 
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateZeroKnowledgeProof(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,System.String,Org.BouncyCastle.Crypto.IDigest,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Calculate a zero knowledge proof of x using Schnorr's signature.
            The returned array has two elements {g^v, r = v-x*h} for x.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.ValidateGx4(Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Validates that g^x4 is not 1.
            throws CryptoException if g^x4 is 1
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.ValidateGa(Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Validates that ga is not 1.
            
            As described by Feng Hao...
            Alice could simply check ga != 1 to ensure it is a generator.
            In fact, as we will explain in Section 3, (x1 + x3 + x4 ) is random over Zq even in the face of active attacks.
            Hence, the probability for ga = 1 is extremely small - on the order of 2^160 for 160-bit q.
            
            throws CryptoException if ga is 1
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.ValidateZeroKnowledgeProof(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger[],System.String,Org.BouncyCastle.Crypto.IDigest)">
            <summary>
            Validates the zero knowledge proof (generated by
            calculateZeroKnowledgeProof(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, string, Digest, SecureRandom)
            is correct.
            
            throws CryptoException if the zero knowledge proof is not correct
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateKeyingMaterial(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Calculates the keying material, which can be done after round 2 has completed.
            A session key must be derived from this key material using a secure key derivation function (KDF).
            The KDF used to derive the key is handled externally (i.e. not by JPAKEParticipant).
            
            KeyingMaterial = (B/g^{x2*x4*s})^x2
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.ValidateParticipantIdsDiffer(System.String,System.String)">
             <summary>
             Validates that the given participant ids are not equal.
             (For the J-PAKE exchange, each participant must use a unique id.)
            
             Throws CryptoException if the participantId strings are equal.
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.ValidateParticipantIdsEqual(System.String,System.String)">
            <summary>
            Validates that the given participant ids are equal.
            This is used to ensure that the payloads received from
            each round all come from the same participant.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.ValidateNotNull(System.Object,System.String)">
            <summary>
            Validates that the given object is not null.
            throws NullReferenceException if the object is null.
            </summary>
            <param name="obj">object in question</param>
            <param name="description">name of the object (to be used in exception message)</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateMacTag(System.String,System.String,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.IDigest)">
             <summary>
             Calculates the MacTag (to be used for key confirmation), as defined by
             <a href="http://csrc.nist.gov/publications/nistpubs/800-56A/SP800-56A_Revision1_Mar08-2007.pdf">NIST SP 800-56A Revision 1</a>,
             Section 8.2 Unilateral Key Confirmation for Key Agreement Schemes.
            
             MacTag = HMAC(MacKey, MacLen, MacData)
             MacKey = H(K || "JPAKE_KC")
             MacData = "KC_1_U" || participantId || partnerParticipantId || gx1 || gx2 || gx3 || gx4
            
             Note that both participants use "KC_1_U" because the sender of the round 3 message
             is always the initiator for key confirmation.
            
             HMAC = {@link HMac} used with the given {@link Digest}
             H = The given {@link Digest}
             MacLen = length of MacTag
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.CalculateMacKey(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.IDigest)">
            <summary>
            Calculates the MacKey (i.e. the key to use when calculating the MagTag for key confirmation).
            
            MacKey = H(K || "JPAKE_KC")
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.JPake.JPakeUtilities.ValidateMacTag(System.String,System.String,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.IDigest,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Validates the MacTag received from the partner participant.
            
            throws CryptoException if the participantId strings are equal.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator">
            <summary>Generator for Concatenation Key Derivation Function defined in NIST SP 800-56A, Sect 5.8.1</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator.#ctor(Org.BouncyCastle.Crypto.IDigest)">
            <param name="digest">the digest to be used as the source of generated bytes</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator.Digest">
            <summary>the underlying digest.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Kdf.ConcatenationKdfGenerator.GenerateBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>Fill <c>len</c> bytes of the output buffer with bytes generated from the derivation function.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.Kdf.DHKekGenerator">
            <summary>RFC 2631 Diffie-hellman KEK derivation function.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.Kdf.ECDHKekGenerator">
            X9.63 based key derivation function for ECDH CMS.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.SM2KeyExchange">
            <summary>
            SM2 Key Exchange protocol - based on https://tools.ietf.org/html/draft-shen-sm2-ecdsa-02
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client">
            Implements the client side SRP-6a protocol. Note that this class is stateful, and therefore NOT threadsafe.
            This implementation of SRP is based on the optimized message sequence put forth by Thomas Wu in the paper
            "SRP-6: Improvements and Refinements to the Secure Remote Password Protocol, 2002"
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client.Init(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.IDigest,Org.BouncyCastle.Security.SecureRandom)">
            Initialises the client to begin new authentication attempt
            @param N The safe prime associated with the client's verifier
            @param g The group parameter associated with the client's verifier
            @param digest The digest algorithm associated with the client's verifier
            @param random For key generation
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client.GenerateClientCredentials(System.Byte[],System.Byte[],System.Byte[])">
            Generates client's credentials given the client's salt, identity and password
            @param salt The salt used in the client's verifier.
            @param identity The user's identity (eg. username)
            @param password The user's password
            @return Client's public value to send to server
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client.CalculateSecret(Org.BouncyCastle.Math.BigInteger)">
            Generates client's verification message given the server's credentials
            @param serverB The server's credentials
            @return Client's verification message for the server
            @throws CryptoException If server's credentials are invalid
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client.CalculateClientEvidenceMessage">
            Computes the client evidence message M1 using the previously received values.
            To be called after calculating the secret S.
            @return M1: the client side generated evidence message
            @throws CryptoException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client.VerifyServerEvidenceMessage(Org.BouncyCastle.Math.BigInteger)">
            Authenticates the server evidence message M2 received and saves it only if correct.
            @param M2: the server side generated evidence message
            @return A boolean indicating if the server message M2 was the expected one.
            @throws CryptoException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Client.CalculateSessionKey">
            Computes the final session key as a result of the SRP successful mutual authentication
            To be called after verifying the server evidence message M2.
            @return Key: the mutually authenticated symmetric session key
            @throws CryptoException
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server">
            Implements the server side SRP-6a protocol. Note that this class is stateful, and therefore NOT threadsafe.
            This implementation of SRP is based on the optimized message sequence put forth by Thomas Wu in the paper
            "SRP-6: Improvements and Refinements to the Secure Remote Password Protocol, 2002"
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server.Init(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.IDigest,Org.BouncyCastle.Security.SecureRandom)">
            Initialises the server to accept a new client authentication attempt
            @param N The safe prime associated with the client's verifier
            @param g The group parameter associated with the client's verifier
            @param v The client's verifier
            @param digest The digest algorithm associated with the client's verifier
            @param random For key generation
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server.GenerateServerCredentials">
            Generates the server's credentials that are to be sent to the client.
            @return The server's public value to the client
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server.CalculateSecret(Org.BouncyCastle.Math.BigInteger)">
            Processes the client's credentials. If valid the shared secret is generated and returned.
            @param clientA The client's credentials
            @return A shared secret BigInteger
            @throws CryptoException If client's credentials are invalid
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server.VerifyClientEvidenceMessage(Org.BouncyCastle.Math.BigInteger)">
            Authenticates the received client evidence message M1 and saves it only if correct.
            To be called after calculating the secret S.
            @param M1: the client side generated evidence message
            @return A boolean indicating if the client message M1 was the expected one.
            @throws CryptoException 
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server.CalculateServerEvidenceMessage">
            Computes the server evidence message M2 using the previously verified values.
            To be called after successfully verifying the client evidence message M1.
            @return M2: the server side generated evidence message
            @throws CryptoException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Server.CalculateSessionKey">
            Computes the final session key as a result of the SRP successful mutual authentication
            To be called after calculating the server evidence message M2.
            @return Key: the mutual authenticated symmetric session key
            @throws CryptoException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities.CalculateM1(Org.BouncyCastle.Crypto.IDigest,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            Computes the client evidence message (M1) according to the standard routine:
            M1 = H( A | B | S )
            @param digest The Digest used as the hashing function H
            @param N Modulus used to get the pad length
            @param A The public client value
            @param B The public server value
            @param S The secret calculated by both sides
            @return M1 The calculated client evidence message
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities.CalculateM2(Org.BouncyCastle.Crypto.IDigest,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            Computes the server evidence message (M2) according to the standard routine:
            M2 = H( A | M1 | S )
            @param digest The Digest used as the hashing function H
            @param N Modulus used to get the pad length
            @param A The public client value
            @param M1 The client evidence message
            @param S The secret calculated by both sides
            @return M2 The calculated server evidence message
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6Utilities.CalculateKey(Org.BouncyCastle.Crypto.IDigest,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            Computes the final Key according to the standard routine: Key = H(S)
            @param digest The Digest used as the hashing function H
            @param N Modulus used to get the pad length
            @param S The secret calculated by both sides
            @return
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator">
            Generates new SRP verifier for user
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator.Init(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.IDigest)">
            Initialises generator to create new verifiers
            @param N The safe prime to use (see DHParametersGenerator)
            @param g The group parameter to use (see DHParametersGenerator)
            @param digest The digest to use. The same digest type will need to be used later for the actual authentication
            attempt. Also note that the final session key size is dependent on the chosen digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.Srp.Srp6VerifierGenerator.GenerateVerifier(System.Byte[],System.Byte[],System.Byte[])">
            Creates a new SRP verifier
            @param salt The salt to use, generally should be large and random
            @param identity The user's identifying information (eg. username)
            @param password The user's password
            @return A new verifier for use in future SRP authentication
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.X25519Agreement">
            <summary>
            X25519 (RFC 7748) Diffie-Hellman raw agreement. Init takes the local
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters"/>; <see cref="M:Org.BouncyCastle.Crypto.Agreement.X25519Agreement.CalculateAgreement(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32)"/>
            writes the 32-byte shared secret derived against the peer's
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.X25519Agreement.Init(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Capture the local private key used for subsequent agreements.</summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="parameters"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters"/>.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Agreement.X25519Agreement.AgreementSize">
            <summary>Length in bytes of the shared secret produced by the agreement (32).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.X25519Agreement.CalculateAgreement(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32)">
            <summary>
            Perform the agreement against <paramref name="publicKey"/> and write the shared secret into
            <paramref name="buf"/> starting at <paramref name="off"/>.
            </summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="publicKey"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters"/>.</exception>
            <exception cref="T:System.InvalidOperationException">If the agreement produces an all-zero secret
            (degenerate peer key).</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Agreement.X448Agreement">
            <summary>
            X448 (RFC 7748) Diffie-Hellman raw agreement. Init takes the local
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters"/>; <see cref="M:Org.BouncyCastle.Crypto.Agreement.X448Agreement.CalculateAgreement(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32)"/>
            writes the 56-byte shared secret derived against the peer's
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.X448Agreement.Init(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Capture the local private key used for subsequent agreements.</summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="parameters"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters"/>.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Agreement.X448Agreement.AgreementSize">
            <summary>Length in bytes of the shared secret produced by the agreement (56).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Agreement.X448Agreement.CalculateAgreement(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32)">
            <summary>
            Perform the agreement against <paramref name="publicKey"/> and write the shared secret into
            <paramref name="buf"/> starting at <paramref name="off"/>.
            </summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="publicKey"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters"/>.</exception>
            <exception cref="T:System.InvalidOperationException">If the agreement produces an all-zero secret
            (degenerate peer key).</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair">
            <summary>A holding class for public/private key parameter pairs.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair.#ctor(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>Basic constructor.</summary>
            <param name="publicParameter">A public key parameters object.</param>
            <param name="privateParameter">The corresponding private key parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair.Public">
            <summary>Return the public key parameters.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair.Private">
            <summary>Return the private key parameters.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.BufferedAeadBlockCipher">
            The AEAD block ciphers already handle buffering internally, so this class
            just takes care of implementing IBufferedCipher methods.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise the cipher.
            
             @param forEncryption if true the cipher is initialised for
              encryption, if false for decryption.
             @param param the key and other data required by the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadBlockCipher.GetBlockSize">
             return the blocksize for the underlying cipher.
            
             @return the blocksize for the underlying cipher.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadBlockCipher.GetUpdateOutputSize(System.Int32)">
             return the size of the output buffer required for an update
             an input of len bytes.
            
             @param len the length of the input.
             @return the space required to accommodate a call to update
             with len bytes of input.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadBlockCipher.GetOutputSize(System.Int32)">
             return the size of the output buffer required for an update plus a
             doFinal with an input of len bytes.
            
             @param len the length of the input.
             @return the space required to accommodate a call to update and doFinal
             with len bytes of input.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadBlockCipher.ProcessByte(System.Byte,System.Byte[],System.Int32)">
             process a single byte, producing an output block if necessary.
            
             @param in the input byte.
             @param out the space for any output that might be produced.
             @param outOff the offset from which the output will be copied.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there isn't enough space in out.
             @exception InvalidOperationException if the cipher isn't initialised.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadBlockCipher.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
             process an array of bytes, producing output if necessary.
            
             @param in the input byte array.
             @param inOff the offset at which the input data starts.
             @param len the number of bytes to be copied out of the input array.
             @param out the space for any output that might be produced.
             @param outOff the offset from which the output will be copied.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there isn't enough space in out.
             @exception InvalidOperationException if the cipher isn't initialised.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadBlockCipher.DoFinal(System.Byte[],System.Int32)">
             Process the last block in the buffer.
            
             @param out the array the block currently being held is copied into.
             @param outOff the offset at which the copying starts.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there is insufficient space in out for
             the output, or the input is not block size aligned and should be.
             @exception InvalidOperationException if the underlying cipher is not
             initialised.
             @exception InvalidCipherTextException if padding is expected and not found.
             @exception DataLengthException if the input is not block size
             aligned.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadBlockCipher.Reset">
            Reset the buffer and cipher. After resetting the object is in the same
            state as it was after the last init (if there was one).
        </member>
        <member name="T:Org.BouncyCastle.Crypto.BufferedAeadCipher">
            The AEAD ciphers already handle buffering internally, so this class
            just takes care of implementing IBufferedCipher methods.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise the cipher.
            
             @param forEncryption if true the cipher is initialised for
              encryption, if false for decryption.
             @param param the key and other data required by the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadCipher.GetBlockSize">
             return the blocksize for the underlying cipher.
            
             @return the blocksize for the underlying cipher.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadCipher.GetUpdateOutputSize(System.Int32)">
             return the size of the output buffer required for an update
             an input of len bytes.
            
             @param len the length of the input.
             @return the space required to accommodate a call to update
             with len bytes of input.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadCipher.GetOutputSize(System.Int32)">
             return the size of the output buffer required for an update plus a
             doFinal with an input of len bytes.
            
             @param len the length of the input.
             @return the space required to accommodate a call to update and doFinal
             with len bytes of input.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadCipher.ProcessByte(System.Byte,System.Byte[],System.Int32)">
             process a single byte, producing an output block if necessary.
            
             @param in the input byte.
             @param out the space for any output that might be produced.
             @param outOff the offset from which the output will be copied.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there isn't enough space in out.
             @exception InvalidOperationException if the cipher isn't initialised.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadCipher.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
             process an array of bytes, producing output if necessary.
            
             @param in the input byte array.
             @param inOff the offset at which the input data starts.
             @param len the number of bytes to be copied out of the input array.
             @param out the space for any output that might be produced.
             @param outOff the offset from which the output will be copied.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there isn't enough space in out.
             @exception InvalidOperationException if the cipher isn't initialised.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadCipher.DoFinal(System.Byte[],System.Int32)">
             Process the last block in the buffer.
            
             @param out the array the block currently being held is copied into.
             @param outOff the offset at which the copying starts.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there is insufficient space in out for
             the output, or the input is not block size aligned and should be.
             @exception InvalidOperationException if the underlying cipher is not
             initialised.
             @exception InvalidCipherTextException if padding is expected and not found.
             @exception DataLengthException if the input is not block size
             aligned.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAeadCipher.Reset">
            Reset the buffer and cipher. After resetting the object is in the same
            state as it was after the last init (if there was one).
        </member>
        <member name="T:Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher">
            a buffer wrapper for an asymmetric block cipher, allowing input
            to be accumulated in a piecemeal fashion until final processing.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher)">
             base constructor.
            
             @param cipher the cipher this buffering object wraps.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher.GetBufferPosition">
             return the amount of data sitting in the buffer.
            
             @return the amount of data sitting in the buffer.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise the buffer and the underlying cipher.
            
             @param forEncryption if true the cipher is initialised for
              encryption, if false for decryption.
             @param param the key and other data required by the cipher.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher.DoFinal">
             process the contents of the buffer using the underlying
             cipher.
            
             @return the result of the encryption/decryption process on the
             buffer.
             @exception InvalidCipherTextException if we are given a garbage block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedAsymmetricBlockCipher.Reset">
            <summary>Reset the buffer</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.BufferedBlockCipher">
            <summary>
            A wrapper class that allows block ciphers to be used to process data in a piecemeal fashion.
            </summary>
            <remarks>
            The <see cref="T:Org.BouncyCastle.Crypto.BufferedBlockCipher"/> outputs a block only when the buffer is full and more data is being
            added, or on a <c>DoFinal</c>. In the case where the underlying cipher is a stream-oriented mode (like CFB
            or OFB), the last block may not be a multiple of the block size.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.BufferedBlockCipher.buf">
            <summary>The buffer where data is stored before being processed by the cipher.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.BufferedBlockCipher.bufOff">
            <summary>The current position in the buffer.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.BufferedBlockCipher.forEncryption">
            <summary>True if initialised for encryption, false for decryption.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.BufferedBlockCipher.m_cipherMode">
            <summary>The underlying cipher mode we are wrapping.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.#ctor">
            <summary>
            Constructor for subclasses.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
            <summary>
            Basic constructor.
            </summary>
            <param name="cipher">The underlying block cipher.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.#ctor(Org.BouncyCastle.Crypto.Modes.IBlockCipherMode)">
            <summary>
            Create a buffered block cipher without padding.
            </summary>
            <param name="cipherMode">The underlying block cipher mode this buffering object wraps.</param>
            <exception cref="T:System.ArgumentNullException">If <paramref name="cipherMode"/> is null.</exception>
            <exception cref="T:System.ArgumentException">If the block size is non-positive.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.BufferedBlockCipher.AlgorithmName">
            <summary>
            The algorithm name for the underlying cipher.
            </summary>
            <returns>The name of the underlying algorithm.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialise the cipher.
            </summary>
            <param name="forEncryption">If true the cipher is initialised for encryption, if false for decryption.
            </param>
            <param name="parameters">The key and other data required by the cipher.</param>
            <exception cref="T:System.ArgumentException">If the parameters argument is inappropriate.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.GetBlockSize">
            <summary>
            Return the block size for the underlying cipher.
            </summary>
            <returns>The block size in bytes.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.GetOutputSize(System.Int32)">
            <summary>
            Return the size of the output buffer required for an update plus a DoFinal with an input of
            <paramref name="length"/> bytes.
            </summary>
            <param name="length">The length of the input.</param>
            <returns>
            The space required to accommodate a call to update and DoFinal with <paramref name="length"/> bytes of
            input.
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.GetUpdateOutputSize(System.Int32)">
            <summary>
            Return the size of the output buffer required for an update with an input of <paramref name="length"/>
            bytes.
            </summary>
            <param name="length">The length of the input.</param>
            <returns>The space required to accommodate a call to update with <paramref name="length"/> bytes of
            input.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.ProcessByte(System.Byte)">
            <summary>
            Process a single byte, returning the produced output.
            </summary>
            <param name="input">The input byte.</param>
            <returns>A byte array containing the produced output, or <c>null</c> if no output is produced.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.ProcessByte(System.Byte,System.Byte[],System.Int32)">
            <summary>
            Process a single byte, producing an output block if necessary.
            </summary>
            <param name="input">The input byte.</param>
            <param name="output">The buffer for any output that might be produced.</param>
            <param name="outOff">The offset from which the output will be copied.</param>
            <returns>The number of output bytes copied to <paramref name="output"/>.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">If there isn't enough space in <paramref name="output"/>.</exception>
            <exception cref="T:System.InvalidOperationException">If the cipher isn't initialised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.ProcessBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Process an array of bytes, returning the produced output.
            </summary>
            <param name="input">The input byte array.</param>
            <param name="inOff">The offset at which the input data starts.</param>
            <param name="length">The number of bytes to be processed.</param>
            <returns>A byte array containing the produced output, or <c>null</c> if no output is produced.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="input"/> is null.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Process an array of bytes, producing output if necessary.
            </summary>
            <param name="input">The input byte array.</param>
            <param name="inOff">The offset at which the input data starts.</param>
            <param name="length">The number of bytes to be copied out of the input array.</param>
            <param name="output">The buffer for any output that might be produced.</param>
            <param name="outOff">The offset from which the output will be copied.</param>
            <returns>The number of output bytes copied to <paramref name="output"/>.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">If there isn't enough space in <paramref name="output"/>.</exception>
            <exception cref="T:System.InvalidOperationException">If the cipher isn't initialised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.DoFinal">
            <summary>
            Process any remaining bytes in the buffer, returning the produced output.
            </summary>
            <returns>A byte array containing the produced output.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">If the padding is corrupted.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.DoFinal(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Process an array of bytes plus any remaining bytes in the buffer, returning the produced output.
            </summary>
            <param name="input">The input byte array.</param>
            <param name="inOff">The offset at which the input data starts.</param>
            <param name="inLen">The number of bytes to be processed.</param>
            <returns>A byte array containing the produced output.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="input"/> is null.</exception>
            <exception cref="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">If the padding is corrupted.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.DoFinal(System.Byte[],System.Int32)">
            <summary>
            Process the last block in the buffer.
            </summary>
            <param name="output">The array the block currently being held is copied into.</param>
            <param name="outOff">The offset at which the copying starts.</param>
            <returns>The number of output bytes copied to <paramref name="output"/>.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">If there is insufficient space in <paramref name="output"/>, or the
            input is not block size aligned.</exception>
            <exception cref="T:System.InvalidOperationException">If the underlying cipher is not initialised.</exception>
            <exception cref="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">If padding is expected and not found.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.BufferedBlockCipher.Reset">
            <summary>
            Reset the buffer and cipher.
            </summary>
            <remarks>
            After resetting, the object is in the same state as it was after the last init (if there was one).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.CipherKeyGenerator">
            <summary>The base class for symmetric, or secret, cipher key generators.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.CipherKeyGenerator.Init(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
            <summary>Initialise the key generator.</summary>
            <param name="parameters">The parameters to be used for key generation</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.CipherKeyGenerator.GenerateKey">
            <summary>Generate a secret key.</summary>
            <returns>A byte array containing the key value.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.DataLengthException">
            <summary>This exception is thrown if a buffer that is meant to have output copied into it turns out to be too
            short, or if we've been given insufficient input.</summary>
            <remarks>
            In general this exception will get thrown rather than an <see cref="T:System.IndexOutOfRangeException"/>.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.AsconCXof128">
            <summary>Ascon-CXOF128, from NIST Special Publication (SP) 800-232.</summary>
            <remarks>
            Additional details and the specification can be found in:
            <a href="https://csrc.nist.gov/pubs/sp/800/232/final">NIST SP 800-232</a>.
            For reference source code and implementation details, please see:
            <a href="https://github.com/ascon/ascon-c">Reference, highly optimized, masked C and
            ASM implementations of Ascon (NIST SP 800-232)</a>.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.AsconDigest">
            <summary>ASCON v1.2 Hash, https://ascon.iaik.tugraz.at/ .</summary>
            <remarks>
            https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/ascon-spec-final.pdf<br/>
            ASCON v1.2 Hash with reference to C Reference Impl from: https://github.com/ascon/ascon-c .
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.AsconHash256">
            <summary>Ascon-Hash256, from NIST Special Publication (SP) 800-232.</summary>
            <remarks>
            Additional details and the specification can be found in:
            <a href="https://csrc.nist.gov/pubs/sp/800/232/final">NIST SP 800-232</a>.
            For reference source code and implementation details, please see:
            <a href="https://github.com/ascon/ascon-c">Reference, highly optimized, masked C and
            ASM implementations of Ascon (NIST SP 800-232)</a>.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.AsconXof">
            <summary>ASCON v1.2 XOF, https://ascon.iaik.tugraz.at/ .</summary>
            <remarks>
            https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/ascon-spec-final.pdf<br/>
            ASCON v1.2 XOF with reference to C Reference Impl from: https://github.com/ascon/ascon-c .
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.AsconXof128">
            <summary>Ascon-XOF128, from NIST Special Publication (SP) 800-232.</summary>
            <remarks>
            Additional details and the specification can be found in:
            <a href="https://csrc.nist.gov/pubs/sp/800/232/final">NIST SP 800-232</a>.
            For reference source code and implementation details, please see:
            <a href="https://github.com/ascon/ascon-c">Reference, highly optimized, masked C and
            ASM implementations of Ascon (NIST SP 800-232)</a>.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Blake2bDigest">
            <summary>
            Implementation of the cryptographic hash function BLAKE2b. BLAKE2b is optimized for 64-bit platforms and
            produces digests of any size between 1 and 64 bytes.
            </summary>
            <remarks>
            <para>
            BLAKE2b offers a built-in keying mechanism to be used directly for authentication ("Prefix-MAC") rather than an
            HMAC construction.
            </para>
            <para>
            BLAKE2b offers built-in support for a salt for randomized hashing and a personal string for defining a unique
            hash function for each application.
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.#ctor">
            <summary>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2bDigest"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.#ctor(Org.BouncyCastle.Crypto.Digests.Blake2bDigest)">
            <summary>
            Constructs a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2bDigest"/> from another <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2bDigest"/>./>.
            </summary>
            <param name="digest">The original instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2bDigest"/> that is copied.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2bDigest"/> with a given digest size.
            </summary>
            <param name="digestSize">Digest size in bits.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.#ctor(System.Byte[])">
            <summary>
            <para>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2bDigest"/> with a key.
            </para>
            
            BLAKE2b for authentication ("Prefix-MAC mode").
            After calling the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.DoFinal(System.Byte[],System.Int32)"/> method, the key will
            remain to be used for further computations of this instance.
            The key can be cleared using the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.ClearKey"/> method.
            </summary>
            <param name="key">A key up to 64 bytes or null.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.#ctor(System.Byte[],System.Int32,System.Byte[],System.Byte[])">
            <summary>
            <para>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2bDigest"/> with a key, required digest length (in bytes), salt and personalization.
            </para>
            
            After calling the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.DoFinal(System.Byte[],System.Int32)"/> method, the key, the salt and the personalization
            will remain and might be used for further computations with this instance.
            The key can be overwritten using the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.ClearKey"/> method, the salt (pepper)
            can be overwritten using the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.ClearSalt"/> method.
            </summary>
            <param name="key">A key up to 64 bytes or null.</param>
            <param name="digestLength">Digest length from 1 to 64 bytes.</param>
            <param name="salt">A 16 bytes or nullable salt.</param>
            <param name="personalization">A 16 bytes or null personalization.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.Update(System.Byte)">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.DoFinal(System.Byte[],System.Int32)">
            <summary>Close the digest, producing the final digest value.</summary>
            <remarks>
             The <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.DoFinal(System.Byte[],System.Int32)"/> call leaves the digest reset. 
             Key, salt and personal string remain.
            </remarks>
            <param name="output">The byte array the digest is to be copied into.</param>
            <param name="outOffset">The offset into the byte array the digest is to start at.</param>
            <returns>The number of bytes written.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.Reset">
            <summary>
            Reset the digest back to it's initial state.
            The key, the salt and the personalization will remain for further computations.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.AlgorithmName">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.GetDigestSize">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.GetByteLength">
            <summary>
             Return the size in bytes of the internal buffer the digest applies it's compression 
             function to.
             </summary>
            <returns>The byte length of the digests internal buffer.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.ClearKey">
            <summary>
            Clears the key.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2bDigest.ClearSalt">
            <summary>
            Clears the salt (pepper).
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Blake2sDigest">
            <summary>
            Implementation of the cryptographic hash function BLAKE2s. BLAKE2s is optimized for 32-bit platforms and
            produces digests of any size between 1 and 32 bytes.
            </summary>
            <remarks>
            <para>
            BLAKE2s offers a built-in keying mechanism to be used directly for authentication ("Prefix-MAC") rather than an
            HMAC construction.
            </para>
            <para>
            BLAKE2s offers built-in support for a salt for randomized hashing and a personal string for defining a unique
            hash function for each application.
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.#ctor">
            <summary>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2sDigest"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.#ctor(Org.BouncyCastle.Crypto.Digests.Blake2sDigest)">
            <summary>
            Constructs a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2sDigest"/> from another <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2sDigest"/>./>.
            </summary>
            <param name="digest">The original instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2sDigest"/> that is copied.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2sDigest"/> with a given digest size.
            </summary>
            <param name="digestBits">Digest size in bits.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.#ctor(System.Byte[])">
            <summary>
            <para>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2sDigest"/> with a key.
            </para>
            
            BLAKE2s for authentication ("Prefix-MAC mode").
            After calling the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.DoFinal(System.Byte[],System.Int32)"/> method, the key will
            remain to be used for further computations of this instance.
            The key can be cleared using the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.ClearKey"/> method.
            </summary>
            <param name="key">A key up to 32 bytes or null.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.#ctor(System.Byte[],System.Int32,System.Byte[],System.Byte[])">
            <summary>
            <para>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2sDigest"/> with a key, required digest length (in bytes), salt and personalization.
            </para>
            
            After calling the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.DoFinal(System.Byte[],System.Int32)"/> method, the key, the salt and the personalization
            will remain and might be used for further computations with this instance.
            The key can be overwritten using the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.ClearKey"/> method, the salt (pepper)
            can be overwritten using the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.ClearSalt"/> method.
            </summary>
            <param name="key">A key up to 32 bytes or null.</param>
            <param name="digestBytes">Digest length from 1 to 32 bytes.</param>
            <param name="salt">A 8 bytes or nullable salt.</param>
            <param name="personalization">A 8 bytes or null personalization.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.Update(System.Byte)">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.DoFinal(System.Byte[],System.Int32)">
            <summary>Close the digest, producing the final digest value.</summary>
            <remarks>
             The <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.DoFinal(System.Byte[],System.Int32)"/> call leaves the digest reset. 
             Key, salt and personal string remain.
            </remarks>
            <param name="output">The byte array the digest is to be copied into.</param>
            <param name="outOffset">The offset into the byte array the digest is to start at.</param>
            <returns>The number of bytes written.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.Reset">
            <summary>
            Reset the digest back to it's initial state.
            The key, the salt and the personalization will remain for further computations.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.AlgorithmName">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.GetDigestSize">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.GetByteLength">
            <summary>
             Return the size in bytes of the internal buffer the digest applies it's compression 
             function to.
             </summary>
            <returns>The byte length of the digests internal buffer.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.ClearKey">
            <summary>
            Clears the key.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2sDigest.ClearSalt">
            <summary>
            Clears the salt (pepper).
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest">
            <summary>
            Implementation of the eXtendable Output Function (XOF) BLAKE2xs.
            BLAKE2xs is optimized for 32-bit platforms and produces digests of any size
            between 1 and 2^16-2 bytes. The length can also be unknown and then the maximum
            length will be 2^32 blocks of 32 bytes.
            </summary>
            
            <remarks>
            <para>
            BLAKE2xs offers a built-in keying mechanism to be used directly
            for authentication ("Prefix-MAC") rather than a HMAC construction.
            </para>
            <para>
            BLAKE2xs offers a built-in support for a salt for randomized hashing
            and a personal string for defining a unique hash function for each application.
            </para>
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.UnknownDigestLength">
            Magic number to indicate an unknown length of digest
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.digestLength">
            Expected digest length for the xof. It can be unknown.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.hash">
            Root hash that will take the updates
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.h0">
            Digest of the root hash
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.buf">
            Digest of each round of the XOF
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.bufPos">
            Current position for a round
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.digestPos">
            Overall position of the digest. It is useful when the length is known
            in advance to get last block length.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.blockPos">
            Keep track of the round number to detect the end of the digest after
            2^32 blocks of 32 bytes.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.nodeOffset">
            Current node offset incremented by 1 every round.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.#ctor">
            <summary>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest"/> for hashing an unknown digest length.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.#ctor(System.Int32)">
            <summary>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest"/> with a given digest size.
            </summary>
            <param name="digestBytes">The desired digest length in bytes. Must be above 1 and less than 2^16-1.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.#ctor(System.Int32,System.Byte[])">
            <summary>
            <para>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2bDigest"/> with a key and given digest length.
            </para>
            After calling the <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.DoFinal(System.Byte[],System.Int32)"/> method, the key will
            remain to be used for further computations of this instance.
            </summary>
            <param name="digestBytes">The desired digest length in bytes. Must be above 1 and less than 2^16-1.</param>
            <param name="key">A key up to 32 bytes or null.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.#ctor(System.Int32,System.Byte[],System.Byte[],System.Byte[])">
            <summary>
            <para>
            Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest"/> with a key, required digest length (in bytes), salt and personalization.
            </para>
            </summary>
            <param name="digestBytes">The desired digest length in bytes. Must be above 1 and less than 2^16-1.</param>
            <param name="key">A key up to 32 bytes or null.</param>
            <param name="salt">A 8 bytes or null salt.</param>
            <param name="personalization">A 8 bytes or null personalization.</param>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.#ctor(Org.BouncyCastle.Crypto.Digests.Blake2xsDigest)">
            <summary>
            Constructs a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest"/> from another <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest"/>./>.
            </summary>
            <param name="digest">The original instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest"/> that is copied.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.AlgorithmName">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.GetDigestSize">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.GetByteLength">
            <summary>
             Return the size in bytes of the internal buffer the digest applies it's compression 
             function to.
             </summary>
            <returns>The byte length of the digests internal buffer.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.GetUnknownMaxLength">
            <summary>
             Return the maximum size in bytes the digest can produce when the length
             is unknown
            </summary>
            <returns>The byte length of the largest digest with unknown length</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.Update(System.Byte)">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc />
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.Reset">
            <summary>
            Reset the digest back to it's initial state.
            The key, the salt and the personalization will remain for further computations.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.DoFinal(System.Byte[],System.Int32)">
            <summary>Close the digest, producing the final digest value.</summary>
            <remarks>
             The <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.DoFinal(System.Byte[],System.Int32)"/> call leaves the digest reset. 
             Key, salt and personal string remain.
            </remarks>
            <param name="output">The byte array the digest is to be copied into.</param>
            <param name="outOff">The offset into the byte array the digest is to start at.</param>
            <returns>The number of bytes written.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.OutputFinal(System.Byte[],System.Int32,System.Int32)">
            <summary>Close the digest, producing the final digest value.</summary>
            <remarks>
             The <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.OutputFinal(System.Byte[],System.Int32,System.Int32)"/> call leaves the digest reset. 
             Key, salt and personal string remain.
            </remarks>
            <param name="output">The output array to write the output bytes to.</param>
            <param name="outOff">The offset to start writing the bytes at.</param>
            <param name="outLen">The number of output bytes requested.</param>
            <returns>The number of bytes written.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.Output(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Start outputting the results of the final calculation for this digest. Unlike <see cref="M:Org.BouncyCastle.Crypto.Digests.Blake2xsDigest.DoFinal(System.Byte[],System.Int32)"/>, this method
            will continue producing output until the Xof is explicitly reset, or signals otherwise.
            </summary>
            <param name="output">The output array to write the output bytes to.</param>
            <param name="outOff">The offset to start writing the bytes at.</param>
            <param name="outLen">The number of output bytes requested.</param>
            <returns>The number of bytes written.</returns>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.ERR_OUTPUTTING">
            Already outputting error.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.NUMWORDS">
            Number of Words.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.ROUNDS">
            Number of Rounds.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.BLOCKLEN">
            Buffer length.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHUNKLEN">
            Chunk length.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHUNKSTART">
            ChunkStart Flag.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHUNKEND">
            ChunkEnd Flag.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.PARENT">
            Parent Flag.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.ROOT">
            Root Flag.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.KEYEDHASH">
            KeyedHash Flag.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.DERIVECONTEXT">
            DeriveContext Flag.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.DERIVEKEY">
            DeriveKey Flag.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHAINING0">
            Chaining0 State Locations.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHAINING1">
            Chaining1 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHAINING2">
            Chaining2 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHAINING3">
            Chaining3 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHAINING4">
            Chaining4 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHAINING5">
            Chaining5 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHAINING6">
            Chaining6 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CHAINING7">
            Chaining7 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.IV0">
            IV0 State Locations.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.IV1">
            IV1 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.IV2">
            IV2 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.IV3">
            IV3 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.COUNT0">
            Count0 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.COUNT1">
            Count1 State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.DATALEN">
            DataLen State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.FLAGS">
            Flags State Location.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.SIGMA">
            Message word permutations.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.IV">
            Blake3 Initialization Vector.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theBuffer">
            The byte input/output buffer.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theK">
            The key.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theChaining">
            The chaining value.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theV">
            The state.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theM">
            The message Buffer.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theIndices">
            The indices.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theStack">
            The chainingStack.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theDigestLen">
            The default digestLength.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_outputting">
            Are we outputting?
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_outputAvailable">
            How many more bytes can we output?
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theMode">
            The current mode.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theOutputMode">
            The output mode.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theOutputDataLen">
            The output dataLen.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theCounter">
            The block counter.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_theCurrBytes">
            The # of bytes in the current block.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Blake3Digest.m_thePos">
            The position of the next byte in the buffer.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.#ctor(System.Int32)">
            <param name="pDigestSize">the default digest size (in bits)</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.#ctor(Org.BouncyCastle.Crypto.Digests.Blake3Digest)">
             Constructor.
            
             @param pSource the source digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.Init(Org.BouncyCastle.Crypto.Parameters.Blake3Parameters)">
             Initialise.
            
             @param pParams the parameters.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CompressBlock(System.Byte[],System.Int32)">
             Compress next block of the message.
            
             @param pMessage the message buffer
             @param pMsgPos  the position within the message buffer
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.InitM(System.Byte[],System.Int32)">
             Initialise M from message.
            
             @param pMessage the source message
             @param pMsgPos  the message position
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.AdjustStack">
            Adjust the stack.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.CompressFinalBlock(System.Int32)">
             Compress final block.
            
             @param pDataLen the data length
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.ProcessStack">
            Process the stack.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.Compress">
            Perform compression.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.PerformRound">
            Perform a round.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.AdjustChaining">
            Adjust Chaining after compression.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.MixG(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
             Mix function G.
            
             @param msgIdx the message index
             @param posA   position A in V
             @param posB   position B in V
             @param posC   position C in V
             @param posD   poistion D in V
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.InitIndices">
            initialise the indices.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.PermuteIndices">
            PermuteIndices.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.InitNullKey">
            Initialise null key.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.InitKey(System.Byte[])">
             Initialise key.
            
             @param pKey the keyBytes
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.InitKeyFromContext">
            Initialise key from context.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.InitChunkBlock(System.Int32,System.Boolean)">
             Initialise chunk block.
            
             @param pDataLen the dataLength
             @param pFinal   is this the final chunk?
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.InitParentBlock">
            Initialise parent block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.NextOutputBlock">
            Initialise output block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.IncrementBlockCount">
            IncrementBlockCount.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.ResetBlockCount">
            ResetBlockCount.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Blake3Digest.SetRoot">
            Set root indication.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.CShakeDigest">
            <summary>
            Customizable SHAKE function.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.CShakeDigest.#ctor(System.Int32,System.Byte[],System.Byte[])">
            <summary>
            Base constructor
            </summary>
            <param name="bitLength">bit length of the underlying SHAKE function, 128 or 256.</param>
            <param name="N">the function name string, note this is reserved for use by NIST. Avoid using it if not required.</param>
            <param name="S">the customization string - available for local use.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Dstu7564Digest">
            implementation of Ukrainian DSTU 7564 hash function
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.GeneralDigest">
            base implementation of MD4 family style digest as outlined in
            "Handbook of Applied Cryptography", pages 344 - 347.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Gost3411Digest">
            implementation of GOST R 34.11-94
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Gost3411Digest.#ctor">
            Standard constructor
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Gost3411Digest.#ctor(System.Byte[])">
            Constructor to allow use of a particular sbox with GOST28147
            @see GOST28147Engine#getSBox(String)
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Gost3411Digest.#ctor(Org.BouncyCastle.Crypto.Digests.Gost3411Digest)">
            Copy constructor.  This will copy the state of the provided
            message digest.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.Gost3411Digest.C2">
            reset the chaining variables to the IV values.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.KeccakDigest">
            <summary>
            Implementation of Keccak based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
            </summary>
            <remarks>
            Following the naming conventions used in the C source code to enable easy review of the implementation.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.KeccakDigest.GetByteLength">
             Return the size of block that the compression function is applied to in bytes.
            
             @return internal byte length of a block.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.LongDigest">
            Base class for SHA-384 and SHA-512.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.LongDigest.#ctor">
            Constructor for variable length word
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.LongDigest.#ctor(Org.BouncyCastle.Crypto.Digests.LongDigest)">
            Copy constructor.  We are using copy constructors in place
            of the object.Clone() interface as this interface is not
            supported by J2ME.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.LongDigest.AdjustByteCounts">
            adjust the byte counts so that byteCount2 represents the
            upper long (less 3 bits) word of the byte count.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.MD2Digest">
            implementation of MD2
            as outlined in RFC1319 by B.Kaliski from RSA Laboratories April 1992
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Digests.MD2Digest.AlgorithmName">
             return the algorithm name
            
             @return the algorithm name
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.MD2Digest.DoFinal(System.Byte[],System.Int32)">
             Close the digest, producing the final digest value. The doFinal
             call leaves the digest reset.
            
             @param out the array the digest is to be copied into.
             @param outOff the offset into the out array the digest is to start at.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.MD2Digest.Reset">
            reset the digest back to it's initial state.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.MD2Digest.Update(System.Byte)">
             update the message digest with a single byte.
            
             @param in the input byte to be entered.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.MD2Digest.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
             update the message digest with a block of bytes.
            
             @param in the byte array containing the data.
             @param inOff the offset into the byte array where the data starts.
             @param len the length of the data.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.MD4Digest">
            implementation of MD4 as RFC 1320 by R. Rivest, MIT Laboratory for
            Computer Science and RSA Data Security, Inc.
            <p>
            <b>NOTE</b>: This algorithm is only included for backwards compatibility
            with legacy applications, it's not secure, don't use it for anything new!</p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.MD4Digest.#ctor">
            Standard constructor
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.MD4Digest.#ctor(Org.BouncyCastle.Crypto.Digests.MD4Digest)">
            Copy constructor.  This will copy the state of the provided
            message digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.MD4Digest.Reset">
            reset the chaining variables to the IV values.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.MD5Digest">
            implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.MD5Digest.#ctor(Org.BouncyCastle.Crypto.Digests.MD5Digest)">
            Copy constructor.  This will copy the state of the provided
            message digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.MD5Digest.Reset">
            reset the chaining variables to the IV values.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.NonMemoableDigest">
            Wrapper removes exposure to the IMemoable interface on an IDigest implementation.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.NonMemoableDigest.#ctor(Org.BouncyCastle.Crypto.IDigest)">
             Base constructor.
            
             @param baseDigest underlying digest to use.
             @exception IllegalArgumentException if baseDigest is null
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.ParallelHash">
            <summary>
            ParallelHash - a hash designed  to  support the efficient hashing of very long strings, by taking advantage,
            of the parallelism available in modern processors with an optional XOF mode.
            <para>
            From NIST Special Publication 800-185 - SHA-3 Derived Functions:cSHAKE, KMAC, TupleHash and ParallelHash
            </para>
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.ParallelHash.#ctor(System.Int32,System.Byte[],System.Int32)">
             Base constructor.
            
             @param bitLength bit length of the underlying SHAKE function, 128 or 256.
             @param S the customization string - available for local use.
             @param B the blocksize (in bytes) for hashing.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.PhotonBeetleDigest">
            Photon-Beetle, https://www.isical.ac.in/~lightweight/beetle/
            https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/readonlyist-round/updated-spec-doc/photon-beetle-spec-readonly.pdf
            <p>
            Photon-Beetle with reference to C Reference Impl from: https://github.com/PHOTON-Beetle/Software
            </p>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.RipeMD128Digest">
            implementation of RipeMD128
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD128Digest.#ctor">
            Standard constructor
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD128Digest.#ctor(Org.BouncyCastle.Crypto.Digests.RipeMD128Digest)">
            Copy constructor.  This will copy the state of the provided
            message digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD128Digest.Reset">
            reset the chaining variables to the IV values.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.RipeMD160Digest">
            implementation of RipeMD see,
            http://www.esat.kuleuven.ac.be/~bosselae/ripemd160.html
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD160Digest.#ctor">
            Standard constructor
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD160Digest.#ctor(Org.BouncyCastle.Crypto.Digests.RipeMD160Digest)">
            Copy constructor.  This will copy the state of the provided
            message digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD160Digest.Reset">
            reset the chaining variables to the IV values.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.RipeMD256Digest">
            <remarks>
            <p>Implementation of RipeMD256.</p>
            <p><b>Note:</b> this algorithm offers the same level of security as RipeMD128.</p>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD256Digest.#ctor">
            <summary> Standard constructor</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD256Digest.#ctor(Org.BouncyCastle.Crypto.Digests.RipeMD256Digest)">
            <summary> Copy constructor.  This will copy the state of the provided
            message digest.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD256Digest.Reset">
            <summary> reset the chaining variables to the IV values.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.RipeMD320Digest">
            <remarks>
            <p>Implementation of RipeMD 320.</p>
            <p><b>Note:</b> this algorithm offers the same level of security as RipeMD160.</p>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD320Digest.#ctor">
            <summary> Standard constructor</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD320Digest.#ctor(Org.BouncyCastle.Crypto.Digests.RipeMD320Digest)">
            <summary> Copy constructor.  This will copy the state of the provided
            message digest.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.RipeMD320Digest.Reset">
            <summary> reset the chaining variables to the IV values.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Sha1Digest">
             implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.
            
             It is interesting to ponder why the, apart from the extra IV, the other difference here from MD5
             is the "endianness" of the word processing!
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha1Digest.#ctor(Org.BouncyCastle.Crypto.Digests.Sha1Digest)">
            Copy constructor.  This will copy the state of the provided
            message digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha1Digest.Reset">
            reset the chaining variables
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Sha224Digest">
            SHA-224 as described in RFC 3874
            <pre>
                    block  word  digest
            SHA-1   512    32    160
            SHA-224 512    32    224
            SHA-256 512    32    256
            SHA-384 1024   64    384
            SHA-512 1024   64    512
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha224Digest.#ctor">
            Standard constructor
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha224Digest.#ctor(Org.BouncyCastle.Crypto.Digests.Sha224Digest)">
            Copy constructor.  This will copy the state of the provided
            message digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha224Digest.Reset">
            reset the chaining variables
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Sha256Digest">
            <summary>Implementation of SHA-256 as defined in FIPS 180-2.</summary>
            <remarks>
            <pre>
                    block  word  digest
            SHA-1   512    32    160
            SHA-256 512    32    256
            SHA-384 1024   64    384
            SHA-512 1024   64    512
            </pre>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha256Digest.#ctor">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Sha256Digest"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha256Digest.#ctor(Org.BouncyCastle.Crypto.Digests.Sha256Digest)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Sha256Digest"/> from an existing one.</summary>
            <param name="t">The digest to copy from.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha256Digest.Reset">
            reset the chaining variables
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Sha384Digest">
             Draft FIPS 180-2 implementation of SHA-384. <b>Note:</b> As this is
             based on a draft this implementation is subject to change.
            
             <pre>
                     block  word  digest
             SHA-1   512    32    160
             SHA-256 512    32    256
             SHA-384 1024   64    384
             SHA-512 1024   64    512
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha384Digest.#ctor(Org.BouncyCastle.Crypto.Digests.Sha384Digest)">
            Copy constructor.  This will copy the state of the provided
            message digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha384Digest.Reset">
            reset the chaining variables
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Sha3Digest">
            <summary>
            Implementation of SHA-3 based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
            </summary>
            <remarks>
            Following the naming conventions used in the C source code to enable easy review of the implementation.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Sha512Digest">
            <summary>Implementation of SHA-512 as defined in FIPS 180-2.</summary>
            <remarks>
            <pre>
                    block  word  digest
            SHA-1   512    32    160
            SHA-256 512    32    256
            SHA-384 1024   64    384
            SHA-512 1024   64    512
            </pre>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha512Digest.#ctor">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Sha512Digest"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha512Digest.#ctor(Org.BouncyCastle.Crypto.Digests.Sha512Digest)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Digests.Sha512Digest"/> from an existing one.</summary>
            <param name="t">The digest to copy from.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha512Digest.Reset">
            reset the chaining variables
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.Sha512tDigest">
            FIPS 180-4 implementation of SHA-512/t
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha512tDigest.#ctor(System.Int32)">
            Standard constructor
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha512tDigest.#ctor(Org.BouncyCastle.Crypto.Digests.Sha512tDigest)">
            Copy constructor.  This will copy the state of the provided
            message digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.Sha512tDigest.Reset">
            reset the chaining variables
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.ShakeDigest">
            <summary>
            Implementation of SHAKE based on following KeccakNISTInterface.c from http://keccak.noekeon.org/
            </summary>
            <remarks>
            Following the naming conventions used in the C source code to enable easy review of the implementation.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.ShortenedDigest">
            Wrapper class that reduces the output length of a particular digest to
            only the first n bytes of the digest function.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.ShortenedDigest.#ctor(Org.BouncyCastle.Crypto.IDigest,System.Int32)">
             Base constructor.
            
             @param baseDigest underlying digest to use.
             @param length length in bytes of the output of doFinal.
             @exception ArgumentException if baseDigest is null, or length is greater than baseDigest.GetDigestSize().
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.SkeinDigest">
            <summary>
            Implementation of the Skein parameterised hash function in 256, 512 and 1024 bit block sizes,
            based on the <see cref="T:Org.BouncyCastle.Crypto.Engines.ThreefishEngine">Threefish</see> tweakable block cipher.
            </summary>
            <remarks>
            This is the 1.3 version of Skein defined in the Skein hash function submission to the NIST SHA-3
            competition in October 2010.
            <p/>
            Skein was designed by Niels Ferguson - Stefan Lucks - Bruce Schneier - Doug Whiting - Mihir
            Bellare - Tadayoshi Kohno - Jon Callas - Jesse Walker.
            </remarks>
            <seealso cref="T:Org.BouncyCastle.Crypto.Digests.SkeinEngine"/>
            <seealso cref="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters"/>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinDigest.SKEIN_256">
            <summary>
            256 bit block size - Skein-256
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinDigest.SKEIN_512">
            <summary>
            512 bit block size - Skein-512
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinDigest.SKEIN_1024">
            <summary>
            1024 bit block size - Skein-1024
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SkeinDigest.#ctor(System.Int32,System.Int32)">
            <summary>
            Constructs a Skein digest with an internal state size and output size.
            </summary>
            <param name="stateSizeBits">the internal state size in bits - one of <see cref="F:Org.BouncyCastle.Crypto.Digests.SkeinDigest.SKEIN_256"/> <see cref="F:Org.BouncyCastle.Crypto.Digests.SkeinDigest.SKEIN_512"/> or
                                  <see cref="F:Org.BouncyCastle.Crypto.Digests.SkeinDigest.SKEIN_1024"/>.</param>
            <param name="digestSizeBits">the output/digest size to produce in bits, which must be an integral number of
                                 bytes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SkeinDigest.Init(Org.BouncyCastle.Crypto.Parameters.SkeinParameters)">
            <summary>
            Optionally initialises the Skein digest with the provided parameters.
            </summary>
            See <see cref="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters"></see> for details on the parameterisation of the Skein hash function.
            <param name="parameters">the parameters to apply to this engine, or <code>null</code> to use no parameters.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.SkeinEngine">
            <summary>
            Implementation of the Skein family of parameterised hash functions in 256, 512 and 1024 bit block
            sizes, based on the <see cref="T:Org.BouncyCastle.Crypto.Engines.ThreefishEngine">Threefish</see> tweakable block cipher.
            </summary>
            <remarks>
            This is the 1.3 version of Skein defined in the Skein hash function submission to the NIST SHA-3
            competition in October 2010.
            <p/>
            Skein was designed by Niels Ferguson - Stefan Lucks - Bruce Schneier - Doug Whiting - Mihir
            Bellare - Tadayoshi Kohno - Jon Callas - Jesse Walker.
            <p/>
            This implementation is the basis for <see cref="T:Org.BouncyCastle.Crypto.Digests.SkeinDigest"/> and <see cref="T:Org.BouncyCastle.Crypto.Macs.SkeinMac"/>, implementing the
            parameter based configuration system that allows Skein to be adapted to multiple applications. <br/>
            Initialising the engine with <see cref="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters"/> allows standard and arbitrary parameters to
            be applied during the Skein hash function.
            <p/>
            Implemented:
            <ul>
            <li>256, 512 and 1024 bit internal states.</li>
            <li>Full 96 bit input length.</li>
            <li>Parameters defined in the Skein specification, and arbitrary other pre and post message
            parameters.</li>
            <li>Arbitrary output size in 1 byte intervals.</li>
            </ul>
            <p/>
            Not implemented:
            <ul>
            <li>Sub-byte length input (bit padding).</li>
            <li>Tree hashing.</li>
            </ul>
            </remarks>
            <seealso cref="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters"/>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.SKEIN_256">
            <summary>
            256 bit block size - Skein-256
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.SKEIN_512">
            <summary>
            512 bit block size - Skein-512
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.SKEIN_1024">
            <summary>
            1024 bit block size - Skein-1024
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.PARAM_TYPE_KEY">
            The parameter type for the Skein key.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.PARAM_TYPE_CONFIG">
            The parameter type for the Skein configuration block.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.PARAM_TYPE_MESSAGE">
            The parameter type for the message.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.PARAM_TYPE_OUTPUT">
            The parameter type for the output transformation.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.InitialStates">
            Precalculated UBI(CFG) states for common state/output combinations without key or other
            pre-message params.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.UbiTweak.LOW_RANGE">
            Point at which position might overflow long, so switch to add with carry logic
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.UbiTweak.T1_FINAL">
            Bit 127 = final
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.UbiTweak.T1_FIRST">
            Bit 126 = first
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.UbiTweak.tweak">
            UBI uses a 128 bit tweak
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.UbiTweak.extendedPosition">
            Whether 64 bit position exceeded
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SkeinEngine.UbiTweak.AdvancePosition(System.Int32)">
            Advances the position in the tweak by the specified value.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.SkeinEngine.UBI">
            The Unique Block Iteration chaining mode.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.UBI.currentBlock">
            Buffer for the current block of message data
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.UBI.currentOffset">
            Offset into the current message block
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.UBI.message">
            Buffer for message words for feedback into encrypted block
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.threefish">
            Underlying Threefish tweakable block cipher
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.outputSizeBytes">
            Size of the digest output, in bytes
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.chain">
            The current chaining/state value
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.initialState">
            The initial state value
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.key">
            The (optional) key parameter
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.preMessageParameters">
            Parameters to apply prior to the message
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.postMessageParameters">
            Parameters to apply after the message, but prior to output
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.ubi">
            The current UBI operation
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.singleByte">
            Buffer for single byte update method
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SkeinEngine.#ctor(System.Int32,System.Int32)">
            <summary>
            Constructs a Skein digest with an internal state size and output size.
            </summary>
            <param name="blockSizeBits">the internal state size in bits - one of <see cref="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.SKEIN_256"/> <see cref="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.SKEIN_512"/> or
                                  <see cref="F:Org.BouncyCastle.Crypto.Digests.SkeinEngine.SKEIN_1024"/>.</param>
            <param name="outputSizeBits">the output/digest size to produce in bits, which must be an integral number of
                                 bytes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SkeinEngine.#ctor(Org.BouncyCastle.Crypto.Digests.SkeinEngine)">
            <summary>
            Creates a SkeinEngine as an exact copy of an existing instance.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SkeinEngine.Init(Org.BouncyCastle.Crypto.Parameters.SkeinParameters)">
            <summary>
            Initialises the Skein engine with the provided parameters. See <see cref="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters"/> for
            details on the parameterisation of the Skein hash function.
            </summary>
            <param name="parameters">the parameters to apply to this engine, or <code>null</code> to use no parameters.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SkeinEngine.CreateInitialState">
            Calculate the initial (pre message block) chaining state.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SkeinEngine.Reset">
            <summary>
            Reset the engine to the initial state (with the key and any pre-message parameters , ready to
            accept message input.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.SM3Digest">
            <summary>
            Implementation of Chinese SM3 digest as described at
            http://tools.ietf.org/html/draft-shen-sm3-hash-00
            and at .... ( Chinese PDF )
            </summary>
            <remarks>
            The specification says "process a bit stream",
            but this is written to process bytes in blocks of 4,
            meaning this will process 32-bit word groups.
            But so do also most other digest specifications,
            including the SHA-256 which was a origin for
            this specification.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SM3Digest.#ctor">
            <summary>
            Standard constructor
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SM3Digest.#ctor(Org.BouncyCastle.Crypto.Digests.SM3Digest)">
            <summary>
            Copy constructor.  This will copy the state of the provided
            message digest.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.SM3Digest.Reset">
            <summary>
            reset the chaining variables
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.SparkleDigest">
            <summary>Sparkle v1.2, based on the current round 3 submission, https://sparkle-lwc.github.io/ .</summary>
            <remarks>
            Reference C implementation: https://github.com/cryptolu/sparkle.<br/>
            Specification:
            https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/sparkle-spec-final.pdf .
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.TigerDigest">
            implementation of Tiger based on:
            <a href="http://www.cs.technion.ac.il/~biham/Reports/Tiger">
             http://www.cs.technion.ac.il/~biham/Reports/Tiger</a>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.TigerDigest.#ctor">
            Standard constructor
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.TigerDigest.#ctor(Org.BouncyCastle.Crypto.Digests.TigerDigest)">
            Copy constructor.  This will copy the state of the provided
            message digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.TigerDigest.Reset">
            reset the chaining variables
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.TupleHash">
            <summary>
            TupleHash - a hash designed  to  simply  hash  a  tuple  of  input  strings,  any  or  all  of  which  may  be  empty  strings,
            in  an  unambiguous way with an optional XOF mode.
            <para>
            From NIST Special Publication 800-185 - SHA-3 Derived Functions:cSHAKE, KMAC, TupleHash and ParallelHash
            </para>
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.TupleHash.#ctor(System.Int32,System.Byte[])">
             Base constructor.
            
             @param bitLength bit length of the underlying SHAKE function, 128 or 256.
             @param S         the customization string - available for local use.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest">
            Implementation of WhirlpoolDigest, based on Java source published by Barreto and Rijmen.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest.#ctor(Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest)">
            Copy constructor. This will copy the state of the provided message digest.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Digests.WhirlpoolDigest.Reset">
            Reset the chaining variables
        </member>
        <member name="T:Org.BouncyCastle.Crypto.EC.CustomNamedCurves">
            <summary>Elliptic curve registry for various customized curve implementations.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.EC.CustomNamedCurves.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.EC.CustomNamedCurves.GetByNameLazy(System.String)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given name.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.EC.CustomNamedCurves.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.EC.CustomNamedCurves.GetByOidLazy(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of the
            full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.EC.CustomNamedCurves.GetName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the name of the curve with the given <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.EC.CustomNamedCurves.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.EC.CustomNamedCurves.Names">
            <summary>Enumerate the available curve names in this registry.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding">
            ISO 9796-1 padding. Note in the light of recent results you should
            only use this with RSA (rather than the "simpler" Rabin keys) and you
            should never use it with anything other than a hash (ie. even if the
            message is small don't sign the message, sign it's hash) or some "random"
            value. See your favorite search engine for details.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding.GetInputBlockSize">
            return the input block size. The largest message we can process
            is (key_size_in_bits + 3)/16, which in our world comes to
            key_size_in_bytes / 2.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding.GetOutputBlockSize">
            return the maximum possible size for the output.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding.SetPadBits(System.Int32)">
            set the number of bits in the next message to be treated as
            pad bits.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding.GetPadBits">
            retrieve the number of pad bits in the last decoded message.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding.DecodeBlock(System.Byte[],System.Int32,System.Int32)">
            @exception InvalidCipherTextException if the decrypted block is not a valid ISO 9796 bit string
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Encodings.OaepEncoding">
            Optimal Asymmetric Encryption Padding (OAEP) - see PKCS 1 V 2.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.OaepEncoding.DecodeBlock(System.Byte[],System.Int32,System.Int32)">
            @exception InvalidCipherTextException if the decrypted block turns out to
            be badly formatted.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.OaepEncoding.MaskGeneratorFunction1(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32)">
            mask generator function, as described in PKCS1v2.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding">
            this does your basic Pkcs 1 v1.5 padding - whether or not you should be using this
            depends on your application - see Pkcs1 Version 2 for details.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.StrictLengthEnabledProperty">
            some providers fail to include the leading zero in PKCS1 encoded blocks. If you need to
            work with one of these set the system property Org.BouncyCastle.Pkcs1.Strict to false.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.StrictLengthEnabled">
            The same effect can be achieved by setting the static property directly
            <p>
            The static property is checked during construction of the encoding object, it is set to
            true by default.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher)">
             Basic constructor.
            
             @param cipher
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,System.Int32)">
            Constructor for decryption with a fixed plaintext length.
            
            @param cipher The cipher to use for cryptographic operation.
            @param pLen Length of the expected plaintext.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,System.Byte[])">
            Constructor for decryption with a fixed plaintext length and a fallback
            value that is returned, if the padding is incorrect.
            
            @param cipher
                       The cipher to use for cryptographic operation.
            @param fallback
                       The fallback value, we don't to a arraycopy here.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.CheckPkcs1Encoding1(System.Byte[])">
            Check the argument is a valid encoding with type 1. Returns the plaintext length if valid, or -1 if invalid.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.CheckPkcs1Encoding2(System.Byte[])">
            Check the argument is a valid encoding with type 2. Returns the plaintext length if valid, or -1 if invalid.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.CheckPkcs1Encoding2(System.Byte[],System.Int32)">
            Check the argument is a valid encoding with type 2 of a plaintext with the given length. Returns 0 if
            valid, or -1 if invalid.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.DecodeBlockOrRandom(System.Byte[],System.Int32,System.Int32)">
            Decode PKCS#1.5 encoding, and return a random value if the padding is not correct.
            
            @param in The encrypted block.
            @param inOff Offset in the encrypted block.
            @param inLen Length of the encrypted block.
            @param pLen Length of the desired output.
            @return The plaintext without padding, or a random value if the padding was incorrect.
            @throws InvalidCipherTextException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Encodings.Pkcs1Encoding.DecodeBlock(System.Byte[],System.Int32,System.Int32)">
            @exception InvalidCipherTextException if the decrypted block is not in Pkcs1 format.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.AesEngine">
            <summary>An implementation of the AES (Rijndael), from FIPS-197.</summary>
            <remarks>
            For further details see: <a href="http://csrc.nist.gov/encryption/aes/">http://csrc.nist.gov/encryption/aes/</a>.
            <para>
            This implementation is based on optimizations from Dr. Brian Gladman's paper and C code at
            <a href="http://fp.gladman.plus.com/cryptography_technology/rijndael/">http://fp.gladman.plus.com/cryptography_technology/rijndael/</a>
            </para>
            <para>
            There are three levels of tradeoff of speed vs memory:
            </para>
            <list type="bullet">
            <item>The fastest uses 8Kbytes of static tables to precompute round calculations.</item>
            <item>The middle performance version uses only one 256 word table for each, for a total of 2Kbytes, adding 12 rotate operations per round.</item>
            <item>The slowest version uses no static tables at all and computes the values in each round.</item>
            </list>
            <para>
            This file contains the middle performance version with 2Kbytes of static tables for round precomputation.
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AesEngine.GenerateWorkingKey(Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Boolean)">
            Calculate the necessary round keys
            The number of calculations depends on key size and block size
            AES specified a fixed block size of 128 bits and key sizes 128/192/256 bits
            This code is written assuming those are the only possible values
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AesEngine.#ctor">
            <summary>Default constructor - 128 bit block size.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AesEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise an AES cipher.</summary>
            <param name="forEncryption">Whether or not we are using it for encryption.</param>
            <param name="parameters">The parameters required to set up the cipher.</param>
            <exception cref="T:System.ArgumentException">If the parameters argument is inappropriate.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Engines.AesEngine.AlgorithmName">
            <summary>The name of the algorithm this engine implements.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AesEngine.GetBlockSize">
            <summary>Return the block size for this cipher (in bytes).</summary>
            <returns>16 (fixed block size for AES).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AesEngine.ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32)">
            <summary>Process a single block of data.</summary>
            <param name="input">The input buffer containing the data to be processed.</param>
            <param name="inOff">The offset into the input buffer.</param>
            <param name="output">The output buffer to store the result.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>The number of bytes processed and produced.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">If the input buffer is too small, or the output buffer is too small.</exception>
            <exception cref="T:System.InvalidOperationException">If the cipher isn't initialised.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.AesLightEngine">
             an implementation of the AES (Rijndael), from FIPS-197.
             <p>
             For further details see: <a href="http://csrc.nist.gov/encryption/aes/">http://csrc.nist.gov/encryption/aes/</a>.
            
             This implementation is based on optimizations from Dr. Brian Gladman's paper and C code at
             <a href="http://fp.gladman.plus.com/cryptography_technology/rijndael/">http://fp.gladman.plus.com/cryptography_technology/rijndael/</a>
            
             There are three levels of tradeoff of speed vs memory
             Because java has no preprocessor, they are written as three separate classes from which to choose
            
             The fastest uses 8Kbytes of static tables to precompute round calculations, 4 256 word tables for encryption
             and 4 for decryption.
            
             The middle performance version uses only one 256 word table for each, for a total of 2Kbytes,
             adding 12 rotate operations per round to compute the values contained in the other tables from
             the contents of the first
            
             The slowest version uses no static tables at all and computes the values
             in each round.
             </p>
             <p>
             This file contains the slowest performance version with no static tables
             for round precomputation, but it has the smallest foot print.
             </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AesLightEngine.GenerateWorkingKey(Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Boolean)">
            Calculate the necessary round keys
            The number of calculations depends on key size and block size
            AES specified a fixed block size of 128 bits and key sizes 128/192/256 bits
            This code is written assuming those are the only possible values
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AesLightEngine.#ctor">
            default constructor - 128 bit block size.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AesLightEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise an AES cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.AesWrapEngine">
            <remarks>
            An implementation of the AES Key Wrapper from the NIST Key Wrap Specification.
            <p/>
            For further details see: <a href="http://csrc.nist.gov/encryption/kms/key-wrap.pdf">http://csrc.nist.gov/encryption/kms/key-wrap.pdf</a>.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AesWrapEngine.#ctor">
            <summary>
            Create a regular AesWrapEngine specifying the encrypt for wrapping, decrypt for unwrapping.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AesWrapEngine.#ctor(System.Boolean)">
            <summary>
            Create an AESWrapEngine where the underlying cipher is (optionally) set to decrypt for wrapping, encrypt for
            unwrapping.
            </summary>
            <param name="useReverseDirection">true if underlying cipher should be used in decryption mode, false
            otherwise.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.AriaEngine">
            <summary>The ARIA block cipher specified in RFC 5794.</summary>
            <remarks>
            ARIA is a 128-bit block cipher with 128-, 192-, and 256-bit keys.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.AriaWrapEngine">
            <remarks>
            An implementation of the ARIA Key Wrapper from the NIST Key Wrap Specification.
            <p/>
            For further details see: <a href="http://csrc.nist.gov/encryption/kms/key-wrap.pdf">http://csrc.nist.gov/encryption/kms/key-wrap.pdf</a>.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AriaWrapEngine.#ctor">
            <summary>
            Create a regular AriaWrapEngine specifying the encrypt for wrapping, decrypt for unwrapping.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.AriaWrapEngine.#ctor(System.Boolean)">
            <summary>
            Create an AriaWrapEngine where the underlying cipher is (optionally) set to decrypt for wrapping, encrypt for
            unwrapping.
            </summary>
            <param name="useReverseDirection">true if underlying cipher should be used in decryption mode, false
            otherwise.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.AsconEngine">
            <summary>ASCON v1.2 AEAD, https://ascon.iaik.tugraz.at/ .</summary>
            <remarks>
            https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/ascon-spec-final.pdf<br/>
            ASCON v1.2 AEAD with reference to C Reference Impl from: https://github.com/ascon/ascon-c .
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.BlowfishEngine">
            A class that provides Blowfish key encryption operations,
            such as encoding data and generating keys.
            All the algorithms herein are from Applied Cryptography
            and implement a simplified cryptography interface.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.BlowfishEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a Blowfish cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.BlowfishEngine.ProcessTable(System.UInt32,System.UInt32,System.UInt32[])">
            apply the encryption cycle to each value pair in the table.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.CamelliaEngine">
            Camellia - based on RFC 3713.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.CamelliaLightEngine">
            Camellia - based on RFC 3713, smaller implementation, about half the size of CamelliaEngine.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.CamelliaWrapEngine">
            <remarks>
            An implementation of the Camellia key wrapper based on RFC 3657/RFC 3394.
            <p/>
            For further details see: <a href="http://www.ietf.org/rfc/rfc3657.txt">http://www.ietf.org/rfc/rfc3657.txt</a>.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.Cast5Engine">
             A class that provides CAST key encryption operations,
             such as encoding data and generating keys.
            
             All the algorithms herein are from the Internet RFC's
            
             RFC2144 - Cast5 (64bit block, 40-128bit key)
             RFC2612 - CAST6 (128bit block, 128-256bit key)
            
             and implement a simplified cryptography interface.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Cast5Engine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a CAST cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Cast5Engine.F1(System.UInt32,System.UInt32,System.Int32)">
             The first of the three processing functions for the
             encryption and decryption.
            
             @param D            the input to be processed
             @param Kmi        the mask to be used from Km[n]
             @param Kri        the rotation value to be used
            
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Cast5Engine.F2(System.UInt32,System.UInt32,System.Int32)">
             The second of the three processing functions for the
             encryption and decryption.
            
             @param D            the input to be processed
             @param Kmi        the mask to be used from Km[n]
             @param Kri        the rotation value to be used
            
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Cast5Engine.F3(System.UInt32,System.UInt32,System.Int32)">
             The third of the three processing functions for the
             encryption and decryption.
            
             @param D            the input to be processed
             @param Kmi        the mask to be used from Km[n]
             @param Kri        the rotation value to be used
            
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Cast5Engine.CAST_Encipher(System.UInt32,System.UInt32,System.UInt32[])">
             Does the 16 rounds to encrypt the block.
            
             @param L0    the LH-32bits of the plaintext block
             @param R0    the RH-32bits of the plaintext block
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.Cast6Engine">
             A class that provides CAST6 key encryption operations,
             such as encoding data and generating keys.
            
             All the algorithms herein are from the Internet RFC
            
             RFC2612 - CAST6 (128bit block, 128-256bit key)
            
             and implement a simplified cryptography interface.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Cast6Engine.CAST_Encipher(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32[])">
             Does the 12 quad rounds rounds to encrypt the block.
            
             @param A    the 00-31  bits of the plaintext block
             @param B    the 32-63  bits of the plaintext block
             @param C    the 64-95  bits of the plaintext block
             @param D    the 96-127 bits of the plaintext block
             @param result the resulting ciphertext
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Cast6Engine.CAST_Decipher(System.UInt32,System.UInt32,System.UInt32,System.UInt32,System.UInt32[])">
             Does the 12 quad rounds rounds to decrypt the block.
            
             @param A    the 00-31  bits of the ciphertext block
             @param B    the 32-63  bits of the ciphertext block
             @param C    the 64-95  bits of the ciphertext block
             @param D    the 96-127 bits of the ciphertext block
             @param result the resulting plaintext
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine">
            <summary>
            Implementation of Daniel J. Bernstein's ChaCha stream cipher.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine.#ctor">
            <summary>
            Creates a 20 rounds ChaCha engine.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.ChaChaEngine">
            <summary>
            Implementation of Daniel J. Bernstein's ChaCha stream cipher.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ChaChaEngine.#ctor">
            <summary>
            Creates a 20 rounds ChaCha engine.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ChaChaEngine.#ctor(System.Int32)">
            <summary>
            Creates a ChaCha engine with a specific number of rounds.
            </summary>
            <param name="rounds">the number of rounds (must be an even number).</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.DesEdeEngine">
            <remarks>A class that provides a basic DESede (or Triple DES) engine.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.DesEdeEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a DESede cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine">
                * Wrap keys according to
                * <a href="http://www.ietf.org/internet-drafts/draft-ietf-smime-key-wrap-01.txt">
                * draft-ietf-smime-key-wrap-01.txt</a>.
                * <p>
                * Note:
                * <ul>
                * <li>this is based on a draft, and as such is subject to change - don't use this class for anything requiring long term storage.</li>
                * <li>if you are using this to wrap triple-des keys you need to set the
                * parity bits on the key and, if it's a two-key triple-des key, pad it
                * yourself.</li>
                * </ul>
            	* </p>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.engine">
            Field engine 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.param">
            Field param 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.paramPlusIV">
            Field paramPlusIV 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.iv">
            Field iv 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.forWrapping">
            Field forWrapping 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.IV2">
            Field IV2           
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Method init
            
             @param forWrapping
             @param param
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.AlgorithmName">
             Method GetAlgorithmName
            
             @return
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.Wrap(System.Byte[],System.Int32,System.Int32)">
             Method wrap
            
             @param in
             @param inOff
             @param inLen
             @return
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.Unwrap(System.Byte[],System.Int32,System.Int32)">
             Method unwrap
            
             @param in
             @param inOff
             @param inLen
             @return
             @throws InvalidCipherTextException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.CalculateCmsKeyChecksum(System.Byte[])">
             Some key wrap algorithms make use of the Key Checksum defined
             in CMS [CMS-Algorithms]. This is used to provide an integrity
             check value for the key being wrapped. The algorithm is
            
             - Compute the 20 octet SHA-1 hash on the key being wrapped.
             - Use the first 8 octets of this hash as the checksum value.
            
             @param key
             @return
             @throws Exception
             @see http://www.w3.org/TR/xmlenc-core/#sec-CMSKeyChecksum
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.DesEdeWrapEngine.CheckCmsKeyChecksum(System.Byte[],System.Byte[])">
            @param key
            @param checksum
            @return
            @see http://www.w3.org/TR/xmlenc-core/#sec-CMSKeyChecksum
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.DesEngine">
            <remarks>A class that provides a basic DES engine.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.DesEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a DES cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.DesEngine.bytebit">
            what follows is mainly taken from "Applied Cryptography", by
            Bruce Schneier, however it also bears great resemblance to Richard
            Outerbridge's D3DES...
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.DesEngine.GenerateWorkingKey(System.Boolean,System.Byte[])">
             Generate an integer based working key based on our secret key
             and what we processing we are planning to do.
            
             Acknowledgements for this routine go to James Gillogly and Phil Karn.
                     (whoever, and wherever they are!).
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.Dstu7624Engine">
            implementation of DSTU 7624 (Kalyna)
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.ElGamalEngine">
            <summary>This does your basic ElGamal algorithm.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ElGamalEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the ElGamal engine.</summary>
            <param name="forEncryption"><c>true</c> if we are encrypting, <c>false</c> otherwise.</param>
            <param name="parameters">the necessary ElGamal key parameters.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ElGamalEngine.GetInputBlockSize">
            <summary>Return the maximum size for an input block to this engine.</summary>
            <remarks>
            For ElGamal this is always one byte less than the size of P on encryption, and twice the length as the size
            of P on decryption.
            </remarks>
            <returns>maximum size for an input block.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ElGamalEngine.GetOutputBlockSize">
            <summary>Return the maximum size for an output block to this engine.</summary>
            <remarks>
            For ElGamal this is always one byte less than the size of P on decryption, and twice the length as the size
            of P on encryption.
            </remarks>
            <returns>maximum size for an output block.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ElGamalEngine.ProcessBlock(System.Byte[],System.Int32,System.Int32)">
            <summary>Process a single block using the basic ElGamal algorithm.</summary>
            <param name="input">the input array.</param>
            <param name="inOff">the offset into the input buffer where the data starts.</param>
            <param name="length">the length of the data to be processed.</param>
            <returns>the result of the ElGamal process.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.Gost28147Engine">
            implementation of GOST 28147-89
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Gost28147Engine.#ctor">
            standard constructor.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Gost28147Engine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise an Gost28147 cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Gost28147Engine.GetSBox(System.String)">
            Return the S-Box associated with SBoxName
            @param sBoxName name of the S-Box
            @return byte array representing the S-Box
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.Grain128AeadEngine.workingKeyAndIV">
            Variables to hold the state of the engine during encryption and
            decryption
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Grain128AeadEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialize a Grain-128AEAD cipher.
            
             @param forEncryption Whether or not we are for encryption.
             @param param        The parameters required to set up the cipher.
             @throws ArgumentException If the params argument is inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Grain128AeadEngine.GetOutput">
             Get output from output function h(x).
            
             @return y_t.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Grain128AeadEngine.GetOutputLFSR">
             Get output from linear function f(x).
            
             @return Output from LFSR.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Grain128AeadEngine.GetOutputNFSR">
             Get output from non-linear function g(x).
            
             @return Output from NFSR.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Grain128AeadEngine.ShiftBit(System.UInt32[],System.UInt32)">
             Shift array 1 bit and add val to index.Length - 1.
            
             @param array The array to shift.
             @param val   The value to shift in.
             @return The shifted array with val added to index.Length - 1.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.HC128Engine">
             HC-128 is a software-efficient stream cipher created by Hongjun Wu. It
             generates keystream from a 128-bit secret key and a 128-bit initialization
             vector.
             <p>
             http://www.ecrypt.eu.org/stream/p3ciphers/hc/hc128_p3.pdf
             </p><p>
             It is a third phase candidate in the eStream contest, and is patent-free.
             No attacks are known as of today (April 2007). See
            
             http://www.ecrypt.eu.org/stream/hcp3.html
             </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.HC128Engine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialise a HC-128 cipher.
            
             @param forEncryption whether or not we are for encryption. Irrelevant, as
                                  encryption and decryption are the same.
             @param params        the parameters required to set up the cipher.
             @throws ArgumentException if the params argument is
                                              inappropriate (ie. the key is not 128 bit long).
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.HC256Engine">
            HC-256 is a software-efficient stream cipher created by Hongjun Wu. It 
            generates keystream from a 256-bit secret key and a 256-bit initialization 
            vector.
            <p>
            http://www.ecrypt.eu.org/stream/p3ciphers/hc/hc256_p3.pdf
            </p><p>
            Its brother, HC-128, is a third phase candidate in the eStream contest.
            The algorithm is patent-free. No attacks are known as of today (April 2007). 
            See
            
            http://www.ecrypt.eu.org/stream/hcp3.html
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.HC256Engine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialise a HC-256 cipher.
            
             @param forEncryption whether or not we are for encryption. Irrelevant, as
                                  encryption and decryption are the same.
             @param params        the parameters required to set up the cipher.
             @throws ArgumentException if the params argument is
                                              inappropriate (ie. the key is not 256 bit long).
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.IdeaEngine">
            A class that provides a basic International Data Encryption Algorithm (IDEA) engine.
            <p>
            This implementation is based on the "HOWTO: INTERNATIONAL DATA ENCRYPTION ALGORITHM"
            implementation summary by Fauzan Mirza (F.U.Mirza@sheffield.ac.uk). (barring 1 typo at the
            end of the MulInv function!).
            </p>
            <p>
            It can be found at ftp://ftp.funet.fi/pub/crypt/cryptography/symmetric/idea/
            </p>
            <p>
            Note: This algorithm was patented in the USA, Japan and Europe. These patents expired in 2011/2012.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.IdeaEngine.#ctor">
            standard constructor.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.IdeaEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise an IDEA cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.IdeaEngine.Mul(System.Int32,System.Int32)">
             return x = x * y where the multiplication is done modulo
             65537 (0x10001) (as defined in the IDEA specification) and
             a zero input is taken to be 65536 (0x10000).
            
             @param x the x value
             @param y the y value
             @return x = x * y
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.IdeaEngine.ExpandKey(System.Byte[])">
            The following function is used to expand the user key to the encryption
            subkey. The first 16 bytes are the user key, and the rest of the subkey
            is calculated by rotating the previous 16 bytes by 25 bits to the left,
            and so on until the subkey is completed.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.IdeaEngine.MulInv(System.Int32)">
            This function computes multiplicative inverse using Euclid's Greatest
            Common Divisor algorithm. Zero and one are self inverse.
            <p>
            i.e. x * MulInv(x) == 1 (modulo BASE)
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.IdeaEngine.AddInv(System.Int32)">
            Return the additive inverse of x.
            <p>
            i.e. x + AddInv(x) == 0
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.IdeaEngine.InvertKey(System.Int32[])">
            The function to invert the encryption subkey to the decryption subkey.
            It also involves the multiplicative inverse and the additive inverse functions.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.IesEngine">
            <summary>
            Support class for constructing intergrated encryption ciphers for doing basic message exchanges on top of key
            agreement ciphers.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.IesEngine.#ctor(Org.BouncyCastle.Crypto.IBasicAgreement,Org.BouncyCastle.Crypto.IDerivationFunction,Org.BouncyCastle.Crypto.IMac)">
            <summary>
            Set up for use with stream mode, where the key derivation function is used to provide a stream of bytes to
            xor with the message.
            </summary>
            <remarks>
            <b>Security note:</b> when this engine is initialised with static keys on both sides (the
            <see cref="M:Org.BouncyCastle.Crypto.Engines.IesEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters,Org.BouncyCastle.Crypto.ICipherParameters,Org.BouncyCastle.Crypto.ICipherParameters)"/> entry point, which
            supplies no ephemeral component) the key-derivation input is the same for every message, so the
            stream-mode keystream is identical from message to message - encrypting more than one message under a given
            key pair is a many-time pad and leaks plaintext relationships. Use the ephemeral sender-key initialisation
            (the standard ECIES mode) for messages that must remain confidential; the static-static mode is effectively
            deterministic encryption.
            </remarks>
            <param name="agree">The key agreement used as the basis for the encryption.</param>
            <param name="kdf">The key derivation function used for byte generation.</param>
            <param name="mac">The message authentication code generator for the message.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.IesEngine.#ctor(Org.BouncyCastle.Crypto.IBasicAgreement,Org.BouncyCastle.Crypto.IDerivationFunction,Org.BouncyCastle.Crypto.IMac,Org.BouncyCastle.Crypto.BufferedBlockCipher)">
            <summary>
            Set up for use in conjunction with a block cipher to handle the message.
            </summary>
            <param name="agree">The key agreement used as the basis for the encryption.</param>
            <param name="kdf">The key derivation function used for byte generation.</param>
            <param name="mac">The message authentication code generator for the message.</param>
            <param name="cipher">The cipher used for encrypting the message</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.IesEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters,Org.BouncyCastle.Crypto.ICipherParameters,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialise the encryptor.
            
             @param forEncryption whether or not this is encryption/decryption.
             @param privParam our private key parameters
             @param pubParam the recipient's/sender's public key parameters
             @param param encoding and derivation parameters.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.IsaacEngine">
            <summary>Implementation of Bob Jenkin's ISAAC (Indirection Shift Accumulate Add and Count).</summary>
            <remarks>
            <see href="https://www.burtleburtle.net/bob/rand/isaacafa.html"/>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.NaccacheSternEngine">
            NaccacheStern Engine. For details on this cipher, please see
            http://www.gemplus.com/smart/rd/publications/pdf/NS98pkcs.pdf
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.NaccacheSternEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initializes this algorithm. Must be called before all other Functions.
            
             @see Org.BouncyCastle.Crypto.AsymmetricBlockCipher#init(bool,
                  Org.BouncyCastle.Crypto.CipherParameters)
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.NaccacheSternEngine.GetInputBlockSize">
             Returns the input block size of this algorithm.
            
             @see Org.BouncyCastle.Crypto.AsymmetricBlockCipher#GetInputBlockSize()
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.NaccacheSternEngine.GetOutputBlockSize">
             Returns the output block size of this algorithm.
            
             @see Org.BouncyCastle.Crypto.AsymmetricBlockCipher#GetOutputBlockSize()
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.NaccacheSternEngine.ProcessBlock(System.Byte[],System.Int32,System.Int32)">
             Process a single Block using the Naccache-Stern algorithm.
            
             @see Org.BouncyCastle.Crypto.AsymmetricBlockCipher#ProcessBlock(byte[],
                  int, int)
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.NaccacheSternEngine.Encrypt(Org.BouncyCastle.Math.BigInteger)">
             Encrypts a BigInteger aka Plaintext with the public key.
            
             @param plain
                        The BigInteger to encrypt
             @return The byte[] representation of the encrypted BigInteger (i.e.
                     crypted.toByteArray())
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.NaccacheSternEngine.AddCryptedBlocks(System.Byte[],System.Byte[])">
             Adds the contents of two encrypted blocks mod sigma
            
             @param block1
                        the first encrypted block
             @param block2
                        the second encrypted block
             @return encrypt((block1 + block2) mod sigma)
             @throws InvalidCipherTextException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.NaccacheSternEngine.ProcessData(System.Byte[])">
             Convenience Method for data exchange with the cipher.
            
             Determines blocksize and splits data to blocksize.
            
             @param data the data to be processed
             @return the data after it went through the NaccacheSternEngine.
             @throws InvalidCipherTextException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.NaccacheSternEngine.ChineseRemainder(System.Collections.Generic.IList{Org.BouncyCastle.Math.BigInteger},System.Collections.Generic.IList{Org.BouncyCastle.Math.BigInteger})">
             Computes the integer x that is expressed through the given primes and the
             congruences with the chinese remainder theorem (CRT).
            
             @param congruences
                        the congruences c_i
             @param primes
                        the primes p_i
             @return an integer x for that x % p_i == c_i
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.NoekeonEngine">
            A Noekeon engine, using direct-key mode.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.NoekeonEngine.#ctor">
            Create an instance of the Noekeon encryption algorithm
            and set some defaults
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.NoekeonEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise
            
             @param forEncryption whether or not we are for encryption.
             @param params the parameters required to set up the cipher.
             @exception ArgumentException if the params argument is
             inappropriate.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.RC2Engine">
            <summary>
            An implementation of RC2 as described in RFC 2268 "A Description of the RC2(r) Encryption Algorithm" R. Rivest.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC2Engine.RotateWordLeft(System.Int32,System.Int32)">
            <summary>Return the result of rotating the 16 bit number in x left by y.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine">
            Wrap keys according to RFC 3217 - RC2 mechanism
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.engine">
            Field engine 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.parameters">
            Field param 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.paramPlusIV">
            Field paramPlusIV 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.iv">
            Field iv 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.forWrapping">
            Field forWrapping 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.IV2">
            Field IV2           
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Method init
            
             @param forWrapping
             @param param
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.AlgorithmName">
             Method GetAlgorithmName
            
             @return
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.Wrap(System.Byte[],System.Int32,System.Int32)">
             Method wrap
            
             @param in
             @param inOff
             @param inLen
             @return
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.Unwrap(System.Byte[],System.Int32,System.Int32)">
             Method unwrap
            
             @param in
             @param inOff
             @param inLen
             @return
             @throws InvalidCipherTextException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.CalculateCmsKeyChecksum(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
             Some key wrap algorithms make use of the Key Checksum defined
             in CMS [CMS-Algorithms]. This is used to provide an integrity
             check value for the key being wrapped. The algorithm is
            
             - Compute the 20 octet SHA-1 hash on the key being wrapped.
             - Use the first 8 octets of this hash as the checksum value.
            
             @param key
             @return
             @throws Exception
             @see http://www.w3.org/TR/xmlenc-core/#sec-CMSKeyChecksum
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC2WrapEngine.CheckCmsKeyChecksum(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            @param key
            @param checksum
            @return
            @see http://www.w3.org/TR/xmlenc-core/#sec-CMSKeyChecksum
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC4Engine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a RC4 cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.RC532Engine">
            The specification for RC5 came from the <code>RC5 Encryption Algorithm</code>
            publication in RSA CryptoBytes, Spring of 1995.
            <em>http://www.rsasecurity.com/rsalabs/cryptobytes</em>.
            <p>
            This implementation has a word size of 32 bits.</p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC532Engine.#ctor">
            Create an instance of the RC5 encryption algorithm
            and set some defaults
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC532Engine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a RC5-32 cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC532Engine.SetKey(System.Byte[])">
             Re-key the cipher.
            
             @param  key  the key to be used
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.RC564Engine">
            The specification for RC5 came from the <code>RC5 Encryption Algorithm</code>
            publication in RSA CryptoBytes, Spring of 1995.
            <em>http://www.rsasecurity.com/rsalabs/cryptobytes</em>.
            <p>
            This implementation is set to work with a 64 bit word size.</p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC564Engine.#ctor">
            Create an instance of the RC5 encryption algorithm
            and set some defaults
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC564Engine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a RC5-64 cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC564Engine.SetKey(System.Byte[])">
             Re-key the cipher.
            
             @param  key  the key to be used
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.RC6Engine">
            An RC6 engine.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC6Engine.#ctor">
            Create an instance of the RC6 encryption algorithm
            and set some defaults
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC6Engine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a RC5-32 cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RC6Engine.SetKey(System.Byte[])">
             Re-key the cipher.
            
             @param inKey the key to be used
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine">
            an implementation of the RFC 3211 Key Wrap
            Specification.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine">
            <summary>An implementation of the AES Key Wrap with Padding specification as described in RFC 3349.</summary>
            <remarks>
            For further details see: Schaad, J. and R. Housley, "Advanced Encryption Standard (AES) Key Wrap Algorithm",
            RFC 3394, DOI 10.17487/RFC3394, September 2002, &lt;https://www.rfc-editor.org/info/rfc3394\&gt;, and
            http://csrc.nist.gov/encryption/kms/key-wrap.pdf.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.Rfc5649WrapEngine">
            <summary>An implementation of the AES Key Wrap with Padding specification as described in RFC 5649.</summary>
            <remarks>
            For further details see: Housley, R. and M. Dworkin, "Advanced Encryption Standard (AES) Key Wrap with Padding Algorithm",
            RFC 5649, DOI 10.17487/RFC5649, September 2009, &lt;https://www.rfc-editor.org/info/rfc5649&gt;, and
            http://csrc.nist.gov/encryption/kms/key-wrap.pdf.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Rfc5649WrapEngine.Rfc3394UnwrapNoIvCheck(System.Byte[],System.Int32,System.Int32,System.Byte[])">
             Performs steps 1 and 2 of the unwrap process defined in RFC 3394.
             This code is duplicated from RFC3394WrapEngine because that class
             will throw an error during unwrap because the IV won't match up.
            
             @param in
             @param inOff
             @param inLen
             @return Unwrapped data.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Rfc5649WrapEngine.PadPlaintext(System.Byte[])">
             Pads the plaintext (i.e., the key to be wrapped)
             as per section 4.1 of RFC 5649.
            
             @param plaintext The key being wrapped.
             @return The padded key.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.RijndaelEngine">
            an implementation of Rijndael, based on the documentation and reference implementation
            by Paulo Barreto, Vincent Rijmen, for v2.0 August '99.
            <p>
            Note: this implementation is based on information prior to readonly NIST publication.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RijndaelEngine.Mul0x2(System.Int32)">
            multiply two elements of GF(2^m)
            needed for MixColumn and InvMixColumn
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RijndaelEngine.KeyAddition(System.Int64[])">
            xor corresponding text input and round key input bytes
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RijndaelEngine.ShiftRow(System.Byte[])">
            Row 0 remains unchanged
            The other three rows are shifted a variable amount
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RijndaelEngine.Substitution(System.Byte[])">
            Replace every byte of the input by the byte at that place
            in the nonlinear S-box
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RijndaelEngine.MixColumn">
            Mix the bytes of every column in a linear way
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RijndaelEngine.InvMixColumn">
            Mix the bytes of every column in a linear way
            This is the opposite operation of Mixcolumn
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RijndaelEngine.GenerateWorkingKey(Org.BouncyCastle.Crypto.Parameters.KeyParameter)">
            Calculate the necessary round keys
            The number of calculations depends on keyBits and blockBits
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RijndaelEngine.#ctor">
            default constructor - 128 bit block size.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RijndaelEngine.#ctor(System.Int32)">
             basic constructor - set the cipher up for a given blocksize
            
             @param blocksize the blocksize in bits, must be 128, 192, or 256.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RijndaelEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a Rijndael cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine">
            this does your basic RSA algorithm with blinding
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise the RSA engine.
            
             @param forEncryption true if we are encrypting, false otherwise.
             @param param the necessary RSA key parameters.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine.GetInputBlockSize">
             Return the maximum size for an input block to this engine.
             For RSA this is always one byte less than the key size on
             encryption, and the same length as the key size on decryption.
            
             @return maximum size for an input block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine.GetOutputBlockSize">
             Return the maximum size for an output block to this engine.
             For RSA this is always one byte less than the key size on
             decryption, and the same length as the key size on encryption.
            
             @return maximum size for an output block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaBlindedEngine.ProcessBlock(System.Byte[],System.Int32,System.Int32)">
             Process a single block using the basic RSA algorithm.
            
             @param inBuf the input array.
             @param inOff the offset into the input buffer where the data starts.
             @param inLen the length of the data to be processed.
             @return the result of the RSA process.
             @exception DataLengthException the input block is too large.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine">
            This does your basic RSA Chaum's blinding and unblinding as outlined in
            "Handbook of Applied Cryptography", page 475. You need to use this if you are
            trying to get another party to generate signatures without them being aware
            of the message they are signing.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialise the blinding engine.
            
             @param forEncryption true if we are encrypting (blinding), false otherwise.
             @param param         the necessary RSA key parameters.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine.GetInputBlockSize">
             Return the maximum size for an input block to this engine.
             For RSA this is always one byte less than the key size on
             encryption, and the same length as the key size on decryption.
            
             @return maximum size for an input block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine.GetOutputBlockSize">
             Return the maximum size for an output block to this engine.
             For RSA this is always one byte less than the key size on
             decryption, and the same length as the key size on encryption.
            
             @return maximum size for an output block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine.ProcessBlock(System.Byte[],System.Int32,System.Int32)">
             Process a single block using the RSA blinding algorithm.
            
             @param in    the input array.
             @param inOff the offset into the input buffer where the data starts.
             @param inLen the length of the data to be processed.
             @return the result of the RSA process.
             @throws DataLengthException the input block is too large.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.RsaCoreEngine">
            <summary>This does your basic RSA algorithm.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaCoreEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise the RSA engine.
            
             @param forEncryption true if we are encrypting, false otherwise.
             @param param the necessary RSA key parameters.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaCoreEngine.GetInputBlockSize">
             Return the maximum size for an input block to this engine.
             For RSA this is always one byte less than the key size on
             encryption, and the same length as the key size on decryption.
            
             @return maximum size for an input block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaCoreEngine.GetOutputBlockSize">
             Return the maximum size for an output block to this engine.
             For RSA this is always one byte less than the key size on
             decryption, and the same length as the key size on encryption.
            
             @return maximum size for an output block.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.RsaEngine">
            this does your basic RSA algorithm.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise the RSA engine.
            
             @param forEncryption true if we are encrypting, false otherwise.
             @param param the necessary RSA key parameters.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaEngine.GetInputBlockSize">
             Return the maximum size for an input block to this engine.
             For RSA this is always one byte less than the key size on
             encryption, and the same length as the key size on decryption.
            
             @return maximum size for an input block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaEngine.GetOutputBlockSize">
             Return the maximum size for an output block to this engine.
             For RSA this is always one byte less than the key size on
             decryption, and the same length as the key size on encryption.
            
             @return maximum size for an output block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.RsaEngine.ProcessBlock(System.Byte[],System.Int32,System.Int32)">
             Process a single block using the basic RSA algorithm.
            
             @param inBuf the input array.
             @param inOff the offset into the input buffer where the data starts.
             @param inLen the length of the data to be processed.
             @return the result of the RSA process.
             @exception DataLengthException the input block is too large.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.Salsa20Engine">
            <summary>
            Implementation of Daniel J. Bernstein's Salsa20 stream cipher, Snuffle 2005
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.Salsa20Engine.StateSize">
            Constants 
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Salsa20Engine.#ctor">
            <summary>
            Creates a 20 round Salsa20 engine.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.Salsa20Engine.#ctor(System.Int32)">
            <summary>
            Creates a Salsa20 engine with a specific number of rounds.
            </summary>
            <param name="rounds">the number of rounds (must be an even number).</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.SeedEngine">
            Implementation of the SEED algorithm as described in RFC 4009
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.SeedWrapEngine">
            <remarks>
            An implementation of the SEED key wrapper based on RFC 4010/RFC 3394.
            <p/>
            For further details see: <a href="http://www.ietf.org/rfc/rfc4010.txt">http://www.ietf.org/rfc/rfc4010.txt</a>.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.SerpentEngine">
                 * Serpent is a 128-bit 32-round block cipher with variable key lengths,
                 * including 128, 192 and 256 bit keys conjectured to be at least as
                 * secure as three-key triple-DES.
                 * <p>
                 * Serpent was designed by Ross Anderson, Eli Biham and Lars Knudsen as a
                 * candidate algorithm for the NIST AES Quest.
            	 * </p>
                 * <p>
                 * For full details see <a href="http://www.cl.cam.ac.uk/~rja14/serpent.html">The Serpent home page</a>
            	 * </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngine.MakeWorkingKey(System.Byte[])">
             Expand a user-supplied key material into a session key.
            
             @param key  The user-key bytes (multiples of 4) to use.
             @exception ArgumentException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a Serpent cipher.
            
             @param encrypting whether or not we are for encryption.
             @param params     the parameters required to set up the cipher.
             @throws IllegalArgumentException if the params argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32)">
             Process one block of input from the array in and write it to
             the out array.
            
             @param in     the array containing the input data.
             @param inOff  offset into the in array the data starts at.
             @param out    the array the output data will be copied into.
             @param outOff the offset into the out array the output will start at.
             @return the number of bytes processed and produced.
             @throws DataLengthException if there isn't enough data in in, or
             space in out.
             @throws IllegalStateException if the cipher isn't initialised.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Ib0(System.Int32,System.Int32,System.Int32,System.Int32)">
            InvSO - {13, 3,11, 0,10, 6, 5,12, 1,14, 4, 7,15, 9, 8, 2 } - 15 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Sb1(System.Int32,System.Int32,System.Int32,System.Int32)">
            S1 - {15,12, 2, 7, 9, 0, 5,10, 1,11,14, 8, 6,13, 3, 4 } - 14 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Ib1(System.Int32,System.Int32,System.Int32,System.Int32)">
            InvS1 - { 5, 8, 2,14,15, 6,12, 3,11, 4, 7, 9, 1,13,10, 0 } - 14 steps.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Sb2(System.Int32,System.Int32,System.Int32,System.Int32)">
            S2 - { 8, 6, 7, 9, 3,12,10,15,13, 1,14, 4, 0,11, 5, 2 } - 16 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Ib2(System.Int32,System.Int32,System.Int32,System.Int32)">
            InvS2 - {12, 9,15, 4,11,14, 1, 2, 0, 3, 6,13, 5, 8,10, 7 } - 16 steps.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Sb3(System.Int32,System.Int32,System.Int32,System.Int32)">
            S3 - { 0,15,11, 8,12, 9, 6, 3,13, 1, 2, 4,10, 7, 5,14 } - 16 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Ib3(System.Int32,System.Int32,System.Int32,System.Int32)">
            InvS3 - { 0, 9,10, 7,11,14, 6,13, 3, 5,12, 2, 4, 8,15, 1 } - 15 terms
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Sb4(System.Int32,System.Int32,System.Int32,System.Int32)">
            S4 - { 1,15, 8, 3,12, 0,11, 6, 2, 5, 4,10, 9,14, 7,13 } - 15 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Ib4(System.Int32,System.Int32,System.Int32,System.Int32)">
            InvS4 - { 5, 0, 8, 3,10, 9, 7,14, 2,12,11, 6, 4,15,13, 1 } - 15 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Sb5(System.Int32,System.Int32,System.Int32,System.Int32)">
            S5 - {15, 5, 2,11, 4,10, 9,12, 0, 3,14, 8,13, 6, 7, 1 } - 16 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Ib5(System.Int32,System.Int32,System.Int32,System.Int32)">
            InvS5 - { 8,15, 2, 9, 4, 1,13,14,11, 6, 5, 3, 7,12,10, 0 } - 16 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Sb6(System.Int32,System.Int32,System.Int32,System.Int32)">
            S6 - { 7, 2,12, 5, 8, 4, 6,11,14, 9, 1,15,13, 3,10, 0 } - 15 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Ib6(System.Int32,System.Int32,System.Int32,System.Int32)">
            InvS6 - {15,10, 1,13, 5, 3, 6, 0, 4, 9,14, 7, 2,12, 8,11 } - 15 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Sb7(System.Int32,System.Int32,System.Int32,System.Int32)">
            S7 - { 1,13,15, 0,14, 8, 2,11, 7, 4,12,10, 9, 3, 5, 6 } - 16 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.Ib7(System.Int32,System.Int32,System.Int32,System.Int32)">
            InvS7 - { 3, 0, 6,13, 9,14,15, 8, 5,12,11, 7,10, 1, 4, 2 } - 17 terms.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.LT">
            Apply the linear transformation to the register set.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SerpentEngineBase.InverseLT">
            Apply the inverse of the linear transformation to the register set.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.SkipjackEngine">
            a class that provides a basic SKIPJACK engine.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SkipjackEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a SKIPJACK cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SkipjackEngine.G(System.Int32,System.Int32)">
            The G permutation
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.SkipjackEngine.H(System.Int32,System.Int32)">
            the inverse of the G permutation.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.SM2Engine">
            <summary>
            SM2 public key encryption engine - based on https://tools.ietf.org/html/draft-shen-sm2-ecdsa-02.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.SM4Engine">
            <summary>SM4 Block Cipher - SM4 is a 128 bit block cipher with a 128 bit key.</summary>
            <remarks>
            The implementation here is based on the document <a href="http://eprint.iacr.org/2008/329.pdf">http://eprint.iacr.org/2008/329.pdf</a>
            by Whitfield Diffie and George Ledin, which is a translation of Prof. LU Shu-wang's original standard.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.SparkleEngine">
            <summary>Sparkle v1.2, based on the current round 3 submission, https://sparkle-lwc.github.io/ .</summary>
            <remarks>
            Reference C implementation: https://github.com/cryptolu/sparkle.<br/>
            Specification:
            https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/sparkle-spec-final.pdf .
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.TeaEngine">
            An TEA engine.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.TeaEngine.#ctor">
            Create an instance of the TEA encryption algorithm
            and set some defaults
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.TeaEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise
            
             @param forEncryption whether or not we are for encryption.
             @param params the parameters required to set up the cipher.
             @exception ArgumentException if the params argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.TeaEngine.SetKey(System.Byte[])">
             Re-key the cipher.
            
             @param  key  the key to be used
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.ThreefishEngine">
            <summary>
            Implementation of the Threefish tweakable large block cipher in 256, 512 and 1024 bit block
            sizes.
            </summary>
            <remarks>
            This is the 1.3 version of Threefish defined in the Skein hash function submission to the NIST
            SHA-3 competition in October 2010.
            <p/>
            Threefish was designed by Niels Ferguson - Stefan Lucks - Bruce Schneier - Doug Whiting - Mihir
            Bellare - Tadayoshi Kohno - Jon Callas - Jesse Walker.
            <p/>
            This implementation inlines all round functions, unrolls 8 rounds, and uses 1.2k of static tables
            to speed up key schedule injection. <br/>
            2 x block size state is retained by each cipher instance.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.BLOCKSIZE_256">
            <summary>
            256 bit block size - Threefish-256
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.BLOCKSIZE_512">
            <summary>
            512 bit block size - Threefish-512
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.BLOCKSIZE_1024">
            <summary>
            1024 bit block size - Threefish-1024
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.TWEAK_SIZE_BYTES">
            Size of the tweak in bytes (always 128 bit/16 bytes)
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.ROUNDS_256">
            Rounds in Threefish-256
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.ROUNDS_512">
            Rounds in Threefish-512
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.ROUNDS_1024">
            Rounds in Threefish-1024
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.MAX_ROUNDS">
            Max rounds of any of the variants
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.C_240">
            Key schedule parity constant
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.blocksizeBytes">
            Block size in bytes
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.blocksizeWords">
            Block size in 64 bit words
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.currentBlock">
            Buffer for byte oriented processBytes to call internal word API
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.t">
            Tweak bytes (2 byte t1,t2, calculated t3 and repeat of t1,t2 for modulo free lookup
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.kw">
            Key schedule words
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.cipher">
            The internal cipher implementation (varies by blocksize)
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.#ctor(System.Int32)">
            <summary>
            Constructs a new Threefish cipher, with a specified block size.
            </summary>
            <param name="blocksizeBits">the block size in bits, one of <see cref="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.BLOCKSIZE_256"/>, <see cref="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.BLOCKSIZE_512"/>,
                                 <see cref="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.BLOCKSIZE_1024"/> .</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialise the engine.
            </summary>
            <param name="forEncryption">Initialise for encryption if true, for decryption if false.</param>
            <param name="parameters">an instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.TweakableBlockCipherParameters"/> or <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/> (to
                          use a 0 tweak)</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Init(System.Boolean,System.UInt64[],System.UInt64[])">
            <summary>
            Initialise the engine, specifying the key and tweak directly.
            </summary>
            <param name="forEncryption">the cipher mode.</param>
            <param name="key">the words of the key, or <code>null</code> to use the current key.</param>
            <param name="tweak">the 2 word (128 bit) tweak, or <code>null</code> to use the current tweak.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.ProcessBlock(System.UInt64[],System.UInt64[])">
            <summary>
            Process a block of data represented as 64 bit words.
            </summary>
            <returns>the number of 8 byte words processed (which will be the same as the block size).</returns>
            <param name="inWords">a block sized buffer of words to process.</param>
            <param name="outWords">a block sized buffer of words to receive the output of the operation.</param>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">if either the input or output is not block sized</exception>
            <exception cref="T:System.InvalidOperationException">if this engine is not initialised</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.RotlXor(System.UInt64,System.Int32,System.UInt64)">
            Rotate left + xor part of the mix operation.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.XorRotr(System.UInt64,System.Int32,System.UInt64)">
            Rotate xor + rotate right part of the unmix operation.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.ThreefishCipher.t">
            The extended + repeated tweak words
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.ThreefishCipher.kw">
            The extended + repeated key words
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Threefish256Cipher.ROTATION_0_0">
            Mix rotation constants defined in Skein 1.3 specification
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Threefish256Cipher.ROTATION_0_1">
            Mix rotation constants defined in Skein 1.3 specification
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Threefish512Cipher.ROTATION_0_0">
            Mix rotation constants defined in Skein 1.3 specification
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Threefish512Cipher.ROTATION_0_1">
            Mix rotation constants defined in Skein 1.3 specification
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Threefish512Cipher.ROTATION_0_2">
            Mix rotation constants defined in Skein 1.3 specification
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Threefish512Cipher.ROTATION_0_3">
            Mix rotation constants defined in Skein 1.3 specification
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Threefish1024Cipher.ROTATION_0_0">
            Mix rotation constants defined in Skein 1.3 specification
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Threefish1024Cipher.ROTATION_0_1">
            Mix rotation constants defined in Skein 1.3 specification
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Threefish1024Cipher.ROTATION_0_2">
            Mix rotation constants defined in Skein 1.3 specification
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.ThreefishEngine.Threefish1024Cipher.ROTATION_0_3">
            Mix rotation constants defined in Skein 1.3 specification
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.TnepresEngine">
            Tnepres is a 128-bit 32-round block cipher with variable key lengths,
            including 128, 192 and 256 bit keys conjectured to be at least as
            secure as three-key triple-DES.
            <p>
            Tnepres is based on Serpent which was designed by Ross Anderson, Eli Biham and Lars Knudsen as a
            candidate algorithm for the NIST AES Quest. Unfortunately there was an endianness issue
            with test vectors in the AES submission and the resulting confusion lead to the Tnepres cipher
            as well, which is a byte swapped version of Serpent.
            </p>
            <p>
            For full details see <a href="http://www.cl.cam.ac.uk/~rja14/serpent.html">The Serpent home page</a>
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.TnepresEngine.MakeWorkingKey(System.Byte[])">
             Expand a user-supplied key material into a session key.
            
             @param key  The user-key bytes (multiples of 4) to use.
             @exception ArgumentException
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.TwofishEngine">
             A class that provides Twofish encryption operations.
            
             This Java implementation is based on the Java reference
             implementation provided by Bruce Schneier and developed
             by Raif S. Naffah.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.TwofishEngine.P_00">
            Define the fixed p0/p1 permutations used in keyed S-box lookup.
            By changing the following constant definitions, the S-boxes will
            automatically Get changed in the Twofish engine.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Engines.TwofishEngine.gSubKeys">
            gSubKeys[] and gSBox[] are eventually used in the
            encryption and decryption methods.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.TwofishEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise a Twofish cipher.
            
             @param forEncryption whether or not we are for encryption.
             @param parameters the parameters required to set up the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.TwofishEngine.EncryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32)">
             Encrypt the given input starting at the given offset and place
             the result in the provided buffer starting at the given offset.
             The input will be an exact multiple of our blocksize.
            
             encryptBlock uses the pre-calculated gSBox[] and subKey[]
             arrays.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.TwofishEngine.DecryptBlock(System.Byte[],System.Int32,System.Byte[],System.Int32)">
            Decrypt the given input starting at the given offset and place
            the result in the provided buffer starting at the given offset.
            The input will be an exact multiple of our blocksize.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.TwofishEngine.RS_MDS_Encode(System.Int32,System.Int32)">
             Use (12, 8) Reed-Solomon code over GF(256) to produce
             a key S-box 32-bit entity from 2 key material 32-bit
             entities.
            
             @param    k0 first 32-bit entity
             @param    k1 second 32-bit entity
             @return     Remainder polynomial Generated using RS code
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.TwofishEngine.RS_rem(System.Int32)">
                    * Reed-Solomon code parameters: (12,8) reversible code:
            		* <p>
                    * <pre>
                    * G(x) = x^4 + (a+1/a)x^3 + ax^2 + (a+1/a)x + 1
                    * </pre>
                    * where a = primitive root of field generator 0x14D
            		* </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.VmpcEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            initialise a VMPC cipher.
            
            @param forEncryption
               whether or not we are for encryption.
            @param params
               the parameters required to set up the cipher.
            @exception ArgumentException
               if the params argument is inappropriate.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.XChaCha20Engine">
            <summary>
            Implementation of Daniel J. Bernstein's XChaCha20 stream cipher - ChaCha20 with an extended nonce.
            </summary>
            <remarks>
            XChaCha20 requires a 256 bit key, and a 192 bit nonce. See
            draft-irtf-cfrg-xchacha-03 for the specification.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.XChaCha20Engine.SetKey(System.Byte[],System.Byte[])">
            <summary>
            XChaCha20 key generation: derive a 256 bit subkey via HChaCha20 from the input key and
            the first 128 bits of the input nonce, then initialise a standard ChaCha20 (IETF) state
            with that subkey and the remaining 64 bits of nonce (prepended with 32 zero bits).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.XChaCha20Engine.HChaCha20(System.Byte[],System.Byte[],System.Int32,System.Byte[],System.Int32)">
            <summary>
            HChaCha20: the ChaCha20-based key-derivation function used to construct the XChaCha20
            subkey. Per draft-irtf-cfrg-xchacha-03 section 2.2, this is 20 rounds of the ChaCha
            permutation applied to the standard ChaCha20 state (constants || 256-bit key || 128-bit
            nonce), with the final-state addition omitted; the output is the 256-bit concatenation
            of state words 0..3 and 12..15.
            </summary>
            <param name="keyBytes">A 256-bit key.</param>
            <param name="nonceBytes">Buffer containing a 128-bit nonce at <paramref name="nonceOff"/>.</param>
            <param name="nonceOff">Offset of the nonce in <paramref name="nonceBytes"/>.</param>
            <param name="subKeyBytes">Output buffer receiving the 256-bit subkey at <paramref name="subKeyOff"/>.</param>
            <param name="subKeyOff">Offset at which to write the subkey.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.XSalsa20Engine">
            <summary>
            Implementation of Daniel J. Bernstein's XSalsa20 stream cipher - Salsa20 with an extended nonce.
            </summary>
            <remarks>
            XSalsa20 requires a 256 bit key, and a 192 bit nonce.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.XSalsa20Engine.SetKey(System.Byte[],System.Byte[])">
            <summary>
            XSalsa20 key generation: process 256 bit input key and 128 bits of the input nonce
            using a core Salsa20 function without input addition to produce 256 bit working key
            and use that with the remaining 64 bits of nonce to initialize a standard Salsa20 engine state.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Engines.XteaEngine">
            An XTEA engine.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.XteaEngine.#ctor">
            Create an instance of the TEA encryption algorithm
            and set some defaults
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.XteaEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise
            
             @param forEncryption whether or not we are for encryption.
             @param params the parameters required to set up the cipher.
             @exception ArgumentException if the params argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Engines.XteaEngine.setKey(System.Byte[])">
             Re-key the cipher.
            
             @param  key  the key to be used
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Fpe.FpeEngine">
            <summary>Base class for format-preserving encryption.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Fpe.FpeEngine.ProcessBlock(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Process length bytes from inBuf, writing the output to outBuf.
            </summary>
            <returns>number of bytes output.</returns>
            <param name="inBuf">input data.</param>  
            <param name="inOff">offset in input data to start at.</param>  
            <param name="length">number of bytes to process.</param>  
            <param name="outBuf">destination buffer.</param>  
            <param name="outOff">offset to start writing at in destination buffer.</param>  
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Fpe.FpeEngine.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialize the FPE engine for encryption/decryption.
            </summary>
            <returns>number of bytes output.</returns>
            <param name="forEncryption">true if initialising for encryption, false otherwise.</param>  
            <param name="parameters ">the key and other parameters to use to set the engine up.</param>  
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Argon2BytesGenerator.#ctor(System.Threading.Tasks.TaskFactory)">
            <summary>
            Initializes a new <see cref="T:Org.BouncyCastle.Crypto.Generators.Argon2BytesGenerator"/> with an optional <see cref="T:System.Threading.Tasks.TaskFactory"/>.
            </summary>
            <param name="taskFactory">
            The <see cref="T:System.Threading.Tasks.TaskFactory"/> that (if not null) will be used for parallel execution when parallelism > 1.
            </param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Argon2BytesGenerator.Init(Org.BouncyCastle.Crypto.Parameters.Argon2Parameters)">
             Initialise the Argon2BytesGenerator from the parameters.
            
             @param parameters Argon2 configuration.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Argon2BytesGenerator.Hash(System.Byte[],System.Byte[],System.Int32,System.Int32)">
            H' - hash - variable length hash function
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Argon2BytesGenerator.FillFirstBlocks(System.Byte[],System.Byte[])">
            (H0 || 0 || i) 72 byte -> 1024 byte
            (H0 || 1 || i) 72 byte -> 1024 byte
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator">
            Basic KDF generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
            <br/>
            This implementation is based on ISO 18033/P1363a.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator.#ctor(System.Int32,Org.BouncyCastle.Crypto.IDigest)">
             Construct a KDF Parameters generator.
            
             @param counterStart value of counter.
             @param digest the digest to be used as the source of derived keys.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.BaseKdfBytesGenerator.GenerateBytes(System.Byte[],System.Int32,System.Int32)">
             fill len bytes of the output buffer with bytes generated from
             the derivation function.
            
             @throws ArgumentException if the size of the request will cause an overflow.
             @throws DataLengthException if the out buffer is too small.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.BCrypt">
            Core of password hashing scheme Bcrypt,
            designed by Niels Provos and David Mazières,
            corresponds to the C reference implementation.
            <p>
            This implementation does not correspondent to the 1999 published paper
            "A Future-Adaptable Password Scheme" of Niels Provos and David Mazières,
            see: https://www.usenix.org/legacy/events/usenix99/provos/provos_html/node1.html.
            In contrast to the paper, the order of key setup and salt setup is reversed:
            state &lt;- ExpandKey(state, 0, key)
            state %lt;- ExpandKey(state, 0, salt)
            This corresponds to the OpenBSD reference implementation of Bcrypt. 
            </p><p>
            Note: 
            There is no successful cryptanalysis (status 2015), but
            the amount of memory and the band width of Bcrypt
            may be insufficient to effectively prevent attacks 
            with custom hardware like FPGAs, ASICs
            </p><p>
            This implementation uses some parts of Bouncy Castle's BlowfishEngine.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.BCrypt.DeriveRawKey(System.Int32,System.Byte[],System.Byte[])">
             Derives a raw 192 bit Bcrypt key
            
             @param cost the cost factor, treated as an exponent of 2
             @param salt a 16 byte salt
             @param psw  the password
             @return a 192 bit key
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Generators.BCrypt.SaltSizeBytes">
            Size of the salt parameter in bytes
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Generators.BCrypt.MinCost">
            Minimum value of cost parameter, equal to log2(bytes of salt)
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Generators.BCrypt.MaxCost">
            Maximum value of cost parameter (31 == 2,147,483,648)
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Generators.BCrypt.MaxPasswordBytes">
            Maximum size of password == max (unrestricted) size of Blowfish key
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.BCrypt.PasswordToByteArray(System.Char[])">
             Converts a character password to bytes incorporating the required trailing zero byte.
            
             @param password the password to be encoded.
             @return a byte representation of the password in UTF8 + trailing zero.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.BCrypt.Generate(System.Byte[],System.Byte[],System.Int32)">
            <summary>
            Calculates the <b>bcrypt</b> hash of an input, passing the password bytes through to the EksBlowfishSetup
            password schedule unchanged.
            </summary>
            <remarks>
            <para>
            The bcrypt specification requires the password input to be null-terminated; this overload does not append
            the terminator so the caller must supply <paramref name="password"/> already terminated (for example via
            <see cref="M:Org.BouncyCastle.Crypto.Generators.BCrypt.PasswordToByteArray(System.Char[])"/>. Without a trailing 0x00 byte, distinct passwords whose encodings
            differ only by repetition (e.g. <c>"abc"</c> and <c>"abcabc"</c>) collide and produce identical hashes.
            </para>
            <para>
            This implements the raw <b>bcrypt</b> function as defined in the bcrypt specification, not the crypt encoded
            version implemented in <see cref="T:Org.BouncyCastle.Crypto.Generators.OpenBsdBCrypt">OpenBSD</see>.
            </para>
            <para>
            This method is <see cref="T:System.ObsoleteAttribute">Obsolete</see>. As a direct replacement use
            <see cref="M:Org.BouncyCastle.Crypto.Generators.BCrypt.Generate(System.Byte[],System.Byte[],System.Int32,System.Boolean)"/> so the terminator choice is explicit at the call site - pass
            <c>true</c> to have the spec-required 0x00 terminator appended (equivalent to feeding
            <paramref name="password"/> through <see cref="M:Org.BouncyCastle.Crypto.Generators.BCrypt.PasswordToByteArray(System.Char[])"/>), <c>false</c> when the
            supplied bytes already include it. For general password hashing prefer <see cref="T:Org.BouncyCastle.Crypto.Generators.OpenBsdBCrypt"/>, which
            handles termination, salt formatting and the modular crypt output line; this raw primitive remains
            available for test-vector validation and interop with implementations that emit the 24-byte hash directly.
            </para>
            </remarks>
            <param name="password">The password bytes (up to 72 bytes) to use for this invocation.</param>
            <param name="salt">The 128 bit salt to use for this invocation.</param>
            <param name="cost">The bcrypt cost parameter. The cost of the bcrypt function grows as <c>2^cost</c>. Legal
            values are 4..31 inclusive.</param>
            <returns>The output of the raw bcrypt operation: a 192 bit (24 byte) hash.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.BCrypt.Generate(System.Byte[],System.Byte[],System.Int32,System.Boolean)">
            <summary>
            Calculates the <b>bcrypt</b> hash of an input, optionally appending the bcrypt password terminator (a
            single 0x00 byte) to <paramref name="password"/> before the EksBlowfishSetup password schedule.
            </summary>
            <remarks>
            <para>
            For general password hashing use <see cref="T:Org.BouncyCastle.Crypto.Generators.OpenBsdBCrypt"/> rather than this primitive; this entry point is
            intended for callers driving the raw bcrypt function against published test vectors or interoperating with
            another implementation that produces the 24-byte raw hash directly.
            </para>
            <para>
            Setting <paramref name="addTerminator"/> <c>true</c> is equivalent to feeding bytes produced by
            <see cref="M:Org.BouncyCastle.Crypto.Generators.BCrypt.PasswordToByteArray(System.Char[])"/> and is the right choice for any caller that has not already
            terminated the input. Setting it <c>false</c> passes <paramref name="password"/> through unchanged -
            appropriate when the supplied bytes are already terminated, or when reproducing a test vector that fixes the
            exact input.
            </para>
            </remarks>
            <param name="password">The password bytes (up to 72 bytes) to use for this invocation.</param>
            <param name="salt">The 128 bit salt to use for this invocation.</param>
            <param name="cost">The bcrypt cost parameter. The cost of the bcrypt function grows as <c>2^cost</c>. Legal
            values are 4..31 inclusive.</param>
            <param name="addTerminator">Whether to append the bcrypt password-terminator byte (0x00) to
            <paramref name="password"/> before the password schedule. Ignored when <c>password.Length == 72</c>.</param>
            <returns>The output of the raw bcrypt operation: a 192 bit (24 byte) hash.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.DesEdeKeyGenerator.EngineInit(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
             initialise the key generator - if strength is set to zero
             the key Generated will be 192 bits in size, otherwise
             strength can be 128 or 192 (or 112 or 168 if you don't count
             parity bits), depending on whether you wish to do 2-key or 3-key
             triple DES.
            
             @param param the parameters to be used for key generation
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.DesKeyGenerator.EngineInit(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
             initialise the key generator - if strength is set to zero
             the key generated will be 64 bits in size, otherwise
             strength can be 64 or 56 bits (if you don't count the parity bits).
            
             @param param the parameters to be used for key generation
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.DHBasicKeyPairGenerator">
             a basic Diffie-Hellman key pair generator.
            
             This generates keys consistent for use with the basic algorithm for
             Diffie-Hellman.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.DHKeyPairGenerator">
             a Diffie-Hellman key pair generator.
            
             This generates keys consistent for use in the MTI/A0 key agreement protocol
             as described in "Handbook of Applied Cryptography", Pages 516-519.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.DHParametersGenerator.GenerateParameters">
            <summary>Generates random DH parameters of the given size, with given certainty.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.DHParametersHelper.GenerateSafePrimes(System.Int32,System.Int32,Org.BouncyCastle.Security.SecureRandom,System.Boolean)">
            <summary>Finds a pair of prime BigInteger's {p, q: p = 2q + 1}.</summary>
            <remarks>
            See: Handbook of Applied Cryptography 4.86. If forGenerator2 is true, the returned p will also have 2 as a
            quadratic residue.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.DsaKeyPairGenerator">
             a DSA key pair generator.
            
             This Generates DSA keys in line with the method described
             in <i>FIPS 186-3 B.1 FFC Key Pair Generation</i>.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator">
            Generate suitable parameters for DSA, in line with FIPS 186-2, or FIPS 186-3.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator.Init(System.Int32,System.Int32,Org.BouncyCastle.Security.SecureRandom)">
            <summary>Initialise the generator</summary>
            <remarks>This form can only be used for older DSA (pre-DSA2) parameters</remarks>
            <param name="size">the size of keys in bits (from 512 up to 1024, and a multiple of 64)</param>
            <param name="certainty">measure of robustness of primes (at least 80 for FIPS 186-2 compliance)</param>
            <param name="random">the source of randomness to use</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator.Init(Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters)">
            <summary>Initialise the generator for DSA 2</summary>
            <remarks>You must use this Init method if you need to generate parameters for DSA 2 keys</remarks>
            <param name="parameters">An instance of <c>DsaParameterGenerationParameters</c> used to configure this generator</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator.GenerateParameters">
            <summary>Generates a set of <c>DsaParameters</c></summary>
            <remarks>Can take a while...</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator.GenerateParameters_FIPS186_3">
            generate suitable parameters for DSA, in line with
            <i>FIPS 186-3 A.1 Generation of the FFC Primes p and q</i>.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.ECKeyPairGenerator.GenerateKeyPair">
            Given the domain parameters this routine generates an EC key
            pair in accordance with X9.62 section 5.2.1 pages 26, 27.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Ed25519KeyPairGenerator">
            <summary>
            Key-pair generator for Ed25519 (RFC 8032). Only the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> from the supplied
            <see cref="T:Org.BouncyCastle.Crypto.KeyGenerationParameters"/> is used; the 32-byte seed is drawn directly from it.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Ed25519KeyPairGenerator.Init(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
            <summary>Capture the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> that will source the seed.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Ed25519KeyPairGenerator.GenerateKeyPair">
            <summary>Generate a fresh Ed25519 key pair.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Ed448KeyPairGenerator">
            <summary>
            Key-pair generator for Ed448 (RFC 8032). Only the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> from the supplied
            <see cref="T:Org.BouncyCastle.Crypto.KeyGenerationParameters"/> is used; the 57-byte seed is drawn directly from it.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Ed448KeyPairGenerator.Init(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
            <summary>Capture the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> that will source the seed.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Ed448KeyPairGenerator.GenerateKeyPair">
            <summary>Generate a fresh Ed448 key pair.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.ElGamalKeyPairGenerator">
            a ElGamal key pair generator.
            <p>
            This Generates keys consistent for use with ElGamal as described in
            page 164 of "Handbook of Applied Cryptography".</p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.ElGamalParametersGenerator.GenerateParameters">
            <summary>Generates random ElGamal parameters of the given size, with given certainty.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Gost3410KeyPairGenerator">
            a GOST3410 key pair generator.
            This generates GOST3410 keys in line with the method described
            in GOST R 34.10-94.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Gost3410ParametersGenerator">
            generate suitable parameters for GOST3410.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Gost3410ParametersGenerator.Init(System.Int32,System.Int32,Org.BouncyCastle.Security.SecureRandom)">
             initialise the key generator.
            
             @param size size of the key
             @param typeProcedure type procedure A,B = 1;  A',B' - else
             @param random random byte source.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Gost3410ParametersGenerator.procedure_C(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            Procedure C
            procedure generates the a value from the given p,q,
            returning the a value.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Gost3410ParametersGenerator.GenerateParameters">
            which generates the p , q and a values from the given parameters,
            returning the Gost3410Parameters object.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator">
            HMAC-based Extract-and-Expand Key Derivation Function (HKDF) implemented
            according to IETF RFC 5869, May 2010 as specified by H. Krawczyk, IBM
            Research &amp; P. Eronen, Nokia. It uses a HMac internally to compute de OKM
            (output keying material) and is likely to have better security properties
            than KDF's based on just a hash function.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator.#ctor(Org.BouncyCastle.Crypto.IDigest)">
             Creates a HKDFBytesGenerator based on the given hash function.
            
             @param hash the digest to be used as the source of generatedBytes bytes
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator.Extract(System.Byte[],System.Byte[])">
             Performs the extract part of the key derivation function.
            
             @param salt the salt to use
             @param ikm  the input keying material
             @return the PRK as KeyParameter
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.HkdfBytesGenerator.ExpandNext">
             Performs the expand part of the key derivation function, using currentT
             as input and output buffer.
            
             @throws DataLengthException if the total number of bytes generated is larger than the one
             specified by RFC 5869 (255 * HashLen)
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Kdf1BytesGenerator">
            KFD1 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
            <br/>
            This implementation is based on IEEE P1363/ISO 18033.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Kdf1BytesGenerator.#ctor(Org.BouncyCastle.Crypto.IDigest)">
             Construct a KDF1 byte generator.
            
             @param digest the digest to be used as the source of derived keys.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Kdf2BytesGenerator">
            KDF2 generator for derived keys and ivs as defined by IEEE P1363a/ISO 18033
            <br/>
            This implementation is based on IEEE P1363/ISO 18033.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Kdf2BytesGenerator.#ctor(Org.BouncyCastle.Crypto.IDigest)">
             Construct a KDF2 bytes generator. Generates key material
             according to IEEE P1363 or ISO 18033 depending on the initialisation.
            
             @param digest the digest to be used as the source of derived keys.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Mgf1BytesGenerator">
            <summary>Generator for MGF1 as defined in Pkcs 1v2</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Mgf1BytesGenerator.#ctor(Org.BouncyCastle.Crypto.IDigest)">
            <param name="digest">the digest to be used as the source of generated bytes</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Generators.Mgf1BytesGenerator.Digest">
            <summary>the underlying digest.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Mgf1BytesGenerator.GenerateBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>Fill <c>len</c> bytes of the output buffer with bytes generated from the derivation function.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.MLDsaKeyPairGenerator">
            <summary>
            Key-pair generator for ML-DSA (FIPS 204). Driven by an <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaKeyGenerationParameters"/>
            init payload; produces an <see cref="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair"/> bound to the chosen parameter set.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.MLDsaKeyPairGenerator.Init(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
            <summary>
            Initialise with an <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaKeyGenerationParameters"/> instance; the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/>
            and parameter set are taken from it.
            </summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="parameters"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaKeyGenerationParameters"/>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.MLDsaKeyPairGenerator.GenerateKeyPair">
            <summary>
            Generate a fresh ML-DSA key pair. The private key is returned with
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format.SeedAndEncoding"/> so the resulting key carries both
            the 32-byte seed and the expanded encoding.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.MLKemKeyPairGenerator">
            <summary>
            Key-pair generator for ML-KEM (FIPS 203). Driven by an <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemKeyGenerationParameters"/>
            init payload; produces an <see cref="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair"/> bound to the chosen parameter set.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.MLKemKeyPairGenerator.Init(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
            <summary>
            Initialise with an <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemKeyGenerationParameters"/> instance; the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/>
            and parameter set are taken from it.
            </summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="parameters"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemKeyGenerationParameters"/>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.MLKemKeyPairGenerator.GenerateKeyPair">
            <summary>
            Generate a fresh ML-KEM key pair. The private key is returned with
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format.SeedAndEncoding"/> so the resulting key carries both
            the 64-byte seed and the expanded encoding.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.NaccacheSternKeyPairGenerator">
             Key generation parameters for NaccacheStern cipher. For details on this cipher, please see
            
             http://www.gemplus.com/smart/rd/publications/pdf/NS98pkcs.pdf
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.NaccacheSternKeyPairGenerator.PermuteList``1(System.Collections.Generic.IList{``0},Org.BouncyCastle.Security.SecureRandom)">
             Generates a permuted ArrayList from the original one. The original List
             is not modified
            
             @param arr
                        the ArrayList to be permuted
             @param rand
                        the source of Randomness for permutation
             @return a new IList with the permuted elements.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.NaccacheSternKeyPairGenerator.FindFirstPrimes(System.Int32)">
             Finds the first 'count' primes starting with 3
            
             @param count
                        the number of primes to find
             @return a vector containing the found primes as Integer
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.OpenBsdBCrypt">
            <summary>Password hashing scheme BCrypt.</summary>
            <remarks>
            Designed by Niels Provos and David Mazières, using the string format and the Base64 encoding of the reference
            implementation in OpenBSD. Passwords are encoded using UTF-8 when provided as char[]. Encoded passwords longer than
            72 bytes are truncated and all remaining bytes are ignored.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.OpenBsdBCrypt.CreateBcryptString(System.String,System.Byte[],System.Byte[],System.Int32)">
             Creates a 60 character Bcrypt String, including
             version, cost factor, salt and hash, separated by '$'
            
             @param version  the version, 2y,2b or 2a. (2a is not backwards compatible.)
             @param cost     the cost factor, treated as an exponent of 2
             @param salt     a 16 byte salt
             @param password the password
             @return a 60 character Bcrypt String
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.OpenBsdBCrypt.Generate(System.Char[],System.Byte[],System.Int32)">
             Creates a 60 character Bcrypt String, including
             version, cost factor, salt and hash, separated by '$' using version
             '2y'.
            
             @param cost     the cost factor, treated as an exponent of 2
             @param salt     a 16 byte salt
             @param password the password
             @return a 60 character Bcrypt String
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.OpenBsdBCrypt.Generate(System.String,System.Char[],System.Byte[],System.Int32)">
             Creates a 60 character Bcrypt String, including
             version, cost factor, salt and hash, separated by '$'
            
             @param version  the version, may be 2b, 2y or 2a. (2a is not backwards compatible.)
             @param cost     the cost factor, treated as an exponent of 2
             @param salt     a 16 byte salt
             @param password the password
             @return a 60 character Bcrypt String
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.OpenBsdBCrypt.CheckPassword(System.String,System.Char[])">
             Checks if a password corresponds to a 60 character Bcrypt String
            
             @param bcryptString a 60 character Bcrypt String, including
                                 version, cost factor, salt and hash,
                                 separated by '$'
             @param password     the password as an array of chars
             @return true if the password corresponds to the
             Bcrypt String, otherwise false
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.OpenSslPbeParametersGenerator">
            <description>
            Generator for PBE derived keys and IVs as usd by OpenSSL. Originally this scheme was a simple extension of
            PKCS 5 V2.0 Scheme 1 using MD5 with an iteration count of 1. The default digest was changed to SHA-256 with
            OpenSSL 1.1.0. This implementation still defaults to MD5, but the digest can now be set.
            </description>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.OpenSslPbeParametersGenerator.#ctor">
            
             <description>
             Construct a OpenSSL Parameters generator - digest the original MD5.
             </description>
            
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.OpenSslPbeParametersGenerator.#ctor(Org.BouncyCastle.Crypto.IDigest)">
            
             <description>
             Construct a OpenSSL Parameters generator - digest as specified.
             </description>
             <param name="digest">the digest to use as the PRF.</param>
            
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.OpenSslPbeParametersGenerator.Init(System.Byte[],System.Byte[])">
            Initialise - note the iteration count for this algorithm is fixed at 1.
            
            @param password password to use.
            @param salt salt to use.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.OpenSslPbeParametersGenerator.GenerateDerivedKey(System.Int32)">
            the derived key function, the ith hash of the password and the salt.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.OpenSslPbeParametersGenerator.GenerateDerivedMacParameters(System.Int32)">
             Generate a key parameter for use with a MAC derived from the password,
             salt, and iteration count we are currently initialised with.
            
             @param keySize the size of the key we want (in bits)
             @return a KeyParameter object.
             @exception ArgumentException if the key length larger than the base hash size.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Pkcs12ParametersGenerator">
            Generator for Pbe derived keys and ivs as defined by Pkcs 12 V1.0.
            <p>
            The document this implementation is based on can be found at
            <a href="http://www.rsasecurity.com/rsalabs/pkcs/pkcs-12/index.html">
            RSA's Pkcs12 Page</a>
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Pkcs12ParametersGenerator.#ctor(Org.BouncyCastle.Crypto.IDigest)">
             Construct a Pkcs 12 Parameters generator.
            
             @param digest the digest to be used as the source of derived keys.
             @exception ArgumentException if an unknown digest is passed in.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Pkcs12ParametersGenerator.Adjust(System.Byte[],System.Int32,System.Byte[])">
            add a + b + 1, returning the result in a. The a value is treated
            as a BigInteger of length (b.Length * 8) bits. The result is
            modulo 2^b.Length in case of overflow.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Pkcs12ParametersGenerator.GenerateDerivedKey(System.Byte,System.Byte[])">
            generation of a derived key ala Pkcs12 V1.0.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Pkcs12ParametersGenerator.GenerateDerivedMacParameters(System.Int32)">
             Generate a key parameter for use with a MAC derived from the password,
             salt, and iteration count we are currently initialised with.
            
             @param keySize the size of the key we want (in bits)
             @return a KeyParameter object.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator">
            Generator for Pbe derived keys and ivs as defined by Pkcs 5 V2.0 Scheme 1.
            Note this generator is limited to the size of the hash produced by the
            digest used to drive it.
            <p>
            The document this implementation is based on can be found at
            <a href="http://www.rsasecurity.com/rsalabs/pkcs/pkcs-5/index.html">
            RSA's Pkcs5 Page</a>
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator.#ctor(Org.BouncyCastle.Crypto.IDigest)">
             Construct a Pkcs 5 Scheme 1 Parameters generator.
            
             @param digest the digest to be used as the source of derived keys.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator.GenerateDerivedKey">
            the derived key function, the ith hash of the mPassword and the mSalt.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Pkcs5S1ParametersGenerator.GenerateDerivedMacParameters(System.Int32)">
             Generate a key parameter for use with a MAC derived from the mPassword,
             mSalt, and iteration count we are currently initialised with.
            
             @param keySize the size of the key we want (in bits)
             @return a KeyParameter object.
             @exception ArgumentException if the key length larger than the base hash size.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator">
            Generator for Pbe derived keys and ivs as defined by Pkcs 5 V2.0 Scheme 2.
            This generator uses a SHA-1 HMac as the calculation function.
            <p>
            The document this implementation is based on can be found at
            <a href="http://www.rsasecurity.com/rsalabs/pkcs/pkcs-5/index.html">
            RSA's Pkcs5 Page</a></p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator.#ctor">
            construct a Pkcs5 Scheme 2 Parameters generator.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Pkcs5S2ParametersGenerator.GenerateDerivedMacParameters(System.Int32)">
             Generate a key parameter for use with a MAC derived from the password,
             salt, and iteration count we are currently initialised with.
            
             @param keySize the size of the key we want (in bits)
             @return a KeyParameter object.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.Poly1305KeyGenerator">
            <summary>
            Generates keys for the Poly1305 MAC.
            </summary>
            <remarks>
            Poly1305 keys are 256 bit keys consisting of a 128 bit secret key used for the underlying block
            cipher followed by a 128 bit {@code r} value used for the polynomial portion of the Mac. <br/>
            The {@code r} value has a specific format with some bits required to be cleared, resulting in an
            effective 106 bit key. <br/>
            A separately generated 256 bit key can be modified to fit the Poly1305 key format by using the
            {@link #clamp(byte[])} method to clear the required bits.
            </remarks>
            <seealso cref="T:Org.BouncyCastle.Crypto.Macs.Poly1305"/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Poly1305KeyGenerator.EngineInit(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
            <summary>
            Initialises the key generator.
            </summary>
            <remarks>
            Poly1305 keys are always 256 bits, so the key length in the provided parameters is ignored.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Poly1305KeyGenerator.EngineGenerateKey">
            <summary>
            Generates a 256 bit key in the format required for Poly1305 - e.g.
            <code>k[0] ... k[15], r[0] ... r[15]</code> with the required bits in <code>r</code> cleared
            as per <see cref="M:Org.BouncyCastle.Crypto.Generators.Poly1305KeyGenerator.Clamp(System.Byte[])"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Poly1305KeyGenerator.Clamp(System.Byte[])">
            <summary>
            Modifies an existing 32 byte key value to comply with the requirements of the Poly1305 key by
            clearing required bits in the <code>r</code> (second 16 bytes) portion of the key.<br/>
            Specifically:
            <ul>
            <li>r[3], r[7], r[11], r[15] have top four bits clear (i.e., are {0, 1, . . . , 15})</li>
            <li>r[4], r[8], r[12] have bottom two bits clear (i.e., are in {0, 4, 8, . . . , 252})</li>
            </ul>
            </summary>
            <param name="key">a 32 byte key value <code>k[0] ... k[15], r[0] ... r[15]</code></param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.Poly1305KeyGenerator.CheckKey(System.Byte[])">
            <summary>
            Checks a 32 byte key for compliance with the Poly1305 key requirements, e.g.
            <code>k[0] ... k[15], r[0] ... r[15]</code> with the required bits in <code>r</code> cleared
            as per <see cref="M:Org.BouncyCastle.Crypto.Generators.Poly1305KeyGenerator.Clamp(System.Byte[])"/>.
            </summary>
            <param name="key">Key.</param>
            <exception cref="T:System.ArgumentException">if the key is of the wrong length, or has invalid bits set
                      in the <code>r</code> portion of the key.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.RsaBlindingFactorGenerator">
            Generate a random factor suitable for use with RSA blind signatures
            as outlined in Chaum's blinding and unblinding as outlined in
            "Handbook of Applied Cryptography", page 475.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.RsaBlindingFactorGenerator.Init(Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialise the factor generator
            
             @param param the necessary RSA key parameters.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.RsaBlindingFactorGenerator.GenerateBlindingFactor">
             Generate a suitable blind factor for the public key the generator was initialised with.
            
             @return a random blind factor
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.RsaKeyPairGenerator">
            an RSA key pair generator.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.RsaKeyPairGenerator.ChooseRandomPrime(System.Int32,Org.BouncyCastle.Math.BigInteger)">
            <summary>Choose a random prime value for use with RSA</summary>
            <param name="bitlength">the bit-length of the returned prime</param>
            <param name="e">the RSA public exponent</param>
            <returns>a prime p, with (p-1) relatively prime to e</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.SCrypt">
            <summary>Implementation of the scrypt a password-based key derivation function.</summary>
            <remarks>
            Scrypt was created by Colin Percival and is specified in
            <a href="http://tools.ietf.org/html/draft-josefsson-scrypt-kdf-01">draft-josefsson-scrypt-kd</a>.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.SCrypt.Generate(System.Byte[],System.Byte[],System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>Generate a key using the scrypt key derivation function.</summary>
            <param name="P">the bytes of the pass phrase.</param>
            <param name="S">the salt to use for this invocation.</param>
            <param name="N">CPU/Memory cost parameter. Must be larger than 1, a power of 2 and less than
                <code>2^(128 * r / 8)</code>.</param>
            <param name="r">the block size, must be >= 1.</param>
            <param name="p">Parallelization parameter. Must be a positive integer less than or equal to
                <code>int.MaxValue / (128 * r * 8)</code>.</param>
            <param name="dkLen">the length of the key to generate.</param>
            <returns>the generated key.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.SlhDsaKeyPairGenerator">
            <summary>
            Key-pair generator for SLH-DSA (FIPS 205). Driven by an <see cref="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaKeyGenerationParameters"/>
            init payload; produces an <see cref="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair"/> bound to the chosen parameter set.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.SlhDsaKeyPairGenerator.Init(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
            <summary>
            Initialise with an <see cref="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaKeyGenerationParameters"/> instance; the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/>
            and parameter set are taken from it.
            </summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="parameters"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaKeyGenerationParameters"/>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.SlhDsaKeyPairGenerator.GenerateKeyPair">
            <summary>
            Generate a fresh SLH-DSA key pair by drawing the three <c>n</c>-byte seeds
            (<c>SK.seed</c>, <c>SK.prf</c>, <c>PK.seed</c>) and computing the hypertree root.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.X25519KeyPairGenerator">
            <summary>
            Key-pair generator for X25519 (RFC 7748). Only the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> from the supplied
            <see cref="T:Org.BouncyCastle.Crypto.KeyGenerationParameters"/> is used; the 32-byte clamped scalar is drawn directly from it.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.X25519KeyPairGenerator.Init(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
            <summary>Capture the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> that will source the scalar.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.X25519KeyPairGenerator.GenerateKeyPair">
            <summary>Generate a fresh X25519 key pair.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Generators.X448KeyPairGenerator">
            <summary>
            Key-pair generator for X448 (RFC 7748). Only the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> from the supplied
            <see cref="T:Org.BouncyCastle.Crypto.KeyGenerationParameters"/> is used; the 56-byte clamped scalar is drawn directly from it.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.X448KeyPairGenerator.Init(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
            <summary>Capture the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> that will source the scalar.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Generators.X448KeyPairGenerator.GenerateKeyPair">
            <summary>Generate a fresh X448 key pair.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IAlphabetMapper">
            <summary>Base interface for mapping from an alphabet to a set of indexes.</summary>
            <remarks>Suitable for use with FPE.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IAlphabetMapper.Radix">
            <summary>
            Return the number of characters in the alphabet.
            </summary>
            <returns>the radix for the alphabet.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IAlphabetMapper.ConvertToIndexes(System.Char[])">
            <summary>
            Return the passed in char[] as a byte array of indexes (indexes
            can be more than 1 byte)
            </summary>
            <returns>an index array.</returns>
            <param name="input">characters to be mapped.</param>   
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IAlphabetMapper.ConvertToChars(System.Byte[])">
            <summary>
            Return a char[] for this alphabet based on the indexes passed.
            </summary>
            <returns>an array of char corresponding to the index values.</returns>
            <param name="input">input array of indexes.</param>   
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IAsymmetricBlockCipher">
            <remarks>Base interface for a public/private key block cipher.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IAsymmetricBlockCipher.AlgorithmName">
            <summary>The name of the algorithm this cipher implements.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IAsymmetricBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the cipher.</summary>
            <param name="forEncryption">Initialise for encryption if true, for decryption if false.</param>
            <param name="parameters">The key or other data required by the cipher.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IAsymmetricBlockCipher.GetInputBlockSize">
            <returns>The maximum size, in bytes, an input block may be.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IAsymmetricBlockCipher.GetOutputBlockSize">
            <returns>The maximum size, in bytes, an output block will be.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IAsymmetricBlockCipher.ProcessBlock(System.Byte[],System.Int32,System.Int32)">
            <summary>Process a block.</summary>
            <param name="inBuf">The input buffer.</param>
            <param name="inOff">The offset into <paramref>inBuf</paramref> that the input block begins.</param>
            <param name="inLen">The length of the input block.</param>
            <exception cref="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">Input decrypts improperly.</exception>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">Input is too large for the cipher.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IAsymmetricCipherKeyPairGenerator">
            interface that a public/private key pair generator should conform to.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IAsymmetricCipherKeyPairGenerator.Init(Org.BouncyCastle.Crypto.KeyGenerationParameters)">
             intialise the key pair generator.
            
             @param the parameters the key pair is to be initialised with.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IAsymmetricCipherKeyPairGenerator.GenerateKeyPair">
             return an AsymmetricCipherKeyPair containing the Generated keys.
            
             @return an AsymmetricCipherKeyPair containing the Generated keys.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IBasicAgreement">
            <summary>The interface that basic Diffie-Hellman implementations conform to.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBasicAgreement.Init(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the agreement engine.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBasicAgreement.GetFieldSize">
            <summary>Return the field size for the agreement algorithm in bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBasicAgreement.CalculateAgreement(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Given a public key from a given party calculate the next message in the agreement sequence.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IBlockCipher">
            <summary>
            Base interface for a symmetric key block cipher.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IBlockCipher.AlgorithmName">
            <summary>The name of the algorithm this cipher implements.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the cipher.</summary>
            <param name="forEncryption">Initialise for encryption if true, for decryption if false.</param>
            <param name="parameters">The key or other data required by the cipher.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBlockCipher.GetBlockSize">
            <summary>
            Return the block size for this cipher (in bytes).
            </summary>
            <returns>The block size for this cipher, in bytes.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBlockCipher.ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32)">
            <summary>Process a block.</summary>
            <param name="inBuf">The input buffer.</param>
            <param name="inOff">The offset into <paramref>inBuf</paramref> that the input block begins.</param>
            <param name="outBuf">The output buffer.</param>
            <param name="outOff">The offset into <paramref>outBuf</paramref> to write the output block.</param>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">If input block is wrong size, or outBuf too small.</exception>
            <returns>The number of bytes processed and produced.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IBlockResult">
            <summary>
            Operators that reduce their input to a single block return an object
            of this type.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBlockResult.Collect">
            <summary>
            Return the final result of the operation.
            </summary>
            <returns>A block of bytes, representing the result of an operation.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBlockResult.Collect(System.Byte[],System.Int32)">
            <summary>
            Store the final result of the operation by copying it into the destination array.
            </summary>
            <returns>The number of bytes copied into destination.</returns>
            <param name="buf">The byte array to copy the result into.</param>
            <param name="off">The offset into destination to start copying the result at.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBlockResult.GetMaxResultLength">
            <summary>Return an upper limit for the size of the result.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IBufferedCipher">
            <remarks>Block cipher engines are expected to conform to this interface.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IBufferedCipher.AlgorithmName">
            <summary>The name of the algorithm this cipher implements.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBufferedCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the cipher.</summary>
            <param name="forEncryption">If true the cipher is initialised for encryption,
            if false for decryption.</param>
            <param name="parameters">The key and other data required by the cipher.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IBufferedCipher.Reset">
            <summary>
            Reset the cipher. After resetting the cipher is in the same state
            as it was after the last init (if there was one).
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.ICharToByteConverter">
            <summary>
            Interface for a converter that produces a byte encoding for a char array.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.ICharToByteConverter.Name">
            <summary>The name of the conversion.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ICharToByteConverter.Convert(System.Char[])">
            <summary>Return a byte encoded representation of the passed in password.</summary>
            <param name="password">the characters to encode.</param>
            <return>a byte encoding of password.</return>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.ICipher">
            <summary>
            Base interface for a ciphers that do not require data to be block aligned.
            <para>
            Note: In cases where the underlying algorithm is block based, these ciphers may add or remove padding as needed.
            </para>
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ICipher.GetMaxOutputSize(System.Int32)">
            <summary>
            Return the size of the output buffer required for a Write() plus a
            close() with the write() being passed inputLen bytes.
            <para>
            The returned size may be dependent on the initialisation of this cipher
            and may not be accurate once subsequent input data is processed as the cipher may
            add, add or remove padding, as it sees fit.
            </para>
            </summary>
            <returns>The space required to accommodate a call to processBytes and doFinal with inputLen bytes of input.</returns>
            <param name="inputLen">The length of the expected input.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ICipher.GetUpdateOutputSize(System.Int32)">
            <summary>
            Return the size of the output buffer required for a write() with the write() being
            passed inputLen bytes and just updating the cipher output.
            </summary>
            <returns>The space required to accommodate a call to processBytes with inputLen bytes of input.</returns>
            <param name="inputLen">The length of the expected input.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.ICipher.Stream">
            <summary>
            Gets the stream for reading/writing data processed/to be processed.
            </summary>
            <value>The stream associated with this cipher.</value>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.ICipherBuilder">
            <summary>
            Base interface for cipher builders.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.ICipherBuilder.AlgorithmDetails">
            <summary>
            Return the algorithm and parameter details associated with any cipher built.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ICipherBuilder.GetMaxOutputSize(System.Int32)">
            <summary>
            Return the maximum output size that a given input will produce.
            </summary>
            <param name="inputLen">the length of the expected input.</param>
            <returns>The maximum possible output size that can produced for the expected input length.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ICipherBuilder.BuildCipher(System.IO.Stream)">
            <summary>
            Build a cipher that operates on the passed in stream.
            </summary>
            <param name="stream">The stream to write/read any encrypted/decrypted data.</param>
            <returns>A cipher based around the given stream.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.ICipherBuilderWithKey">
            <summary>
            A cipher builder that can also return the key it was initialized with.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.ICipherBuilderWithKey.Key">
            <summary>
            Return the key we were initialized with.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.ICipherParameters">
            all parameter classes implement this.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IDecryptorBuilderProvider">
            <summary>
            Interface describing a provider of cipher builders for creating decrypting ciphers.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDecryptorBuilderProvider.CreateDecryptorBuilder(System.Object)">
            <summary>
            Return a cipher builder for creating decrypting ciphers.
            </summary>
            <param name="algorithmDetails">The algorithm details/parameters to use to create the final cipher.</param>
            <returns>A new cipher builder.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IDerivationFunction">
            <summary>Base interface for general purpose byte derivation functions.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IDerivationFunction.Digest">
            <summary>The message digest used as the basis for the function.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IDerivationParameters">
            Parameters for key/byte stream derivation classes
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IDigest">
            <remarks>Base interface for a message digest.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IDigest.AlgorithmName">
            <summary>The algorithm name.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDigest.GetDigestSize">
            <summary>Return the size, in bytes, of the digest produced by this message digest.</summary>
            <returns>The size, in bytes, of the digest produced by this message digest.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDigest.GetByteLength">
            <summary>Return the size, in bytes, of the internal buffer used by this digest.</summary>
            <returns>The size, in bytes, of the internal buffer used by this digest.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDigest.Update(System.Byte)">
            <summary>Update the message digest with a single byte.</summary>
            <param name="input">The input byte to be entered.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDigest.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <summary>Update the message digest with a block of bytes.</summary>
            <param name="input">The byte array containing the data.</param>
            <param name="inOff">The offset into the byte array where the data starts.</param>
            <param name="inLen">The length of the data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDigest.DoFinal(System.Byte[],System.Int32)">
            <summary>Close the digest, producing the final digest value.</summary>
            <remarks>This call leaves the digest reset.</remarks>
            <param name="output">The byte array the digest is to be copied into.</param>
            <param name="outOff">The offset into the byte array the digest is to start at.</param>
            <returns>The number of bytes written.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDigest.Reset">
            <summary>Reset the digest back to its initial state.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IDigestFactory">
            <summary>
            Base interface for operator factories that create stream-based digest calculators.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IDigestFactory.AlgorithmDetails">
            <summary>The algorithm details object for calculators made by this factory.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IDigestFactory.DigestLength">
            <summary>Return the size of the digest associated with this factory.</summary>
            <returns>The length of the digest produced by this calculators from this factory in bytes.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDigestFactory.CreateCalculator">
            <summary>
            Create a stream calculator for the digest associated with this factory. The stream
            calculator is used for the actual operation of entering the data to be digested
            and producing the digest block.
            </summary>
            <returns>A calculator producing an IBlockResult with the final digest in it.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IDsa">
            <summary>Interface for classes implementing the Digital Signature Algorithm</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IDsa.AlgorithmName">
            <summary>The algorithm name.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDsa.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the signer for signature generation or signature verification.</summary>
            <param name="forSigning">true if we are generating a signature, false otherwise.</param>
            <param name="parameters">key parameters for signature generation.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDsa.GenerateSignature(System.Byte[])">
            <summary>Sign the passed in message (usually the output of a hash function).</summary>
            <param name="message">the message to be signed.</param>
            <returns>two big integers representing the r and s values respectively.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IDsa.Order">
            <summary>The order of the group that the r, s values in signatures belong to.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IDsa.VerifySignature(System.Byte[],Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>Verify the message message against the signature values r and s.</summary>
            <param name="message">the message that was supposed to have been signed.</param>
            <param name="r">the r signature value.</param>
            <param name="s">the s signature value.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IEncapsulatedSecretExtractor.ExtractSecret(System.Byte[])">
            <summary>
            Generate an exchange pair based on the recipient public key.
            </summary>
            <param name="encapsulation"> the encapsulated secret.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IEncapsulatedSecretExtractor.EncapsulationLength">
            <summary>
            The length in bytes of the encapsulation.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IEncapsulatedSecretGenerator.GenerateEncapsulated(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Generate an exchange pair based on the recipient public key.
            </summary>
            <param name="recipientKey"></param>
            <returns> An SecretWithEncapsulation derived from the recipient public key.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IEntropySource">
            <summary>
            Base interface describing an entropy source for a DRBG.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IEntropySource.IsPredictionResistant">
            <summary>
            Return whether or not this entropy source is regarded as prediction resistant.
            </summary>
            <value><c>true</c> if this instance is prediction resistant; otherwise, <c>false</c>.</value>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IEntropySource.GetEntropy">
            <summary>
            Return a byte array of entropy.
            </summary>
            <returns>The entropy bytes.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IEntropySource.EntropySize">
            <summary>
            Return the number of bits of entropy this source can produce.
            </summary>
            <value>The size, in bits, of the return value of getEntropy.</value>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IEntropySourceProvider">
            <summary>
            Base interface describing a provider of entropy sources.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IEntropySourceProvider.Get(System.Int32)">
            <summary>
            Return an entropy source providing a block of entropy.
            </summary>
            <param name="bitsRequired">The size of the block of entropy required.</param>
            <returns>An entropy source providing bitsRequired blocks of entropy.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IKeyUnwrapper">
            <summary>
            Base interface for a key unwrapper.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IKeyUnwrapper.AlgorithmDetails">
            <summary>
            The parameter set used to configure this key unwrapper.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IKeyUnwrapper.Unwrap(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Unwrap the passed in data.
            </summary>
            <param name="cipherText">The array containing the data to be unwrapped.</param>
            <param name="offset">The offset into cipherText at which the unwrapped data starts.</param>
            <param name="length">The length of the data to be unwrapped.</param>
            <returns>an IBlockResult containing the unwrapped key data.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IKeyWrapper">
            <summary>
            Base interface for a key wrapper.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IKeyWrapper.AlgorithmDetails">
            <summary>
            The parameter set used to configure this key wrapper.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IKeyWrapper.Wrap(System.Byte[])">
            <summary>
            Wrap the passed in key data.
            </summary>
            <param name="keyData">The key data to be wrapped.</param>
            <returns>an IBlockResult containing the wrapped key data.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IMac">
            <summary>The base interface for implementations of message authentication codes (MACs).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IMac.Init(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the MAC.</summary>
            <param name="parameters">The key or other data required by the MAC.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IMac.AlgorithmName">
            <summary>The algorithm name.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IMac.GetMacSize">
            <summary>Return the size, in bytes, of the MAC produced by this implementation.</summary>
            <returns>the size, in bytes, of the MAC produced by this implementation.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IMac.Update(System.Byte)">
            <summary>Update the MAC with a single byte.</summary>
            <param name="input">the input byte to be entered.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IMac.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <summary>Update the MAC with a block of bytes.</summary>
            <param name="input">the byte array containing the data.</param>
            <param name="inOff">the offset into the byte array where the data starts.</param>
            <param name="inLen">the length of the data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IMac.DoFinal(System.Byte[],System.Int32)">
            <summary>Perform final calculations, producing the result MAC.</summary>
            <remarks>This call leaves the MAC reset.</remarks>
            <param name="output">the byte array the MAC is to be copied into.</param>
            <param name="outOff">the offset into the byte array the MAC is to start at.</param>
            <returns>the number of bytes written</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IMac.Reset">
            <summary>Reset the MAC back to its initial state.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IMacFactory.AlgorithmDetails">
            <summary>The algorithm details object for this calculator.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IMacFactory.CreateCalculator">
            <summary>
            Create a stream calculator for this signature calculator. The stream
            calculator is used for the actual operation of entering the data to be signed
            and producing the signature block.
            </summary>
            <returns>A calculator producing an IBlockResult with a signature in it.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">
            <summary>This exception is thrown whenever we find something we don't expect in a message.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISecretWithEncapsulation.GetSecret">
            <summary>
             Return the secret associated with the encapsulation.
             </summary>
             <returns> the secret the encapsulation is for.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISecretWithEncapsulation.GetEncapsulation">
            <summary>
            Return the data that carries the secret in its encapsulated form.
            </summary>
            <returns> the encapsulation of the secret.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.ISignatureFactory">
            <summary>
            Base interface for operators that serve as stream-based signature calculators.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.ISignatureFactory.AlgorithmDetails">
            <summary>The algorithm details object for this calculator.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISignatureFactory.CreateCalculator">
            <summary>
            Create a stream calculator for this signature calculator. The stream
            calculator is used for the actual operation of entering the data to be signed
            and producing the signature block.
            </summary>
            <returns>A calculator producing an IBlockResult with a signature in it.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.ISigner.AlgorithmName">
            <summary>The algorithm name.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the signer for signing or verification.</summary>
            <param name="forSigning">true if for signing, false otherwise.</param>
            <param name="parameters">necessary parameters.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISigner.Update(System.Byte)">
            <summary>Update the signer with a single byte.</summary>
            <param name="input">the input byte to be entered.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISigner.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <summary>Update the signer with a block of bytes.</summary>
            <param name="input">the byte array containing the data.</param>
            <param name="inOff">the offset into the byte array where the data starts.</param>
            <param name="inLen">the length of the data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISigner.GenerateSignature">
            <summary>Generate a signature for the message we've been loaded with using the key we were initialised with.
            </summary>
            <returns>A byte array containing the signature for the message.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISigner.VerifySignature(System.Byte[])">
            <summary>Return true if the internal state represents the signature described in the passed in array.
            </summary>
            <param name="signature">an array containing the candidate signature to verify.</param>
            <returns>true if the internal state represents the signature described in the passed in array.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISigner.Reset">
            <summary>Reset the signer back to its initial state.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.ISignerWithRecovery">
            Signer with message recovery.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISignerWithRecovery.HasFullMessage">
             Returns true if the signer has recovered the full message as
             part of signature verification.
            
             @return true if full message recovered.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISignerWithRecovery.GetRecoveredMessage">
             Returns a reference to what message was recovered (if any).
            
             @return full/partial message, null if nothing.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.ISignerWithRecovery.UpdateWithRecoveredMessage(System.Byte[])">
             Perform an update with the recovered message before adding any other data. This must
             be the first update method called, and calling it will result in the signer assuming
             that further calls to update will include message content past what is recoverable.
            
             @param signature the signature that we are in the process of verifying.
             @throws IllegalStateException
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IStreamCalculator`1">
            <summary>
            Base interface for cryptographic operations such as Hashes, MACs, and Signatures which reduce a stream of data
            to a single value.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IStreamCalculator`1.Stream">
            <summary>Return a "sink" stream which only exists to update the implementing object.</summary>
            <returns>A stream to write to in order to update the implementing object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IStreamCalculator`1.GetResult">
            <summary>
            Return the result of processing the stream. This value is only available once the stream
            has been closed.
            </summary>
            <returns>The result of processing the stream.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IStreamCipher">
            <summary>The interface stream ciphers conform to.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IStreamCipher.AlgorithmName">
            <summary>The name of the algorithm this cipher implements.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IStreamCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the cipher.</summary>
            <param name="forEncryption">If true the cipher is initialised for encryption,
            if false for decryption.</param>
            <param name="parameters">The key and other data required by the cipher.</param>
            <exception cref="T:System.ArgumentException">
            If the parameters argument is inappropriate.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IStreamCipher.ReturnByte(System.Byte)">
            <summary>encrypt/decrypt a single byte returning the result.</summary>
            <param name="input">the byte to be processed.</param>
            <returns>the result of processing the input byte.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IStreamCipher.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Process a block of bytes from <paramref name="input"/>, putting the result into <paramref name="output"/>.
            </summary>
            <param name="input">The input byte array.</param>
            <param name="inOff">
            The offset into <c>input</c> where the data to be processed starts.
            </param>
            <param name="length">The number of bytes to be processed.</param>
            <param name="output">The output buffer the processed bytes go into.</param>
            <param name="outOff">
            The offset into <c>output</c> the processed data starts at.
            </param>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">If the input buffer is too small.</exception>
            <exception cref="T:Org.BouncyCastle.Crypto.OutputLengthException">If the output buffer is too small.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IStreamCipher.Reset">
            <summary>
            Reset the cipher to the same state as it was after the last init (if there was one).
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IVerifier">
            <summary>
            Operators that reduce their input to the validation of a signature produce this type.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IVerifier.IsVerified(System.Byte[])">
            <summary>
            Return true if the passed in data matches what is expected by the verification result.
            </summary>
            <param name="data">The bytes representing the signature.</param>
            <returns>true if the signature verifies, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IVerifier.IsVerified(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Return true if the length bytes from off in the source array match the signature
            expected by the verification result.
            </summary>
            <param name="source">Byte array containing the signature.</param>
            <param name="off">The offset into the source array where the signature starts.</param>
            <param name="length">The number of bytes in source making up the signature.</param>
            <returns>true if the signature verifies, false otherwise.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IVerifierFactory">
            <summary>
            Base interface for operators that serve as stream-based signature verifiers.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IVerifierFactory.AlgorithmDetails">
            <summary>The algorithm details object for this verifier.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IVerifierFactory.CreateCalculator">
            <summary>
            Create a stream calculator for this verifier. The stream
            calculator is used for the actual operation of entering the data to be verified
            and producing a result which can be used to verify the original signature.
            </summary>
            <returns>A calculator producing an IVerifier which can verify the signature.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IVerifierFactoryProvider">
            <summary>
            Base interface for a provider to support the dynamic creation of signature verifiers.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IVerifierFactoryProvider.CreateVerifierFactory(System.Object)">
            <summary>
            Return a signature verfier for signature algorithm described in the passed in algorithm details object.
            </summary>
            <param name="algorithmDetails">The details of the signature algorithm verification is required for.</param>
            <returns>A new signature verifier.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.IWrapper.AlgorithmName">
            <summary>The name of the algorithm this cipher implements.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.IXof">
            <remarks>
            With FIPS PUB 202 a new kind of message digest was announced which supported extendable output, or variable digest sizes.
            This interface provides the extra methods required to support variable output on a digest implementation.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IXof.OutputFinal(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Output the results of the final calculation for this XOF to outLen number of bytes.
            </summary>
            <param name="output">output array to write the output bytes to.</param>
            <param name="outOff">offset to start writing the bytes at.</param>
            <param name="outLen">the number of output bytes requested.</param>
            <returns>the number of bytes written</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.IXof.Output(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Start outputting the results of the final calculation for this XOF. Unlike DoFinal, this method
            will continue producing output until the XOF is explicitly reset, or signals otherwise.
            </summary>
            <param name="output">output array to write the output bytes to.</param>
            <param name="outOff">offset to start writing the bytes at.</param>
            <param name="outLen">the number of output bytes requested.</param>
            <returns>the number of bytes written</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.KeyGenerationParameters">
            The base class for parameters to key generators.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.KeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,System.Int32)">
             initialise the generator with a source of randomness
             and a strength (in bits).
            
             @param random the random byte source.
             @param strength the size, in bits, of the keys we want to produce.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.KeyGenerationParameters.Random">
             return the random source associated with this
             generator.
            
             @return the generators random source.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.KeyGenerationParameters.Strength">
             return the bit strength for keys produced by this generator,
            
             @return the strength of the keys this generator produces (in bits).
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac">
            standard CBC Block Cipher MAC - if no padding is specified the default of
            pad of zeroes is used.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
             create a standard MAC based on a CBC block cipher. This will produce an
             authentication code half the length of the block size of the cipher.
            
             @param cipher the cipher to be used as the basis of the MAC generation.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding)">
             create a standard MAC based on a CBC block cipher. This will produce an
             authentication code half the length of the block size of the cipher.
            
             @param cipher the cipher to be used as the basis of the MAC generation.
             @param padding the padding to be used to complete the last block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32)">
            create a standard MAC based on a block cipher with the size of the
            MAC been given in bits. This class uses CBC mode as the basis for the
            MAC generation.
            <p>
            Note: the size of the MAC must be at least 24 bits (FIPS Publication 81),
            or 16 bits if being used as a data authenticator (FIPS Publication 113),
            and in general should be less than the size of the block cipher as it reduces
            the chance of an exhaustive attack (see Handbook of Applied Cryptography).
            </p>
            @param cipher the cipher to be used as the basis of the MAC generation.
            @param macSizeInBits the size of the MAC in bits, must be a multiple of 8.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding)">
            create a standard MAC based on a block cipher with the size of the
            MAC been given in bits. This class uses CBC mode as the basis for the
            MAC generation.
            <p>
            Note: the size of the MAC must be at least 24 bits (FIPS Publication 81),
            or 16 bits if being used as a data authenticator (FIPS Publication 113),
            and in general should be less than the size of the block cipher as it reduces
            the chance of an exhaustive attack (see Handbook of Applied Cryptography).
            </p>
            @param cipher the cipher to be used as the basis of the MAC generation.
            @param macSizeInBits the size of the MAC in bits, must be a multiple of 8.
            @param padding the padding to be used to complete the last block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CbcBlockCipherMac.Reset">
            Reset the mac generator.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.MacCfbBlockCipher">
            implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.MacCfbBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32)">
             Basic constructor.
            
             @param cipher the block cipher to be used as the basis of the
             feedback mode.
             @param blockSize the block size in bits (note: a multiple of 8)
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.MacCfbBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialise the cipher and, possibly, the initialisation vector (IV).
             If an IV isn't passed as part of the parameter, the IV will be all zeros.
             An IV which is too short is handled in FIPS compliant fashion.
            
             @param param the key and other data required by the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Macs.MacCfbBlockCipher.AlgorithmName">
             return the algorithm name and mode.
            
             @return the name of the underlying algorithm followed by "/CFB"
             and the block size in bits.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.MacCfbBlockCipher.GetBlockSize">
             return the block size we are operating at.
            
             @return the block size we are operating at (in bytes).
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.MacCfbBlockCipher.Reset">
            reset the chaining vector back to the IV and reset the underlying
            cipher.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
             create a standard MAC based on a CFB block cipher. This will produce an
             authentication code half the length of the block size of the cipher, with
             the CFB mode set to 8 bits.
            
             @param cipher the cipher to be used as the basis of the MAC generation.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding)">
             create a standard MAC based on a CFB block cipher. This will produce an
             authentication code half the length of the block size of the cipher, with
             the CFB mode set to 8 bits.
            
             @param cipher the cipher to be used as the basis of the MAC generation.
             @param padding the padding to be used.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,System.Int32)">
            create a standard MAC based on a block cipher with the size of the
            MAC been given in bits. This class uses CFB mode as the basis for the
            MAC generation.
            <p>
            Note: the size of the MAC must be at least 24 bits (FIPS Publication 81),
            or 16 bits if being used as a data authenticator (FIPS Publication 113),
            and in general should be less than the size of the block cipher as it reduces
            the chance of an exhaustive attack (see Handbook of Applied Cryptography).
            </p>
            @param cipher the cipher to be used as the basis of the MAC generation.
            @param cfbBitSize the size of an output block produced by the CFB mode.
            @param macSizeInBits the size of the MAC in bits, must be a multiple of 8.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,System.Int32,Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding)">
            create a standard MAC based on a block cipher with the size of the
            MAC been given in bits. This class uses CFB mode as the basis for the
            MAC generation.
            <p>
            Note: the size of the MAC must be at least 24 bits (FIPS Publication 81),
            or 16 bits if being used as a data authenticator (FIPS Publication 113),
            and in general should be less than the size of the block cipher as it reduces
            the chance of an exhaustive attack (see Handbook of Applied Cryptography).
            </p>
            @param cipher the cipher to be used as the basis of the MAC generation.
            @param cfbBitSize the size of an output block produced by the CFB mode.
            @param macSizeInBits the size of the MAC in bits, must be a multiple of 8.
            @param padding a padding to be used.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CfbBlockCipherMac.Reset">
            Reset the mac generator.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.CMac">
            CMAC - as specified at www.nuee.nagoya-u.ac.jp/labs/tiwata/omac/omac.html
            <p>
            CMAC is analogous to OMAC1 - see also en.wikipedia.org/wiki/CMAC
            </p><p>
            CMAC is a NIST recomendation - see 
            csrc.nist.gov/CryptoToolkit/modes/800-38_Series_Publications/SP800-38B.pdf
            </p><p>
            CMAC/OMAC1 is a blockcipher-based message authentication code designed and
            analyzed by Tetsu Iwata and Kaoru Kurosawa.
            </p><p>
            CMAC/OMAC1 is a simple variant of the CBC MAC (Cipher Block Chaining Message 
            Authentication Code). OMAC stands for One-Key CBC MAC.
            </p><p>
            It supports 128- or 64-bits block ciphers, with any key size, and returns
            a MAC with dimension less or equal to the block size of the underlying 
            cipher.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CMac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
             create a standard MAC based on a CBC block cipher (64 or 128 bit block).
             This will produce an authentication code the length of the block size
             of the cipher.
            
             @param cipher the cipher to be used as the basis of the MAC generation.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CMac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32)">
             create a standard MAC based on a block cipher with the size of the
             MAC been given in bits.
             <p/>
             Note: the size of the MAC must be at least 24 bits (FIPS Publication 81),
             or 16 bits if being used as a data authenticator (FIPS Publication 113),
             and in general should be less than the size of the block cipher as it reduces
             the chance of an exhaustive attack (see Handbook of Applied Cryptography).
            
             @param cipher        the cipher to be used as the basis of the MAC generation.
             @param macSizeInBits the size of the MAC in bits, must be a multiple of 8 and @lt;= 128.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.CMac.Reset">
            Reset the mac generator.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.Dstu7564Mac">
            <summary>
            Implementation of DSTU7564 mac mode
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.Dstu7624Mac">
            implementation of DSTU 7624 MAC
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.GMac">
            <summary>
            The GMAC specialisation of Galois/Counter mode (GCM) detailed in NIST Special Publication
            800-38D.
            </summary>
            <remarks>
            GMac is an invocation of the GCM mode where no data is encrypted (i.e. all input data to the Mac
            is processed as additional authenticated data with the underlying GCM block cipher).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.GMac.#ctor(Org.BouncyCastle.Crypto.Modes.GcmBlockCipher)">
            <summary>
            Creates a GMAC based on the operation of a block cipher in GCM mode.
            </summary>
            <remarks>
            This will produce an authentication code the length of the block size of the cipher.
            </remarks>
            <param name="cipher">the cipher to be used in GCM mode to generate the MAC.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.GMac.#ctor(Org.BouncyCastle.Crypto.Modes.GcmBlockCipher,System.Int32)">
            <summary>
            Creates a GMAC based on the operation of a 128 bit block cipher in GCM mode.
            </summary>
            <remarks>
            This will produce an authentication code the length of the block size of the cipher.
            </remarks>
            <param name="cipher">the cipher to be used in GCM mode to generate the MAC.</param>
            <param name="macSizeBits">the mac size to generate, in bits. Must be a multiple of 8, between 32 and 128 (inclusive).
            Sizes less than 96 are not recommended, but are supported for specialized applications.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.GMac.Init(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialises the GMAC - requires a <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV"/> 
            providing a <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/> and a nonce.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.Gost28147Mac">
            implementation of GOST 28147-89 MAC
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.HMac">
             HMAC implementation based on RFC2104
            
             H(K XOR opad, H(K XOR ipad, text))
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.HMac.Reset">
            Reset the mac generator.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.ISO9797Alg3Mac">
             DES based CBC Block Cipher MAC according to ISO9797, algorithm 3 (ANSI X9.19 Retail MAC)
            
             This could as well be derived from CBCBlockCipherMac, but then the property mac in the base
             class must be changed to protected
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.ISO9797Alg3Mac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
             create a Retail-MAC based on a CBC block cipher. This will produce an
             authentication code of the length of the block size of the cipher.
            
             @param cipher the cipher to be used as the basis of the MAC generation. This must
             be DESEngine.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.ISO9797Alg3Mac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding)">
             create a Retail-MAC based on a CBC block cipher. This will produce an
             authentication code of the length of the block size of the cipher.
            
             @param cipher the cipher to be used as the basis of the MAC generation.
             @param padding the padding to be used to complete the last block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.ISO9797Alg3Mac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32)">
            create a Retail-MAC based on a block cipher with the size of the
            MAC been given in bits. This class uses single DES CBC mode as the basis for the
            MAC generation.
            <p>
            Note: the size of the MAC must be at least 24 bits (FIPS Publication 81),
            or 16 bits if being used as a data authenticator (FIPS Publication 113),
            and in general should be less than the size of the block cipher as it reduces
            the chance of an exhaustive attack (see Handbook of Applied Cryptography).
            </p>
            @param cipher the cipher to be used as the basis of the MAC generation.
            @param macSizeInBits the size of the MAC in bits, must be a multiple of 8.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.ISO9797Alg3Mac.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding)">
            create a standard MAC based on a block cipher with the size of the
            MAC been given in bits. This class uses single DES CBC mode as the basis for the
            MAC generation. The final block is decrypted and then encrypted using the
            middle and right part of the key.
            <p>
            Note: the size of the MAC must be at least 24 bits (FIPS Publication 81),
            or 16 bits if being used as a data authenticator (FIPS Publication 113),
            and in general should be less than the size of the block cipher as it reduces
            the chance of an exhaustive attack (see Handbook of Applied Cryptography).
            </p>
            @param cipher the cipher to be used as the basis of the MAC generation.
            @param macSizeInBits the size of the MAC in bits, must be a multiple of 8.
            @param padding the padding to be used to complete the last block.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.ISO9797Alg3Mac.Reset">
            Reset the mac generator.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.Poly1305">
            <summary>
            Poly1305 message authentication code, designed by D. J. Bernstein.
            </summary>
            <remarks>
            Poly1305 computes a 128-bit (16 bytes) authenticator, using a 128 bit nonce and a 256 bit key
            consisting of a 128 bit key applied to an underlying cipher, and a 128 bit key (with 106
            effective key bits) used in the authenticator.
            
            The polynomial calculation in this implementation is adapted from the public domain <a
            href="https://github.com/floodyberry/poly1305-donna">poly1305-donna-unrolled</a> C implementation
            by Andrew M (@floodyberry).
            </remarks>
            <seealso cref="T:Org.BouncyCastle.Crypto.Generators.Poly1305KeyGenerator"/>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.r0">
            Polynomial key 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.r1">
            Polynomial key 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.r2">
            Polynomial key 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.r3">
            Polynomial key 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.r4">
            Polynomial key 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.s1">
            Precomputed 5 * r[1..4] 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.s2">
            Precomputed 5 * r[1..4] 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.s3">
            Precomputed 5 * r[1..4] 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.s4">
            Precomputed 5 * r[1..4] 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.k0">
            Encrypted nonce 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.k1">
            Encrypted nonce 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.k2">
            Encrypted nonce 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.k3">
            Encrypted nonce 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.currentBlock">
            Current block of buffered input 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.currentBlockOffset">
            Current offset in input buffer 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.h0">
            Polynomial accumulator 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.h1">
            Polynomial accumulator 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.h2">
            Polynomial accumulator 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.h3">
            Polynomial accumulator 
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.Poly1305.h4">
            Polynomial accumulator 
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.Poly1305.#ctor">
            Constructs a Poly1305 MAC, where the key passed to init() will be used directly.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.Poly1305.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
            Constructs a Poly1305 MAC, using a 128 bit block cipher.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.Poly1305.Init(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialises the Poly1305 MAC.
            </summary>
            <param name="parameters">a {@link ParametersWithIV} containing a 128 bit nonce and a {@link KeyParameter} with
                     a 256 bit key complying to the {@link Poly1305KeyGenerator Poly1305 key format}.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.SipHash">
            <summary>
            Implementation of SipHash as specified in "SipHash: a fast short-input PRF", by Jean-Philippe
            Aumasson and Daniel J. Bernstein (https://131002.net/siphash/siphash.pdf).
            </summary>
            <remarks>
            "SipHash is a family of PRFs SipHash-c-d where the integer parameters c and d are the number of
            compression rounds and the number of finalization rounds. A compression round is identical to a
            finalization round and this round function is called SipRound. Given a 128-bit key k and a
            (possibly empty) byte string m, SipHash-c-d returns a 64-bit value..."
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.SipHash.#ctor">
            <summary>SipHash-2-4</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.SipHash.#ctor(System.Int32,System.Int32)">
            <summary>SipHash-c-d</summary>
            <param name="c">the number of compression rounds</param>
            <param name="d">the number of finalization rounds</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Macs.SkeinMac">
            <summary>
            Implementation of the Skein parameterised MAC function in 256, 512 and 1024 bit block sizes,
            based on the <see cref="T:Org.BouncyCastle.Crypto.Engines.ThreefishEngine">Threefish</see> tweakable block cipher.
            </summary>
            <remarks>
            This is the 1.3 version of Skein defined in the Skein hash function submission to the NIST SHA-3
            competition in October 2010.
            <p/>
            Skein was designed by Niels Ferguson - Stefan Lucks - Bruce Schneier - Doug Whiting - Mihir
            Bellare - Tadayoshi Kohno - Jon Callas - Jesse Walker.
            </remarks>
            <seealso cref="T:Org.BouncyCastle.Crypto.Digests.SkeinEngine"/>
            <seealso cref="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters"/>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.SkeinMac.SKEIN_256">
            <summary>
            256 bit block size - Skein-256
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.SkeinMac.SKEIN_512">
            <summary>
            512 bit block size - Skein-512
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Macs.SkeinMac.SKEIN_1024">
            <summary>
            1024 bit block size - Skein-1024
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.SkeinMac.#ctor(System.Int32,System.Int32)">
            <summary>
            Constructs a Skein MAC with an internal state size and output size.
            </summary>
            <param name="stateSizeBits">the internal state size in bits - one of <see cref="F:Org.BouncyCastle.Crypto.Macs.SkeinMac.SKEIN_256"/> <see cref="F:Org.BouncyCastle.Crypto.Macs.SkeinMac.SKEIN_512"/> or
                                  <see cref="F:Org.BouncyCastle.Crypto.Macs.SkeinMac.SKEIN_1024"/>.</param>
            <param name="digestSizeBits">the output/MAC size to produce in bits, which must be an integral number of
                                 bytes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Macs.SkeinMac.Init(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Optionally initialises the Skein digest with the provided parameters.
            </summary>
            See <see cref="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters"></see> for details on the parameterisation of the Skein hash function.
            <param name="parameters">the parameters to apply to this engine, or <code>null</code> to use no parameters.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.MaxBytesExceededException">
            <summary>This exception is thrown whenever a cipher requires a change of key, IV or similar after x amount of
            bytes enciphered.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.AsconAead128">
            <summary>Ascon-AEAD128, from NIST Special Publication (SP) 800-232.</summary>
            <remarks>
            For additional details, see:
            <list type="bullet">
            <item><a href="https://csrc.nist.gov/pubs/sp/800/232/final">NIST SP 800-232</a>.</item>
            <item><a href="https://github.com/ascon/ascon-c">Reference, highly optimized, masked C and ASM implementations
            of Ascon (NIST SP 800-232)</a>.</item>
            </list>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.CbcBlockCipher">
            <summary>Implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CbcBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
            <summary>Basic constructor.</summary>
            <param name="cipher">The block cipher to be used as the basis of chaining.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.CbcBlockCipher.UnderlyingCipher">
            <summary>Return the underlying block cipher that we are wrapping.</summary>
            <returns>The underlying block cipher that we are wrapping.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CbcBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the cipher and, possibly, the initialisation vector (IV).</summary>
            <remarks>If an IV isn't passed as part of the parameter, the IV will be all zeros.</remarks>
            <param name="forEncryption">If true the cipher is initialised for encryption, if false for decryption.</param>
            <param name="parameters">The key and other data required by the cipher.</param>
            <exception cref="T:System.ArgumentException">If the parameters argument is inappropriate.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.CbcBlockCipher.AlgorithmName">
            <summary>Return the algorithm name and mode.</summary>
            <returns>The name of the underlying algorithm followed by "/CBC".</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.CbcBlockCipher.IsPartialBlockOkay">
            <summary>Indicates whether this cipher can handle partial blocks.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CbcBlockCipher.GetBlockSize">
            <summary>Return the block size of the underlying cipher.</summary>
            <returns>The block size in bytes.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CbcBlockCipher.Reset">
            <summary>Reset the chaining vector back to the IV and reset the underlying cipher.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.CcmBlockCipher">
            Implements the Counter with Cipher Block Chaining mode (CCM) detailed in
            NIST Special Publication 800-38C.
            <p>
            <b>Note</b>: this mode is a packet mode - it needs all the data up front.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CcmBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
             Basic constructor.
            
             @param cipher the block cipher to be used.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.CcmBlockCipher.UnderlyingCipher">
             return the underlying block cipher that we are wrapping.
            
             @return the underlying block cipher that we are wrapping.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CcmBlockCipher.GetMac">
             Returns a byte array containing the mac calculated as part of the
             last encrypt or decrypt operation.
            
             @return the last mac calculated.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CcmBlockCipher.ProcessPacket(System.Byte[],System.Int32,System.Int32)">
             Process a packet of data for either CCM decryption or encryption.
            
             @param in data for processing.
             @param inOff offset at which data starts in the input array.
             @param inLen length of the data in the input array.
             @return a byte array containing the processed input..
             @throws IllegalStateException if the cipher is not appropriately set up.
             @throws InvalidCipherTextException if the input data is truncated or the mac check fails.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CcmBlockCipher.ProcessPacket(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
             Process a packet of data for either CCM decryption or encryption.
            
             @param in data for processing.
             @param inOff offset at which data starts in the input array.
             @param inLen length of the data in the input array.
             @param output output array.
             @param outOff offset into output array to start putting processed bytes.
             @return the number of bytes added to output.
             @throws IllegalStateException if the cipher is not appropriately set up.
             @throws InvalidCipherTextException if the input data is truncated or the mac check fails.
             @throws DataLengthException if output buffer too short.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.CfbBlockCipher">
            <summary>
            Implements a Cipher-FeedBack (CFB) mode on top of a simple block cipher.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CfbBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32)">
            <summary>
            Basic constructor.
            </summary>
            <param name="cipher">The block cipher to be used as the basis of the feedback mode.</param>
            <param name="bitBlockSize">The block size in bits (must be a multiple of 8).</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.CfbBlockCipher.UnderlyingCipher">
            <summary>
            The underlying block cipher that we are wrapping.
            </summary>
            <returns>The underlying block cipher that we are wrapping.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CfbBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialise the cipher and, possibly, the initialisation vector (IV).
            </summary>
            <param name="forEncryption">If true the cipher is initialised for encryption, if false for decryption.
            </param>
            <param name="parameters">The key and other data required by the cipher.</param>
            <exception cref="T:System.ArgumentException">If the parameters argument is inappropriate.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.CfbBlockCipher.AlgorithmName">
            <summary>
            The algorithm name and mode.
            </summary>
            <returns>The name of the underlying algorithm followed by "/CFB" and the block size in bits.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.CfbBlockCipher.IsPartialBlockOkay">
            <summary>
            Indicates whether partial blocks are okay for this mode.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CfbBlockCipher.GetBlockSize">
            <summary>
            Return the block size we are operating at.
            </summary>
            <returns>The block size we are operating at (in bytes).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CfbBlockCipher.ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32)">
            <summary>
            Process a block of data.
            </summary>
            <param name="input">The input buffer.</param>
            <param name="inOff">The offset into the input buffer.</param>
            <param name="output">The output buffer.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>The number of bytes processed.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CfbBlockCipher.Reset">
            <summary>
            Reset the chaining vector back to the IV and reset the underlying cipher.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305">
            <summary>
            Implementation of the ChaCha20-Poly1305 AEAD construction as defined in RFC 7539 / RFC 8439.
            </summary>
            <remarks>
            <para>
            ChaCha20-Poly1305 is an Authenticated Encryption with Associated Data (AEAD) algorithm 
            combining the ChaCha20 stream cipher with the Poly1305 message authentication code.
            </para>
            <para>
            <b>CRITICAL SECURITY WARNING:</b> For encryption, a unique nonce (IV) MUST be used for every 
            invocation with the same key. Reusing a nonce with the same key catastrophically compromises 
            the security of the cipher, allowing an attacker to recover the authentication key (Poly1305) 
            and plaintext.
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.#ctor">
            <summary>
            Default constructor using the standard <see cref="T:Org.BouncyCastle.Crypto.Macs.Poly1305"/> MAC.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.#ctor(Org.BouncyCastle.Crypto.IMac)">
            <summary>
            Constructor allowing a custom Poly1305 implementation.
            </summary>
            <param name="poly1305">The Poly1305 MAC implementation to use.</param>
            <exception cref="T:System.ArgumentNullException">If poly1305 is null.</exception>
            <exception cref="T:System.ArgumentException">If poly1305 is not a 128-bit MAC.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.#ctor(Org.BouncyCastle.Crypto.Engines.ChaCha7539Engine,Org.BouncyCastle.Crypto.IMac,System.Int32)">
            <summary>
            Constructor for subclasses to inject an alternative ChaCha20 engine (e.g. XChaCha20)
            and the matching nonce size.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.AlgorithmName">
            <summary>The name of the algorithm ("ChaCha20Poly1305").</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialise the ChaCha20Poly1305 cipher.
            </summary>
            <param name="forEncryption">True if initializing for encryption, false for decryption.</param>
            <param name="parameters">The parameters required (typically <see cref="T:Org.BouncyCastle.Crypto.Parameters.AeadParameters"/> or <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV"/>).</param>
            <exception cref="T:System.ArgumentException">If parameters are invalid or nonce is reused for encryption.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.GetOutputSize(System.Int32)">
            <summary>Return the size of the output buffer required for an input of <paramref name="len"/> bytes.</summary>
            <param name="len">Input length.</param>
            <returns>Required output buffer size.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.GetUpdateOutputSize(System.Int32)">
            <summary>Return the size of the output buffer required for a <c>ProcessBytes</c> call with <paramref name="len"/> bytes.</summary>
            <param name="len">Input length.</param>
            <returns>Update output size.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.ProcessAadByte(System.Byte)">
            <summary>Process a single byte of Additional Authenticated Data (AAD).</summary>
            <param name="input">The byte to be processed.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.ProcessAadBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>Process a sequence of bytes of Additional Authenticated Data (AAD).</summary>
            <param name="inBytes">The input buffer containing AAD.</param>
            <param name="inOff">The offset into the input buffer.</param>
            <param name="len">The length of the data to process.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.ProcessByte(System.Byte,System.Byte[],System.Int32)">
            <summary>Process a single byte of data.</summary>
            <param name="input">The input byte.</param>
            <param name="outBytes">The output buffer.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>Number of bytes written to the output buffer.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>Process a sequence of bytes from the input buffer.</summary>
            <param name="inBytes">The input buffer.</param>
            <param name="inOff">The offset into the input buffer.</param>
            <param name="len">The length of data to process.</param>
            <param name="outBytes">The output buffer.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>The number of bytes written to the output buffer.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.DoFinal(System.Byte[],System.Int32)">
            <summary>Finish the operation, generating or verifying the MAC.</summary>
            <param name="outBytes">The output buffer for remaining processed data and/or MAC.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>Number of bytes written to the output buffer.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">If the MAC check fails.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.GetMac">
            <summary>Return the Message Authentication Code (MAC) generated or verified by the cipher.</summary>
            <returns>A byte array containing the MACBlock.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305.Reset">
            <summary>Reset the cipher to its initial state (ready for a new message with the same key but DIFFERENT nonce).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.CtsBlockCipher">
            A Cipher Text Stealing (CTS) mode cipher. CTS allows block ciphers to
            be used to produce cipher text which is the same outLength as the plain text.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CtsBlockCipher.#ctor(Org.BouncyCastle.Crypto.Modes.IBlockCipherMode)">
             Create a buffered block cipher that uses Cipher Text Stealing
            
             @param cipher the underlying block cipher this buffering object wraps.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CtsBlockCipher.GetOutputSize(System.Int32)">
             return the size of the output buffer required for an update plus a
             doFinal with an input of length bytes.
            
             @param length the outLength of the input.
             @return the space required to accommodate a call to update and doFinal
             with length bytes of input.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CtsBlockCipher.GetUpdateOutputSize(System.Int32)">
             return the size of the output buffer required for an update of 'length' bytes.
            
             @param length the outLength of the input.
             @return the space required to accommodate a call to update
             with length bytes of input.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CtsBlockCipher.ProcessByte(System.Byte,System.Byte[],System.Int32)">
             process a single byte, producing an output block if necessary.
            
             @param in the input byte.
             @param out the space for any output that might be produced.
             @param outOff the offset from which the output will be copied.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there isn't enough space in out.
             @exception InvalidOperationException if the cipher isn't initialised.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CtsBlockCipher.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
             process an array of bytes, producing output if necessary.
            
             @param in the input byte array.
             @param inOff the offset at which the input data starts.
             @param length the number of bytes to be copied out of the input array.
             @param out the space for any output that might be produced.
             @param outOff the offset from which the output will be copied.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there isn't enough space in out.
             @exception InvalidOperationException if the cipher isn't initialised.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.CtsBlockCipher.DoFinal(System.Byte[],System.Int32)">
             Process the last block in the buffer.
            
             @param out the array the block currently being held is copied into.
             @param outOff the offset at which the copying starts.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there is insufficient space in out for
             the output.
             @exception InvalidOperationException if the underlying cipher is not
             initialised.
             @exception InvalidCipherTextException if cipher text decrypts wrongly (in
             case the exception will never Get thrown).
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.EaxBlockCipher">
             A Two-Pass Authenticated-Encryption Scheme Optimized for Simplicity and
             Efficiency - by M. Bellare, P. Rogaway, D. Wagner.
            
             http://www.cs.ucdavis.edu/~rogaway/papers/eax.pdf
            
             EAX is an AEAD scheme based on CTR and OMAC1/CMAC, that uses a single block
             cipher to encrypt and authenticate data. It's on-line (the length of a
             message isn't needed to begin processing it), has good performances, it's
             simple and provably secure (provided the underlying block cipher is secure).
            
             Of course, this implementations is NOT thread-safe.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.EaxBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
             Constructor that accepts an instance of a block cipher engine.
            
             @param cipher the engine to use
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher">
            <summary>
            Implements the Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.
            </summary>
            <remarks>
            <para>
            GCM provides both confidentiality and data origin authentication (AEAD). 
            It requires a block cipher with a 128-bit block size, typically AES.
            </para>
            <para>
            <b>CRITICAL SECURITY WARNING:</b> For encryption, a unique nonce (IV) MUST be used for every 
            invocation with the same key. Reusing a nonce with the same key catastrophically compromises 
            the security of the cipher, allowing an attacker to recover the authentication key or plaintext.
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
            <summary>
            Base constructor.
            </summary>
            <param name="c">The underlying block cipher to use (must have a 128-bit block size).</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.AlgorithmName">
            <summary>The name of the algorithm this cipher implements (e.g., "AES/GCM").</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.UnderlyingCipher">
            <summary>Return the underlying block cipher being wrapped.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.GetBlockSize">
            <summary>Return the block size for GCM (fixed at 16 bytes).</summary>
            <returns>16.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <remarks>
            MAC sizes from 32 bits to 128 bits (must be a multiple of 8) are supported. The default is 128 bits.
            Sizes less than 96 are not recommended, but are supported for specialized applications.
            </remarks>
            <summary>
            Initialise the GCM cipher.
            </summary>
            <param name="forEncryption">True if initializing for encryption, false for decryption.</param>
            <param name="parameters">The parameters required (typically <see cref="T:Org.BouncyCastle.Crypto.Parameters.AeadParameters"/> or <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV"/>).</param>
            <exception cref="T:System.ArgumentException">If parameters are invalid or nonce is reused for encryption.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.GetMac">
            <summary>Return the Message Authentication Code (MAC) generated or verified by the cipher.</summary>
            <returns>A byte array containing the MACBlock.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.GetOutputSize(System.Int32)">
            <summary>Return the size of the output buffer required for an input of <paramref name="len"/> bytes.</summary>
            <param name="len">Input length.</param>
            <returns>Required output buffer size.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.GetUpdateOutputSize(System.Int32)">
            <summary>Return the size of the output buffer required for a <c>ProcessBytes</c> call with <paramref name="len"/> bytes.</summary>
            <param name="len">Input length.</param>
            <returns>Update output size.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.ProcessAadByte(System.Byte)">
            <summary>Process a single byte of Additional Authenticated Data (AAD).</summary>
            <param name="input">The byte to be processed.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.ProcessAadBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>Process a sequence of bytes of Additional Authenticated Data (AAD).</summary>
            <param name="inBytes">The input buffer containing AAD.</param>
            <param name="inOff">The offset into the input buffer.</param>
            <param name="len">The length of the data to process.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.ProcessByte(System.Byte,System.Byte[],System.Int32)">
            <summary>Process a single byte of data.</summary>
            <param name="input">The input byte.</param>
            <param name="output">The output buffer.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>Number of bytes written to the output buffer.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">If output buffer is too short.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>Process a sequence of bytes from the input buffer.</summary>
            <param name="input">The input buffer.</param>
            <param name="inOff">The offset into the input buffer.</param>
            <param name="len">The length of data to process.</param>
            <param name="output">The output buffer.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>The number of bytes written to the output buffer.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.DoFinal(System.Byte[],System.Int32)">
            <summary>Finish the operation, generating or verifying the Message Authentication Code (MAC).</summary>
            <param name="output">The output buffer for remaining processed data and/or MAC.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>Number of bytes written to the output buffer.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">If the MAC check fails.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmBlockCipher.Reset">
            <summary>Reset the cipher to its initial state (ready for a new message with the same key but DIFFERENT nonce).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher">
            GCM-SIV Mode.
            <p>It should be noted that the specified limit of 2<sup>36</sup> bytes is not supported. This is because all bytes are
            cached in a <b>ByteArrayOutputStream</b> object (which has a limit of a little less than 2<sup>31</sup> bytes),
            and are output on the <b>DoFinal</b>() call (which can only process a maximum of 2<sup>31</sup> bytes).</p>
            <p>The practical limit of 2<sup>31</sup> - 24 bytes is policed, and attempts to breach the limit will be rejected</p>
            <p>In order to properly support the higher limit, an extended form of <b>ByteArrayOutputStream</b> would be needed
            which would use multiple arrays to store the data. In addition, a new <b>doOutput</b> method would be required (similar
            to that in <b>XOF</b> digests), which would allow the data to be output over multiple calls. Alternatively an extended
            form of <b>ByteArrayInputStream</b> could be used to deliver the data.</p>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.BUFLEN">
            <summary>The buffer length.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.HALFBUFLEN">
            <summary>The halfBuffer length.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.NONCELEN">
            <summary>The nonce length.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.MAX_DATALEN">
            The maximum data length (AEAD/PlainText). Due to implementation constraints this is restricted to the maximum
            array length (https://programming.guide/java/array-maximum-length.html) minus the BUFLEN to allow for the MAC
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.MASK">
            The top bit mask.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.ADD">
            The addition constant.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.INIT">
            The initialisation flag.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.AEAD_COMPLETE">
            The aeadComplete flag.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.theCipher">
            The cipher.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.theMultiplier">
            The multiplier.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.theGHash">
            The gHash buffer.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.theReverse">
            The reverse buffer.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.theAEADHasher">
            The aeadHasher.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.theDataHasher">
            The dataHasher.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.thePlain">
            The plainDataStream.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.theEncData">
            The encryptedDataStream (decryption only).
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.forEncryption">
            Are we encrypting?
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.theInitialAEAD">
            The initialAEAD.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.theNonce">
            The nonce.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.theFlags">
            The flags.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.#ctor">
            Constructor.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
            Constructor.
            @param pCipher the underlying cipher
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,Org.BouncyCastle.Crypto.Modes.Gcm.IGcmMultiplier)">
            Constructor.
            @param pCipher the underlying cipher
            @param pMultiplier the multiplier
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.CheckAeadStatus(System.Int32)">
            check AEAD status.
            @param pLen the aeadLength
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.CheckStatus(System.Int32)">
            check status.
            @param pLen the dataLength
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.ResetStreams">
            Reset Streams.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.bufLength(System.Byte[])">
            Obtain buffer length (allowing for null).
            @param pBuffer the buffere
            @return the length
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.CalculateTag">
            calculate tag.
            @return the calculated tag
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.completePolyVal">
            complete polyVAL.
            @return the calculated value
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.gHashLengths">
            process lengths.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.gHASH(System.Byte[])">
            perform the next GHASH step.
            @param pNext the next value
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.xorBlock(System.Byte[],System.Byte[])">
            xor a full block buffer.
            @param pLeft the left operand and result
            @param pRight the right operand
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.xorBlock(System.Byte[],System.Byte[],System.Int32,System.Int32)">
            xor a partial block buffer.
            @param pLeft the left operand and result
            @param pRight the right operand
            @param pOffset the offset in the right operand
            @param pLength the length of data in the right operand
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.incrementCounter(System.Byte[])">
            increment the counter.
            @param pCounter the counter to increment
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.mulX(System.Byte[])">
            multiply by X.
            @param pValue the value to adjust
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.DeriveKeys(Org.BouncyCastle.Crypto.Parameters.KeyParameter)">
            Derive Keys.
            @param pKey the keyGeneration key
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.GcmSivHasher">
            Hash Control.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.GcmSivHasher.theBuffer">
            Cache.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.GcmSivHasher.theByte">
            Single byte cache.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.GcmSivHasher.numActive">
            Count of active bytes in cache.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.GcmSivHasher.numHashed">
            Count of hashed bytes.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.GcmSivHasher.getBytesProcessed">
            Obtain the count of bytes hashed.
            @return the count
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.GcmSivHasher.Reset">
            Reset the hasher.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.GcmSivHasher.UpdateHash(System.Byte)">
            update hash.
            @param pByte the byte
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.GcmSivHasher.UpdateHash(System.Byte[],System.Int32,System.Int32)">
            update hash.
            @param pBuffer the buffer
            @param pOffset the offset within the buffer
            @param pLen the length of data
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GcmSivBlockCipher.GcmSivHasher.completeHash">
            complete hash.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher">
            implements the GOST 28147 OFB counter mode (GCTR).
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
             Basic constructor.
            
             @param cipher the block cipher to be used as the basis of the
             counter mode (must have a 64 bit block size).
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher.UnderlyingCipher">
             return the underlying block cipher that we are wrapping.
            
             @return the underlying block cipher that we are wrapping.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialise the cipher and, possibly, the initialisation vector (IV).
             If an IV isn't passed as part of the parameter, the IV will be all zeros.
             An IV which is too short is handled in FIPS compliant fashion.
            
             @param encrypting if true the cipher is initialised for
              encryption, if false for decryption.
             @param parameters the key and other data required by the cipher.
             @exception ArgumentException if the parameters argument is inappropriate.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher.AlgorithmName">
             return the algorithm name and mode.
            
             @return the name of the underlying algorithm followed by "/GCTR"
             and the block size in bits
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher.GetBlockSize">
             return the block size we are operating at (in bytes).
            
             @return the block size we are operating at (in bytes).
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.GOfbBlockCipher.Reset">
            reset the feedback vector back to the IV and reset the underlying
            cipher.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher">
            <summary>An IAeadCipher based on an IBlockCipher.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher.GetBlockSize">
            <summary>Return the block size for this cipher (in bytes).</summary>
            <returns>The block size for this cipher, in bytes.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher.UnderlyingCipher">
            <summary>The block cipher underlying this algorithm.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.IAeadCipher">
            <summary>
            A cipher mode that includes authenticated encryption with a streaming mode and optional
            associated data.
            </summary>
            <remarks>
            Implementations of this interface may operate in a packet mode (where all input data is
            buffered and processed during the call to DoFinal, or in a streaming mode (where output
            data is incrementally produced with each call to ProcessByte or ProcessBytes. This is
            important to consider during decryption: in a streaming mode, unauthenticated plaintext
            data may be output prior to the call to DoFinal that results in an authentication failure.
            The higher level protocol utilising this cipher must ensure the plaintext data is handled
            appropriately until the end of data is reached and the entire ciphertext is authenticated.
            </remarks>
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.AeadParameters"/>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.IAeadCipher.AlgorithmName">
            <summary>The name of the algorithm this cipher implements.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the cipher.</summary>
            <remarks>Parameter can either be an AeadParameters or a ParametersWithIV object.</remarks>
            <param name="forEncryption">Initialise for encryption if true, for decryption if false.</param>
            <param name="parameters">The key or other data required by the cipher.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadCipher.ProcessAadByte(System.Byte)">
            <summary>Add a single byte to the associated data check.</summary>
            <remarks>If the implementation supports it, this will be an online operation and will not retain the associated data.</remarks>
            <param name="input">The byte to be processed.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadCipher.ProcessAadBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>Add a sequence of bytes to the associated data check.</summary>
            <remarks>If the implementation supports it, this will be an online operation and will not retain the associated data.</remarks>
            <param name="inBytes">The input byte array.</param>
            <param name="inOff">The offset into the input array where the data to be processed starts.</param>
            <param name="len">The number of bytes to be processed.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadCipher.ProcessByte(System.Byte,System.Byte[],System.Int32)">
            <summary>Process a single byte of data.</summary>
            <param name="input">The byte to be processed.</param>
            <param name="outBytes">The output buffer.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>The number of bytes written to the output buffer.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">If the output buffer is too small.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadCipher.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>Process a sequence of bytes from the input buffer.</summary>
            <param name="inBytes">The input buffer.</param>
            <param name="inOff">The offset into the input buffer.</param>
            <param name="len">The length of data to process.</param>
            <param name="outBytes">The output buffer.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>The number of bytes written to the output buffer.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.DataLengthException">If the output buffer is too small.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadCipher.DoFinal(System.Byte[],System.Int32)">
            <summary>Finish the operation, generating or verifying the MAC.</summary>
            <param name="outBytes">The output buffer for remaining data and/or MAC.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>Number of bytes written to the output buffer.</returns>
            <exception cref="T:System.InvalidOperationException">If the cipher is in an inappropriate state.</exception>
            <exception cref="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">If the MAC check fails.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadCipher.GetMac">
            <summary>Return the Message Authentication Code (MAC) generated or verified by the cipher.</summary>
            <returns>A byte array containing the MAC Block.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadCipher.GetUpdateOutputSize(System.Int32)">
            <summary>Return the size of the output buffer required for a ProcessBytes call with <paramref name="len"/> bytes.</summary>
            <param name="len">Input length.</param>
            <returns>The space required for ProcessBytes with len bytes of input.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadCipher.GetOutputSize(System.Int32)">
            <summary>Return the size of the output buffer required for a ProcessBytes plus a DoFinal call with <paramref name="len"/> bytes.</summary>
            <param name="len">Input length.</param>
            <returns>The space required for ProcessBytes and DoFinal with len bytes of input.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IAeadCipher.Reset">
            <summary>
            Reset the cipher to the same state as it was after the last init (if there was one).
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.IBlockCipherMode.UnderlyingCipher">
            <summary>Return the <code cref="T:Org.BouncyCastle.Crypto.IBlockCipher"/> underlying this cipher mode.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.IBlockCipherMode.IsPartialBlockOkay">
            <summary>Indicates whether this cipher mode can handle partial blocks.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.IBlockCipherMode.Reset">
            <summary>
            Reset the cipher mode to the same state as it was after the last init (if there was one).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.KCcmBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
            <summary>
            Base constructor. Nb value is set to 4.
            </summary>
            <param name="engine">base cipher to use under CCM.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.KCcmBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32)">
            <summary>
            Constructor allowing Nb configuration.
            
            Nb is a parameter specified in CCM mode of DSTU7624 standard.
            This parameter specifies maximum possible length of input.It should
            be calculated as follows: Nb = 1 / 8 * (-3 + log[2]Nmax) + 1,
            where Nmax - length of input message in bits.For practical reasons
            Nmax usually less than 4Gb, e.g. for Nmax = 2^32 - 1, Nb = 4.
            </summary>
            <param name="engine">base cipher to use under CCM.</param>
            <param name="Nb">Nb value to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.KCcmBlockCipher.AdvanceGamma">
            <summary>
            Advance the gamma counter by adding {@code counter} to {@code s} as a little-endian multi-byte integer with
            carry propagation (counter[0] is the least significant byte).
            </summary>
            <remarks>
            The carry must propagate across the whole block: without it only s[0] ever changes, so the keystream block
            E(s) repeats every 256 blocks and any message longer than 255 blocks is encrypted with a repeating keystream
            (a two-time pad). See github bc-java #287.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.KCtrBlockCipher">
            Implements a Gamming or Counter (CTR) mode on top of a DSTU 7624 block cipher.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.KCtrBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
             Basic constructor.
            
             @param cipher the block cipher to be used as the basis of the
             feedback mode.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.KCtrBlockCipher.UnderlyingCipher">
             return the underlying block cipher that we are wrapping.
            
             @return the underlying block cipher that we are wrapping.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.KCtrBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialise the cipher and, possibly, the initialisation vector (IV).
             If an IV isn't passed as part of the parameter, the IV will be all zeros.
             An IV which is too short is handled in FIPS compliant fashion.
            
             @param forEncryption if true the cipher is initialised for
              encryption, if false for decryption.
             @param param the key and other data required by the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.KCtrBlockCipher.AlgorithmName">
             return the algorithm name and mode.
            
             @return the name of the underlying algorithm followed by "/KCTR"
             and the block size in bits.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.KCtrBlockCipher.GetBlockSize">
             return the block size we are operating at.
            
             @return the block size we are operating at (in bytes).
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.KCtrBlockCipher.ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32)">
             Process one block of input from the array in and write it to
             the out array.
            
             @param input the array containing the input data.
             @param inOff offset into the in array the data starts at.
             @param output the array the output data will be copied into.
             @param outOff the offset into the out array the output will start at.
             @exception DataLengthException if there isn't enough data in in, or
             space in out.
             @exception InvalidOperationException if the cipher isn't initialised.
             @return the number of bytes processed and produced.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.KCtrBlockCipher.Reset">
            reset the chaining vector back to the IV and reset the underlying
            cipher.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.OcbBlockCipher">
             <summary>An implementation of <a href="https://tools.ietf.org/html/rfc7253">RFC 7253 on The OCB
             Authenticated-Encryption Algorithm</a>.</summary>
             <remarks>
             For those still concerned about the original patents around this, please see:
             <para>https://mailarchive.ietf.org/arch/msg/cfrg/qLTveWOdTJcLn4HP3ev-vrj05Vg/</para>
             Text reproduced below:
             <para>
             Phillip Rogaway&lt;rogaway@cs.ucdavis.edu&gt; Sat, 27 February 2021 02:46 UTC
            
             I can confirm that I have abandoned all OCB patents and placed into the public domain all OCB-related IP of
             mine. While I have been telling people this for quite some time, I don't think I ever made a proper announcement
             to the CFRG or on the OCB webpage. Consider that done.
             </para>
             </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.OfbBlockCipher">
            <summary>
            Implements an Output-FeedBack (OFB) mode on top of a simple block cipher.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.OfbBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32)">
            <summary>
            Basic constructor.
            </summary>
            <param name="cipher">The block cipher to be used as the basis of the feedback mode.</param>
            <param name="blockSize">The block size in bits (must be a multiple of 8).</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.OfbBlockCipher.UnderlyingCipher">
            <summary>
            The underlying block cipher that we are wrapping.
            </summary>
            <returns>The underlying block cipher that we are wrapping.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.OfbBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialise the cipher and, possibly, the initialisation vector (IV).
            </summary>
            <param name="forEncryption">Ignored by this OFB mode.</param>
            <param name="parameters">The key and other data required by the cipher (ParametersWithIV).</param>
            <exception cref="T:System.ArgumentException">If the parameters argument is inappropriate.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.OfbBlockCipher.AlgorithmName">
            <summary>
            The algorithm name and mode.
            </summary>
            <returns>The name of the underlying algorithm followed by "/OFB" and the block size in bits.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.OfbBlockCipher.IsPartialBlockOkay">
            <summary>
            Indicates whether partial blocks are okay for this mode.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.OfbBlockCipher.GetBlockSize">
            <summary>
            Return the block size we are operating at.
            </summary>
            <returns>The block size we are operating at (in bytes).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.OfbBlockCipher.ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32)">
            <summary>
            Process a block of data.
            </summary>
            <param name="input">The input buffer.</param>
            <param name="inOff">The offset into the input buffer.</param>
            <param name="output">The output buffer.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>The number of bytes processed.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.OfbBlockCipher.Reset">
            <summary>
            Reset the feedback vector back to the IV and reset the underlying cipher.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher">
                * Implements OpenPGP's rather strange version of Cipher-FeedBack (CFB) mode
                * on top of a simple cipher. This class assumes the IV has been prepended
                * to the data stream already, and just accomodates the reset after
                * (blockSize + 2) bytes have been read.
                * <p>
                * For further info see <a href="http://www.ietf.org/rfc/rfc2440.html">RFC 2440</a>.
            	* </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
             Basic constructor.
            
             @param cipher the block cipher to be used as the basis of the
             feedback mode.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher.UnderlyingCipher">
             return the underlying block cipher that we are wrapping.
            
             @return the underlying block cipher that we are wrapping.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher.AlgorithmName">
             return the algorithm name and mode.
            
             @return the name of the underlying algorithm followed by "/PGPCFB"
             and the block size in bits.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher.GetBlockSize">
             return the block size we are operating at.
            
             @return the block size we are operating at (in bytes).
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher.Reset">
            reset the chaining vector back to the IV and reset the underlying
            cipher.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialise the cipher and, possibly, the initialisation vector (IV).
             If an IV isn't passed as part of the parameter, the IV will be all zeros.
             An IV which is too short is handled in FIPS compliant fashion.
            
             @param forEncryption if true the cipher is initialised for
              encryption, if false for decryption.
             @param parameters the key and other data required by the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.OpenPgpCfbBlockCipher.EncryptByte(System.Byte,System.Int32)">
            Encrypt one byte of data according to CFB mode.
            @param data the byte to encrypt
            @param blockOff offset in the current block
            @returns the encrypted byte
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.SicBlockCipher">
            <summary>
            Implements the Segmented Integer Counter (SIC) mode on top of a simple block cipher.
            </summary>
            <remarks>
            This mode is also known as CTR mode.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.SicBlockCipher.#ctor(Org.BouncyCastle.Crypto.IBlockCipher)">
            <summary>
            Basic constructor.
            </summary>
            <param name="cipher">The block cipher to be used.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.SicBlockCipher.UnderlyingCipher">
            <summary>
            The underlying block cipher that we are wrapping.
            </summary>
            <returns>The underlying block cipher that we are wrapping.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.SicBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialise the cipher and, possibly, the initialisation vector (IV).
            </summary>
            <param name="forEncryption">Ignored by CTR mode.</param>
            <param name="parameters">The key and other data required by the cipher (ParametersWithIV).</param>
            <exception cref="T:System.ArgumentException">If the parameters argument is inappropriate.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.SicBlockCipher.AlgorithmName">
            <summary>
            The algorithm name and mode.
            </summary>
            <returns>The name of the underlying algorithm followed by "/SIC".</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.SicBlockCipher.IsPartialBlockOkay">
            <summary>
            Indicates whether partial blocks are okay for this mode.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.SicBlockCipher.GetBlockSize">
            <summary>
            Return the block size of the underlying cipher.
            </summary>
            <returns>The block size of the underlying cipher (in bytes).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.SicBlockCipher.ProcessBlock(System.Byte[],System.Int32,System.Byte[],System.Int32)">
            <summary>
            Process a block of data.
            </summary>
            <param name="input">The input buffer.</param>
            <param name="inOff">The offset into the input buffer.</param>
            <param name="output">The output buffer.</param>
            <param name="outOff">The offset into the output buffer.</param>
            <returns>The number of bytes processed.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.SicBlockCipher.Reset">
            <summary>
            Reset the chaining vector back to the IV and reset the underlying cipher.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Modes.XChaCha20Poly1305">
            <summary>
            Implementation of the XChaCha20-Poly1305 AEAD construction as defined in
            draft-irtf-cfrg-xchacha. Identical to ChaCha20-Poly1305 (RFC 8439) but using
            XChaCha20 with a 192-bit nonce in place of ChaCha20.
            </summary>
            <remarks>
            <para>
            The 24-byte (192-bit) nonce permits safe random-nonce selection, which is impractical with
            the 96-bit nonce of ChaCha20-Poly1305.
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.XChaCha20Poly1305.#ctor">
            <summary>Default constructor using the standard <see cref="T:Org.BouncyCastle.Crypto.Macs.Poly1305"/> MAC.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Modes.XChaCha20Poly1305.#ctor(Org.BouncyCastle.Crypto.IMac)">
            <summary>Constructor allowing a custom Poly1305 implementation.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Modes.XChaCha20Poly1305.AlgorithmName">
            <summary>The name of the algorithm ("XChaCha20Poly1305").</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory">
            <summary>
            Calculator factory class for signature generation in ASN.1 based profiles that use an AlgorithmIdentifier to preserve
            signature algorithm details.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory.#ctor(System.String,Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Base constructor.
            </summary>
            <param name="algorithm">The name of the signature algorithm to use.</param>
            <param name="privateKey">The private key to be used in the signing operation.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory.#ctor(System.String,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Constructor which also specifies a source of randomness to be used if one is required.
            </summary>
            <param name="algorithm">The name of the signature algorithm to use.</param>
            <param name="privateKey">The private key to be used in the signing operation.</param>
            <param name="random">The source of randomness to be used in signature calculation.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Operators.Asn1SignatureFactory.SignatureAlgNames">
            <summary>
            Allows enumeration of the signature names supported by the verifier provider.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Operators.Asn1VerifierFactory">
            <summary>
            Verifier class for signature verification in ASN.1 based profiles that use an AlgorithmIdentifier to preserve
            signature algorithm details.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Operators.Asn1VerifierFactory.#ctor(System.String,Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Base constructor.
            </summary>
            <param name="algorithm">The name of the signature algorithm to use.</param>
            <param name="publicKey">The public key to be used in the verification operation.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Operators.Asn1VerifierFactoryProvider">
            <summary>
            Provider class which supports dynamic creation of signature verifiers.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Operators.Asn1VerifierFactoryProvider.#ctor(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Base constructor - specify the public key to be used in verification.
            </summary>
            <param name="publicKey">The public key to be used in creating verifiers provided by this object.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Operators.Asn1VerifierFactoryProvider.SignatureAlgNames">
            <summary>
            Allows enumeration of the signature names supported by the verifier provider.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding">
            <summary>Block cipher padders are expected to conform to this interface.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding.Init(Org.BouncyCastle.Security.SecureRandom)">
            <summary>Initialise the padder.</summary>
            <param name="random">A source of randomness, if any required.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding.PaddingName">
            <summary>The name of the algorithm this padder implements.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding.AddPadding(System.Byte[],System.Int32)">
            <summary>Add padding to the passed in block.</summary>
            <param name="input">the block to add padding to.</param>
            <param name="inOff">the offset into the block the padding is to start at.</param>
            <returns>the number of bytes of padding added.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding.PadCount(System.Byte[])">
            <summary>Determine the length of padding present in the passed in block.</summary>
            <param name="input">the block to check padding for.</param>
            <returns>the number of bytes of padding present.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Paddings.ISO10126d2Padding">
            <summary>A padder that adds ISO10126-2 padding to a block.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Paddings.ISO7816d4Padding">
            <summary>
            A padder that adds the padding according to the scheme referenced in ISO 7816-4 - scheme 2 from ISO 9797-1.
            </summary>
            <remarks>
            The first byte is 0x80, the rest are 0x00.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.ISO7816d4Padding.Init(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Initialise the padder.
            </summary>
            <param name="random">A source of randomness (ignored for ISO7816-4).</param>
            <remarks>
            For this padding scheme, the <paramref name="random"/> parameter is ignored.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Paddings.ISO7816d4Padding.PaddingName">
            <summary>
            The algorithm name for the padding.
            </summary>
            <returns>The string "ISO7816-4".</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.ISO7816d4Padding.AddPadding(System.Byte[],System.Int32)">
            <summary>
            Add padding to a given block.
            </summary>
            <param name="input">The array containing the data to be padded.</param>
            <param name="inOff">The offset into the input array where padding should start.</param>
            <returns>The number of bytes of padding added.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.ISO7816d4Padding.PadCount(System.Byte[])">
            <summary>
            Return the number of pad bytes found in the passed in block.
            </summary>
            <param name="input">The array containing the padded data.</param>
            <returns>The number of pad bytes.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">If the padding is corrupted.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher">
            A wrapper class that allows block ciphers to be used to process data in
            a piecemeal fashion with padding. The PaddedBufferedBlockCipher
            outputs a block only when the buffer is full and more data is being added,
            or on a doFinal (unless the current block in the buffer is a pad block).
            The default padding mechanism used is the one outlined in Pkcs5/Pkcs7.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher.#ctor(Org.BouncyCastle.Crypto.Modes.IBlockCipherMode,Org.BouncyCastle.Crypto.Paddings.IBlockCipherPadding)">
             Create a buffered block cipher with the desired padding.
            
             @param cipher the underlying block cipher this buffering object wraps.
             @param padding the padding type.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher.#ctor(Org.BouncyCastle.Crypto.Modes.IBlockCipherMode)">
             Create a buffered block cipher Pkcs7 padding
            
             @param cipher the underlying block cipher this buffering object wraps.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise the cipher.
            
             @param forEncryption if true the cipher is initialised for
              encryption, if false for decryption.
             @param param the key and other data required by the cipher.
             @exception ArgumentException if the parameters argument is
             inappropriate.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher.GetOutputSize(System.Int32)">
             return the minimum size of the output buffer required for an update
             plus a doFinal with an input of len bytes.
            
             @param len the length of the input.
             @return the space required to accommodate a call to update and doFinal
             with len bytes of input.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher.GetUpdateOutputSize(System.Int32)">
             return the size of the output buffer required for an update
             an input of len bytes.
            
             @param len the length of the input.
             @return the space required to accommodate a call to update
             with len bytes of input.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher.ProcessByte(System.Byte,System.Byte[],System.Int32)">
             process a single byte, producing an output block if necessary.
            
             @param in the input byte.
             @param out the space for any output that might be produced.
             @param outOff the offset from which the output will be copied.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there isn't enough space in out.
             @exception InvalidOperationException if the cipher isn't initialised.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
             process an array of bytes, producing output if necessary.
            
             @param in the input byte array.
             @param inOff the offset at which the input data starts.
             @param len the number of bytes to be copied out of the input array.
             @param out the space for any output that might be produced.
             @param outOff the offset from which the output will be copied.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there isn't enough space in out.
             @exception InvalidOperationException if the cipher isn't initialised.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher.DoFinal(System.Byte[],System.Int32)">
             Process the last block in the buffer. If the buffer is currently
             full and padding needs to be added a call to doFinal will produce
             2 * GetBlockSize() bytes.
            
             @param out the array the block currently being held is copied into.
             @param outOff the offset at which the copying starts.
             @return the number of output bytes copied to out.
             @exception DataLengthException if there is insufficient space in out for
             the output or we are decrypting and the input is not block size aligned.
             @exception InvalidOperationException if the underlying cipher is not
             initialised.
             @exception InvalidCipherTextException if padding is expected and not found.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding">
            <summary>
            A padder that adds PKCS7/PKCS5 padding to a block.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding.Init(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Initialise the padder.
            </summary>
            <param name="random">A source of randomness (ignored for PKCS7).</param>
            <remarks>
            For this padding scheme, the <paramref name="random"/> parameter is ignored.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding.PaddingName">
            <summary>
            The algorithm name for the padding.
            </summary>
            <returns>The string "PKCS7".</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding.AddPadding(System.Byte[],System.Int32)">
            <summary>
            Add padding to a given block.
            </summary>
            <param name="input">The array containing the data to be padded.</param>
            <param name="inOff">The offset into the input array where padding should start.</param>
            <returns>The number of bytes of padding added.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.Pkcs7Padding.PadCount(System.Byte[])">
            <summary>
            Return the number of pad bytes found in the passed in block.
            </summary>
            <param name="input">The array containing the padded data.</param>
            <returns>The number of pad bytes.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">If the padding is corrupted.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Paddings.TbcPadding">
            <summary> A padder that adds Trailing-Bit-Compliment padding to a block.</summary>
            <remarks>This padding pads the block out compliment of the last bit of the plain text.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Paddings.X923Padding">
            <summary>
            A padder that adds X9.23 padding to a block.
            </summary>
            <remarks>
            If a <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> is passed in, random padding is used; otherwise, the block is padded with zeros.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.X923Padding.Init(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Initialise the padder.
            </summary>
            <param name="random">A source of randomness.</param>
            <remarks>
            If <paramref name="random"/> is <c>null</c>, zero padding is used; otherwise, the block is padded with
            random bytes.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Paddings.X923Padding.PaddingName">
            <summary>
            The algorithm name for the padding.
            </summary>
            <returns>The string "X9.23".</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.X923Padding.AddPadding(System.Byte[],System.Int32)">
            <summary>
            Add padding to a given block.
            </summary>
            <param name="input">The array containing the data to be padded.</param>
            <param name="inOff">The offset into the input array where padding should start.</param>
            <returns>The number of bytes of padding added.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Paddings.X923Padding.PadCount(System.Byte[])">
            <summary>
            Return the number of pad bytes found in the passed in block.
            </summary>
            <param name="input">The array containing the padded data.</param>
            <returns>The number of pad bytes.</returns>
            <exception cref="T:Org.BouncyCastle.Crypto.InvalidCipherTextException">If the padding is corrupted.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Paddings.ZeroBytePadding">
            <summary> A padder that adds zero byte padding to a block.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.AeadParameters.#ctor(Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Int32,System.Byte[])">
             Base constructor.
            
             @param key key to be used by underlying cipher
             @param macSize macSize in bits
             @param nonce nonce to be used
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.AeadParameters.#ctor(Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Int32,System.Byte[],System.Byte[])">
             Base constructor.
            
             @param key key to be used by underlying cipher
             @param macSize macSize in bits
             @param nonce nonce to be used
             @param associatedText associated text, if any
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2d">
            <summary>Argon2d - data-dependent memory access.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2i">
            <summary>Argon2i - data-independent memory access.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2id">
            <summary>Argon2id - hybrid of <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2i"/> and <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2d"/>.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Version10">
            <summary>Argon2 v1.0 (legacy).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Version13">
            <summary>Argon2 v1.3 - the version standardised by RFC 9106.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder">
            <summary>Fluent builder for <see cref="T:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.#ctor">
            <summary>Create a builder defaulting to <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2i"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.#ctor(System.Int32)">
            <summary>Create a builder for the given Argon2 variant.</summary>
            <param name="type">
            One of <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2d"/>, <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2i"/>, or <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2id"/>.
            </param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.WithParallelism(System.Int32)">
            <summary>Set the parallelism (number of lanes).</summary>
            <param name="parallelism">
            The degree of parallelism, must be at least 1, and less than <c>1 &lt;&lt; 24</c>.
            </param>
            <returns>This builder.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.WithSalt(System.Byte[])">
            <summary>Set the salt.</summary>
            <remarks>The supplied array is defensively cloned.</remarks>
            <param name="salt">Salt bytes; may be <c>null</c>.</param>
            <returns>This builder.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.WithSecret(System.Byte[])">
            <summary>Set the optional secret (key) value.</summary>
            <remarks>The supplied array is defensively cloned.</remarks>
            <param name="secret">Secret bytes; may be <c>null</c>.</param>
            <returns>This builder.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.WithAdditional(System.Byte[])">
            <summary>Set the optional additional/associated data.</summary>
            <remarks>The supplied array is defensively cloned.</remarks>
            <param name="additional">Additional data bytes; may be <c>null</c>.</param>
            <returns>This builder.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.WithIterations(System.Int32)">
            <summary>Set the number of passes (time cost).</summary>
            <param name="iterations">Number of iterations, must be at least 1.</param>
            <returns>This builder.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.WithMemoryAsKB(System.Int32)">
            <summary>Set the memory cost expressed directly in KiB.</summary>
            <param name="memory">Memory in KiB; must be in <c>[1, 1 &lt;&lt; MaxMemoryExp]</c>.</param>
            <returns>This builder.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">If the value is out of range.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.WithMemoryPowOfTwo(System.Int32)">
            <summary>
            Set the memory cost as a power of two: the resulting memory in KiB is <c>1 &lt;&lt; memory.</c>.
            </summary>
            <param name="memory">Exponent; must be in <c>[0, MaxMemoryExp]</c>.</param>
            <returns>This builder.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">If the exponent is out of range.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.WithVersion(System.Int32)">
            <summary>Set the Argon2 version.</summary>
            <param name="version">One of <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Version10"/> or <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Version13"/>.</param>
            <returns>This builder.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.WithCharToByteConverter(Org.BouncyCastle.Crypto.ICharToByteConverter)">
            <summary>Override the converter used to turn <c>char[]</c> passwords into bytes.</summary>
            <remarks>Default is <see cref="F:Org.BouncyCastle.Crypto.PasswordConverter.Utf8"/>.</remarks>
            <param name="converter">The character-to-byte converter to use.</param>
            <returns>This builder.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.Build">
            <summary>Construct immutable <see cref="T:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters"/> from the current builder state.</summary>
            <returns>The configured parameters.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Builder.Clear">
            <summary>Zeroise sensitive state (salt, secret, additional) held by this builder.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.CharToByteConverter">
            <returns>The character-to-byte converter used to encode <c>char[]</c> passwords.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.GetSalt">
            <returns>A defensive copy of the salt, or <c>null</c> if none was set.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.GetSecret">
            <returns>A defensive copy of the secret value, or <c>null</c> if none was set.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.GetAdditional">
            <returns>A defensive copy of the additional data, or <c>null</c> if none was set.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Iterations">
            <returns>The number of passes (time cost).</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Parallelism">
            <returns>The parallelism (lane count).</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Memory">
            <returns>The memory cost in KiB.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Type">
            <returns>
            The Argon2 variant constant (<see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2d"/>, <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2i"/>, or <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Argon2id"/>).
            </returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Version">
            <returns>The Argon2 version constant (<see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Version10"/> or <see cref="F:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Version13"/>).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Argon2Parameters.Clear">
            <summary>Zeroise sensitive state (salt, secret, additional) held by these parameters.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.Blake3Parameters">
            <summary>Blake3 Parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Blake3Parameters.Context(System.Byte[])">
            <summary>Create a key parameter.</summary>
            <param name="pContext">the context</param>
            <returns>the parameter</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Blake3Parameters.Key(System.Byte[])">
            <summary>Create a key parameter.</summary>
            <param name="pKey">the key</param>
            <returns>the parameter</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Blake3Parameters.GetKey">
            <summary>Obtain the key.</summary>
            <returns>the key</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Blake3Parameters.ClearKey">
            <summary>Clear the key bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Blake3Parameters.GetContext">
            <summary>Obtain the salt.</summary>
            <returns>the salt</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DesEdeParameters.IsWeakKey(System.Byte[],System.Int32,System.Int32)">
             return true if the passed in key is a DES-EDE weak key.
            
             @param key bytes making up the key
             @param offset offset into the byte array the key starts at
             @param length number of bytes making up the key
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DesEdeParameters.IsWeakKey(System.Byte[],System.Int32)">
             return true if the passed in key is a DES-EDE weak key.
            
             @param key bytes making up the key
             @param offset offset into the byte array the key starts at
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DesEdeParameters.IsRealEdeKey(System.Byte[],System.Int32)">
             return true if the passed in key is a real 2/3 part DES-EDE key.
            
             @param key bytes making up the key
             @param offset offset into the byte array the key starts at
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DesEdeParameters.IsReal2Key(System.Byte[],System.Int32)">
             return true if the passed in key is a real 2 part DES-EDE key.
            
             @param key bytes making up the key
             @param offset offset into the byte array the key starts at
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DesEdeParameters.IsReal3Key(System.Byte[],System.Int32)">
             return true if the passed in key is a real 3 part DES-EDE key.
            
             @param key bytes making up the key
             @param offset offset into the byte array the key starts at
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DesParameters.IsWeakKey(System.Byte[],System.Int32)">
            DES has 16 weak keys.  This method will check
            if the given DES key material is weak or semi-weak.
            Key material that is too short is regarded as weak.
            <p>
            See <a href="http://www.counterpane.com/applied.html">"Applied
            Cryptography"</a> by Bruce Schneier for more information.
            </p>
            @return true if the given DES key material is weak or semi-weak,
                false otherwise.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DesParameters.SetOddParity(System.Byte[])">
             DES Keys use the LSB as the odd parity bit.  This can
             be used to check for corrupt keys.
            
             @param bytes the byte array to set the parity on.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.DHParameters.M">
            <summary>The minimum bitlength of the private value.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.DHParameters.L">
            <summary>The bitlength of the private value.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.DHPrivateKeyParameters">
            <summary>Diffie-Hellman private key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DHPrivateKeyParameters.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.Parameters.DHParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.DHPrivateKeyParameters"/>.</summary>
            <param name="x">The private value X.</param>
            <param name="parameters">The DH domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.DHPrivateKeyParameters.X">
            <summary>Gets the private value X.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters">
            <summary>Diffie-Hellman public key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.Parameters.DHParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters"/>.</summary>
            <param name="y">The public point Y.</param>
            <param name="parameters">The DH domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.DHPublicKeyParameters.Y">
            <summary>Gets the public point Y.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters">
            <summary>Base class for Digital Signature Algorithm (DSA) key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters.#ctor(System.Boolean,Org.BouncyCastle.Crypto.Parameters.DsaParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters"/>.</summary>
            <param name="isPrivate">Whether the key is private or not.</param>
            <param name="parameters">The DSA domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.DsaKeyParameters.Parameters">
            <summary>Gets the DSA domain parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters.#ctor(System.Int32,System.Int32,System.Int32,Org.BouncyCastle.Security.SecureRandom)">
             Construct without a usage index, this will do a random construction of G.
            
             @param L desired length of prime P in bits (the effective key size).
             @param N desired length of prime Q in bits.
             @param certainty certainty level for prime number generation.
             @param random the source of randomness to use.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DsaParameterGenerationParameters.#ctor(System.Int32,System.Int32,System.Int32,Org.BouncyCastle.Security.SecureRandom,System.Int32)">
             Construct for a specific usage index - this has the effect of using verifiable canonical generation of G.
            
             @param L desired length of prime P in bits (the effective key size).
             @param N desired length of prime Q in bits.
             @param certainty certainty level for prime number generation.
             @param random the source of randomness to use.
             @param usageIndex a valid usage index.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters">
            <summary>Digital Signature Algorithm (DSA) private key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.Parameters.DsaParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters"/>.</summary>
            <param name="x">The private value X.</param>
            <param name="parameters">The DSA domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.DsaPrivateKeyParameters.X">
            <summary>Gets the private value X.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters">
            <summary>Digital Signature Algorithm (DSA) public key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.Parameters.DsaParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters"/>.</summary>
            <param name="y">The public value Y.</param>
            <param name="parameters">The DSA domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters.Y">
            <summary>Gets the public value Y.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ECKeyParameters">
            <summary>Base class for elliptic curve key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ECKeyParameters.#ctor(System.String,System.Boolean,Org.BouncyCastle.Crypto.Parameters.ECDomainParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.ECKeyParameters"/>.</summary>
            <param name="algorithm">The algorithm name.</param>
            <param name="isPrivate">Whether the key is private or not.</param>
            <param name="parameters">The EC domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ECKeyParameters.AlgorithmName">
            <summary>Gets the algorithm name.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ECKeyParameters.Parameters">
            <summary>Gets the EC domain parameters.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters">
            <summary>Elliptic curve private key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.Parameters.ECDomainParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters"/>.</summary>
            <param name="d">The private scalar D.</param>
            <param name="parameters">The EC domain parameters.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters.#ctor(System.String,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.Parameters.ECDomainParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters"/>.</summary>
            <param name="algorithm">The algorithm name.</param>
            <param name="d">The private scalar D.</param>
            <param name="parameters">The EC domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters.D">
            <summary>Gets the private scalar D.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters">
            <summary>Elliptic curve public key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters.#ctor(Org.BouncyCastle.Math.EC.ECPoint,Org.BouncyCastle.Crypto.Parameters.ECDomainParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters"/>.</summary>
            <param name="q">The public point Q.</param>
            <param name="parameters">The EC domain parameters.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters.#ctor(System.String,Org.BouncyCastle.Math.EC.ECPoint,Org.BouncyCastle.Crypto.Parameters.ECDomainParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters"/>.</summary>
            <param name="algorithm">The algorithm name.</param>
            <param name="q">The public point Q.</param>
            <param name="parameters">The EC domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters.Q">
            <summary>Gets the public point Q.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.Ed25519KeyGenerationParameters">
            <summary>
            Key generation parameters for Ed25519 (RFC 8032). Carries the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> used for
            seed generation; the strength is fixed at 256 bits.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519KeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Construct using <paramref name="random"/> as the entropy source for the 32-byte seed.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters">
            <summary>
            Ed25519 private key (RFC 8032). Holds the 32-byte secret seed; the corresponding public key is
            derived lazily on first use and cached.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.KeySize">
            <summary>Length in bytes of an Ed25519 private-key seed (32).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.SignatureSize">
            <summary>Length in bytes of an Ed25519 signature (64).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>Generate a fresh random Ed25519 private key using <paramref name="random"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.#ctor(System.Byte[])">
            <summary>Construct from a 32-byte seed buffer.</summary>
            <exception cref="T:System.ArgumentException">If <paramref name="buf"/> length differs from
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.KeySize"/>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.#ctor(System.Byte[],System.Int32)">
            <summary>Construct from <paramref name="buf"/> at <paramref name="off"/>; reads
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.KeySize"/> bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.#ctor(System.IO.Stream)">
            <summary>Read the 32-byte seed from <paramref name="input"/>.</summary>
            <exception cref="T:System.IO.EndOfStreamException">If the stream ends before <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.KeySize"/>
            bytes have been read.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.Encode(System.Byte[],System.Int32)">
            <summary>Write the 32-byte seed into <paramref name="buf"/> at <paramref name="off"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.GetEncoded">
            <summary>Return a fresh copy of the 32-byte seed.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.GeneratePublicKey">
            <summary>
            Derive (and cache) the public key corresponding to this private key.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters.Sign(Org.BouncyCastle.Math.EC.Rfc8032.Ed25519.Algorithm,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Compute an Ed25519 signature. Selects between pure Ed25519, Ed25519ctx and Ed25519ph based on
            <paramref name="algorithm"/>. The pure variant rejects a non-<c>null</c> context; the context
            and prehash variants require a context up to 255 bytes long, and Ed25519ph additionally
            requires <paramref name="msgLen"/> to equal <see cref="F:Org.BouncyCastle.Math.EC.Rfc8032.Ed25519.PrehashSize"/>.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="ctx"/> is required but
            <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">If <paramref name="ctx"/> exceeds 255 bytes,
            is supplied for pure Ed25519, <paramref name="msgLen"/> is wrong for Ed25519ph, or
            <paramref name="algorithm"/> is unrecognised.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters">
            <summary>
            Ed25519 public key (RFC 8032). Wraps a decoded curve point obtained from a 32-byte encoded
            representation; the point is validated at construction so that subsequent verifications work
            against a known-good key.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.KeySize">
            <summary>Length in bytes of an Ed25519 public key encoding (32).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.#ctor(System.Byte[])">
            <summary>
            Construct from a 32-byte buffer holding the encoded public point.
            </summary>
            <exception cref="T:System.ArgumentException">If <paramref name="buf"/> length differs from
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.KeySize"/>, or the encoding does not decode to a valid curve point.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.#ctor(System.Byte[],System.Int32)">
            <summary>
            Construct from <paramref name="buf"/> starting at <paramref name="off"/>; reads
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.KeySize"/> bytes.
            </summary>
            <exception cref="T:System.ArgumentException">If the encoded bytes do not decode to a valid curve
            point.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.#ctor(System.IO.Stream)">
            <summary>
            Read <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.KeySize"/> encoded bytes from <paramref name="input"/> and decode them.
            </summary>
            <exception cref="T:System.IO.EndOfStreamException">If the stream ends before <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.KeySize"/>
            bytes have been read.</exception>
            <exception cref="T:System.ArgumentException">If the encoded bytes do not decode to a valid curve
            point.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.#ctor(Org.BouncyCastle.Math.EC.Rfc8032.Ed25519.PublicPoint)">
            <summary>
            Construct from an already-decoded curve point. No further validation is performed.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="publicPoint"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.Encode(System.Byte[],System.Int32)">
            <summary>
            Write the 32-byte encoded public point into <paramref name="buf"/> at <paramref name="off"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.GetEncoded">
            <summary>Return a fresh copy of the 32-byte encoded public point.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters.Verify(Org.BouncyCastle.Math.EC.Rfc8032.Ed25519.Algorithm,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Verify an Ed25519 signature. Selects between pure Ed25519, Ed25519ctx and Ed25519ph based on
            <paramref name="algorithm"/>. The pure variant rejects a non-<c>null</c> context; the context
            and prehash variants require a context up to 255 bytes long, and Ed25519ph additionally
            requires <paramref name="msgLen"/> to equal <see cref="F:Org.BouncyCastle.Math.EC.Rfc8032.Ed25519.PrehashSize"/>.
            </summary>
            <returns><c>true</c> if the signature is valid for this key; otherwise <c>false</c>.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="ctx"/> is required but
            <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">If <paramref name="ctx"/> exceeds 255 bytes,
            is supplied for pure Ed25519, <paramref name="msgLen"/> is wrong for Ed25519ph, or
            <paramref name="algorithm"/> is unrecognised.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.Ed448KeyGenerationParameters">
            <summary>
            Key generation parameters for Ed448 (RFC 8032). Carries the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> used for
            seed generation; the strength is fixed at 448 bits.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448KeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Construct using <paramref name="random"/> as the entropy source for the 57-byte seed.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters">
            <summary>
            Ed448 private key (RFC 8032). Holds the 57-byte secret seed; the corresponding public key is
            derived lazily on first use and cached.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.KeySize">
            <summary>Length in bytes of an Ed448 private-key seed (57).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.SignatureSize">
            <summary>Length in bytes of an Ed448 signature (114).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>Generate a fresh random Ed448 private key using <paramref name="random"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.#ctor(System.Byte[])">
            <summary>Construct from a 57-byte seed buffer.</summary>
            <exception cref="T:System.ArgumentException">If <paramref name="buf"/> length differs from
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.KeySize"/>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.#ctor(System.Byte[],System.Int32)">
            <summary>Construct from <paramref name="buf"/> at <paramref name="off"/>; reads
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.KeySize"/> bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.#ctor(System.IO.Stream)">
            <summary>Read the 57-byte seed from <paramref name="input"/>.</summary>
            <exception cref="T:System.IO.EndOfStreamException">If the stream ends before <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.KeySize"/>
            bytes have been read.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.Encode(System.Byte[],System.Int32)">
            <summary>Write the 57-byte seed into <paramref name="buf"/> at <paramref name="off"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.GetEncoded">
            <summary>Return a fresh copy of the 57-byte seed.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.GeneratePublicKey">
            <summary>Derive (and cache) the public key corresponding to this private key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters.Sign(Org.BouncyCastle.Math.EC.Rfc8032.Ed448.Algorithm,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Compute an Ed448 signature. Both Ed448 and Ed448ph require a non-<c>null</c> context up to
            255 bytes; Ed448ph additionally requires <paramref name="msgLen"/> to equal
            <see cref="F:Org.BouncyCastle.Math.EC.Rfc8032.Ed448.PrehashSize"/>.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="ctx"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">If <paramref name="ctx"/> exceeds 255 bytes,
            <paramref name="msgLen"/> is wrong for Ed448ph, or <paramref name="algorithm"/> is
            unrecognised.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters">
            <summary>
            Ed448 public key (RFC 8032). Wraps a decoded curve point obtained from a 57-byte encoded
            representation; the point is validated at construction.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.KeySize">
            <summary>Length in bytes of an Ed448 public key encoding (57).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.#ctor(System.Byte[])">
            <summary>Construct from a 57-byte buffer holding the encoded public point.</summary>
            <exception cref="T:System.ArgumentException">If <paramref name="buf"/> length differs from
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.KeySize"/>, or the encoding does not decode to a valid curve point.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.#ctor(System.Byte[],System.Int32)">
            <summary>Construct from <paramref name="buf"/> at <paramref name="off"/>; reads
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.KeySize"/> bytes.</summary>
            <exception cref="T:System.ArgumentException">If the encoded bytes do not decode to a valid curve
            point.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.#ctor(System.IO.Stream)">
            <summary>Read <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.KeySize"/> encoded bytes from <paramref name="input"/> and decode them.</summary>
            <exception cref="T:System.IO.EndOfStreamException">If the stream ends before <see cref="F:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.KeySize"/>
            bytes have been read.</exception>
            <exception cref="T:System.ArgumentException">If the encoded bytes do not decode to a valid curve
            point.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.#ctor(Org.BouncyCastle.Math.EC.Rfc8032.Ed448.PublicPoint)">
            <summary>Construct from an already-decoded curve point. No further validation is performed.</summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="publicPoint"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.Encode(System.Byte[],System.Int32)">
            <summary>
            Write the 57-byte encoded public point into <paramref name="buf"/> at <paramref name="off"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.GetEncoded">
            <summary>Return a fresh copy of the 57-byte encoded public point.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters.Verify(Org.BouncyCastle.Math.EC.Rfc8032.Ed448.Algorithm,System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Verify an Ed448 signature. Both Ed448 and Ed448ph require a non-<c>null</c> context up to
            255 bytes; Ed448ph additionally requires <paramref name="msgLen"/> to equal
            <see cref="F:Org.BouncyCastle.Math.EC.Rfc8032.Ed448.PrehashSize"/>.
            </summary>
            <returns><c>true</c> if the signature is valid for this key; otherwise <c>false</c>.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="ctx"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentOutOfRangeException">If <paramref name="ctx"/> exceeds 255 bytes,
            <paramref name="msgLen"/> is wrong for Ed448ph, or <paramref name="algorithm"/> is
            unrecognised.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters">
            <summary>Base class for ElGamal key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters.#ctor(System.Boolean,Org.BouncyCastle.Crypto.Parameters.ElGamalParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters"/>.</summary>
            <param name="isPrivate">Whether the key is private or not.</param>
            <param name="parameters">The ElGamal domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ElGamalKeyParameters.Parameters">
            <summary>Gets the ElGamal domain parameters.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ElGamalParameters.G">
            return the generator - g
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ElGamalParameters.L">
            return private value limit - l
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters">
            <summary>ElGamal private key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.Parameters.ElGamalParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters"/>.</summary>
            <param name="x">The private value X.</param>
            <param name="parameters">The ElGamal domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ElGamalPrivateKeyParameters.X">
            <summary>Gets the private value X.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters">
            <summary>ElGamal public key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Crypto.Parameters.ElGamalParameters)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters"/>.</summary>
            <param name="y">The public value Y.</param>
            <param name="parameters">The ElGamal domain parameters.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ElGamalPublicKeyParameters.Y">
            <summary>Gets the public value Y.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.HkdfParameters">
            Parameter class for the HkdfBytesGenerator class.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.HkdfParameters.#ctor(System.Byte[],System.Byte[],System.Byte[])">
             Generates parameters for HKDF, specifying both the optional salt and
             optional info. Step 1: Extract won't be skipped.
            
             @param ikm  the input keying material or seed
             @param salt the salt to use, may be null for a salt for hashLen zeros
             @param info the info to use, may be null for an info field of zero bytes
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.HkdfParameters.SkipExtractParameters(System.Byte[],System.Byte[])">
             Factory method that makes the HKDF skip the extract part of the key
             derivation function.
            
             @param ikm  the input keying material or seed, directly used for step 2:
                         Expand
             @param info the info to use, may be null for an info field of zero bytes
             @return HKDFParameters that makes the implementation skip step 1
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.HkdfParameters.GetIkm">
             Returns the input keying material or seed.
            
             @return the keying material
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.HkdfParameters.SkipExtract">
             Returns if step 1: extract has to be skipped or not
            
             @return true for skipping, false for no skipping of step 1
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.HkdfParameters.GetSalt">
             Returns the salt, or null if the salt should be generated as a byte array
             of HashLen zeros.
            
             @return the salt, or null
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.HkdfParameters.GetInfo">
             Returns the info field, which may be empty (null is converted to empty).
            
             @return the info field, never null
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.IesParameters">
            <summary>Parameters for using an integrated cipher in stream mode.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.IesParameters.#ctor(System.Byte[],System.Byte[],System.Int32)">
            <param name="derivation">the derivation parameter for the KDF function.</param>
            <param name="encoding">the encoding parameter for the KDF function.</param>
            <param name="macKeySize">the size of the MAC key (in bits).</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.IesWithCipherParameters.#ctor(System.Byte[],System.Byte[],System.Int32,System.Int32)">
            @param derivation the derivation parameter for the KDF function.
            @param encoding the encoding parameter for the KDF function.
            @param macKeySize the size of the MAC key (in bits).
            @param cipherKeySize the size of the associated Cipher key (in bits).
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.Iso18033KdfParameters">
            parameters for Key derivation functions for ISO-18033
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.KdfCounterParameters.#ctor(System.Byte[],System.Byte[],System.Int32)">
            <summary>
            Base constructor - suffix fixed input data only.
            </summary>
            <param name="ki">the KDF seed</param>
            <param name="fixedInputDataCounterSuffix">fixed input data to follow counter.</param>
            <param name="r">length of the counter in bits</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.KdfCounterParameters.#ctor(System.Byte[],System.Byte[],System.Byte[],System.Int32)">
            <summary>
            Base constructor - prefix and suffix fixed input data.
            </summary>
            <param name="ki">the KDF seed</param>
            <param name="fixedInputDataCounterPrefix">fixed input data to precede counter</param>
            <param name="fixedInputDataCounterSuffix">fixed input data to follow counter.</param>
            <param name="r">length of the counter in bits.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.KdfParameters">
            <summary>Parameters for Key Derivation Functions for IEEE P1363a.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter">
            <summary>Base class for symmetric key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.KeyParameter.#ctor(System.Byte[])">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/>.</summary>
            <param name="key">The byte array containing the key material.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.KeyParameter.#ctor(System.Byte[],System.Int32,System.Int32)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/>.</summary>
            <param name="key">The byte array containing the key material.</param>
            <param name="keyOff">The offset into the byte array where the key starts.</param>
            <param name="keyLen">The length of the key material.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.KeyParameter.GetKey">
            <summary>Gets the key material.</summary>
            <returns>A copy of the key material as a byte array.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.KeyParameter.KeyLength">
            <summary>Gets the length of the key material in bytes.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MgfParameters">
            <remarks>Parameters for mask derivation functions.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLDsaKeyGenerationParameters">
            <summary>
            Key generation parameters for ML-DSA (FIPS 204). Carries the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> used to
            draw the seed material together with the chosen <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters"/> selector. Strength
            is implied by the parameter set, so the base <c>strength</c> field is left at zero.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaKeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,Org.BouncyCastle.Crypto.Parameters.MLDsaParameters)">
            <summary>Construct using <paramref name="parameters"/> directly.</summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaKeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Construct by looking up the parameter set for <paramref name="parametersOid"/>.</summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parametersOid"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="parametersOid"/> is not a recognised
            ML-DSA parameter OID (pure or HashML-DSA).</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLDsaKeyGenerationParameters.Parameters">
            <summary>The ML-DSA parameter set the generated key pair will be bound to.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLDsaKeyParameters">
            <summary>
            Common base for ML-DSA (FIPS 204) public and private key parameters; carries the
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters"/> selector that the key was generated for.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLDsaKeyParameters.Parameters">
            <summary>The parameter set this key is bound to.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters">
            <summary>
            Algorithm parameter set identifiers for ML-DSA (Module-Lattice-Based Digital Signature Algorithm) as
            specified in <a href="https://csrc.nist.gov/pubs/fips/204/final">FIPS 204</a>.
            </summary>
            <remarks>
            ML-DSA is the NIST-standardized post-quantum signature scheme derived from CRYSTALS-Dilithium. Each
            parameter set fixes lattice dimensions and security category. The <c>_with_sha512</c> variants wrap the
            pure scheme in the HashML-DSA pre-hash construction from FIPS 204, §5.4.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.ml_dsa_44">
            <summary>Pure ML-DSA-44 (NIST security category 2).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.ml_dsa_65">
            <summary>Pure ML-DSA-65 (NIST security category 3).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.ml_dsa_87">
            <summary>Pure ML-DSA-87 (NIST security category 5).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.ml_dsa_44_with_sha512">
            <summary>HashML-DSA-44 pre-hashed with SHA-512.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.ml_dsa_65_with_sha512">
            <summary>HashML-DSA-65 pre-hashed with SHA-512.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.ml_dsa_87_with_sha512">
            <summary>HashML-DSA-87 pre-hashed with SHA-512.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.IsPreHash">
            <summary><c>true</c> for HashML-DSA variants (pre-hashed input); <c>false</c> for pure ML-DSA.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.Name">
            <summary>The standard algorithm name (e.g. <c>ML-DSA-65</c> or <c>ML-DSA-65-WITH-SHA512</c>).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.ParameterSet">
            <summary>The underlying ML-DSA parameter set (lattice dimensions, number-theoretic constants).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.ToString">
            <summary>Returns the algorithm name (see <see cref="P:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.Name"/>).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLDsaParameterSet">
            <summary>
            The three ML-DSA parameter sets defined by FIPS 204, identified by the matrix dimensions
            <c>(k, ℓ)</c> embedded in the name. Each entry binds the textual name to the engine mode that
            produces the standardised public-key, private-key and signature sizes.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaParameterSet.ml_dsa_44">
            <summary>ML-DSA-44 (NIST Category 2, mode 2).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaParameterSet.ml_dsa_65">
            <summary>ML-DSA-65 (NIST Category 3, mode 3).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaParameterSet.ml_dsa_87">
            <summary>ML-DSA-87 (NIST Category 5, mode 5).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLDsaParameterSet.Name">
            <summary>The textual name of this parameter set (e.g. <c>"ML-DSA-44"</c>).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaParameterSet.ToString">
            <inheritdoc/>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters">
            <summary>
            ML-DSA private key (FIPS 204). The expanded key holds <c>(ρ, K, tr, s₁, s₂, t₀)</c> derived from
            a 32-byte seed; the corresponding <c>t₁</c> half of the public key is cached for fast public-key
            recovery. A key built from a seed retains the seed so it can be re-encoded in the seed format.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format">
            <summary>
            Storage format selector for serialised private keys. Per RFC 9881 §8.1 the seed form is
            preferred for storage efficiency.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format.SeedOnly">
            <summary>Serialise as the 32-byte seed only; requires that the seed is available.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format.EncodingOnly">
            <summary>Serialise as the expanded encoding only; works for keys imported by encoding.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format.SeedAndEncoding">
            <summary>Carry both the seed and the expanded encoding.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.DefaultFormat">
            <summary>Default <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format"/> applied when a key is constructed from a seed.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.FromEncoding(Org.BouncyCastle.Crypto.Parameters.MLDsaParameters,System.Byte[])">
            <summary>
            Decode a private key from its expanded byte representation. The expected length is the
            parameter set's <c>PrivateKeyLength</c>; the returned key has <see cref="F:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format.EncodingOnly"/>
            as its preferred format because the seed is not recoverable from the encoding.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> or
            <paramref name="encoding"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="encoding"/> length does not match the
            parameter set's private-key length.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.FromSeed(Org.BouncyCastle.Crypto.Parameters.MLDsaParameters,System.Byte[])">
            <summary>
            Expand a 32-byte seed into a private key, defaulting to <see cref="F:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.DefaultFormat"/>
            (<see cref="F:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format.SeedOnly"/>).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.FromSeed(Org.BouncyCastle.Crypto.Parameters.MLDsaParameters,System.Byte[],Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format)">
            <summary>
            Expand a 32-byte seed into a private key with the supplied <paramref name="preferredFormat"/>.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> or
            <paramref name="seed"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="seed"/> length is not the parameter
            set's <c>SeedLength</c>, or <paramref name="preferredFormat"/> is unrecognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.GetEncoded">
            <summary>
            Return a fresh copy of the expanded <c>ρ || K || tr || s₁ || s₂ || t₀</c> encoding.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.GetPublicKey">
            <summary>Return the public key derived during key expansion.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.GetPublicKeyEncoded">
            <summary>Return a fresh copy of the public key encoding (<c>ρ || t₁</c>).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.GetSeed">
            <summary>
            Return a fresh copy of the 32-byte seed if one was retained at construction; <c>null</c> for
            keys imported via <see cref="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.FromEncoding(Org.BouncyCastle.Crypto.Parameters.MLDsaParameters,System.Byte[])"/>.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.PreferredFormat">
            <summary>The serialisation format this key was last asked to prefer.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.WithPreferredFormat(Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format)">
            <summary>
            Return a key equivalent to this one but with <see cref="P:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.PreferredFormat"/> changed to
            <paramref name="preferredFormat"/>. Returns the receiver when the format is unchanged.
            </summary>
            <exception cref="T:System.InvalidOperationException">If the requested format requires a seed but no
            seed is available (i.e. the key was imported via <see cref="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.FromEncoding(Org.BouncyCastle.Crypto.Parameters.MLDsaParameters,System.Byte[])"/>).</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="preferredFormat"/> is not a recognised
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters.Format"/> value.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLDsaPublicKeyParameters">
            <summary>
            An ML-DSA public (verification) key, as specified in FIPS 204.
            </summary>
            <remarks>
            Internally the key is kept split into the <c>rho</c> seed and the <c>t1</c> vector per FIPS 204 §5.2.
            The full public-key hash <c>tr</c> is computed lazily on first use and cached for subsequent verify
            operations.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPublicKeyParameters.FromEncoding(Org.BouncyCastle.Crypto.Parameters.MLDsaParameters,System.Byte[])">
            <summary>
            Create an <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaPublicKeyParameters"/> from its raw FIPS 204 public key encoding.
            </summary>
            <param name="parameters">The ML-DSA algorithm parameters this key belongs to.</param>
            <param name="encoding">The raw public key bytes. Length must equal the parameter set's
            <c>PublicKeyLength</c>.</param>
            <returns>A new <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaPublicKeyParameters"/>.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> or
            <paramref name="encoding"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="encoding"/> has the wrong length.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLDsaPublicKeyParameters.GetEncoded">
            <summary>Returns a fresh copy of the FIPS 204 public key encoding (<c>rho || t1</c>).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLKemKeyGenerationParameters">
            <summary>
            Key generation parameters for ML-KEM (FIPS 203). Carries the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> used to
            draw the seed material together with the chosen <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemParameters"/> selector. Strength
            is implied by the parameter set, so the base <c>strength</c> field is left at zero.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemKeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,Org.BouncyCastle.Crypto.Parameters.MLKemParameters)">
            <summary>Construct using <paramref name="parameters"/> directly.</summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemKeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Construct by looking up the parameter set for <paramref name="parametersOid"/>.</summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parametersOid"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="parametersOid"/> is not a recognised
            ML-KEM parameter OID.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLKemKeyGenerationParameters.Parameters">
            <summary>The ML-KEM parameter set the generated key pair will be bound to.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLKemKeyParameters">
            <summary>
            Common base for ML-KEM (FIPS 203) public and private key parameters; carries the
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemParameters"/> selector that the key was generated for.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLKemKeyParameters.Parameters">
            <summary>The parameter set this key is bound to.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLKemParameters">
            <summary>
            Algorithm parameter set identifiers for ML-KEM (Module-Lattice-Based Key-Encapsulation Mechanism) as
            specified in <a href="https://csrc.nist.gov/pubs/fips/203/final">FIPS 203</a>.
            </summary>
            <remarks>
            ML-KEM is a post-quantum key-encapsulation mechanism standardized by NIST, derived from CRYSTALS-Kyber.
            Each instance binds a human-readable algorithm name, an internal <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemParameterSet"/>, and the
            NIST-assigned algorithm OID used in X.509/PKIX encodings.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLKemParameters.ml_kem_512">
            <summary>ML-KEM-512 parameter set (NIST security category 1).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLKemParameters.ml_kem_768">
            <summary>ML-KEM-768 parameter set (NIST security category 3).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLKemParameters.ml_kem_1024">
            <summary>ML-KEM-1024 parameter set (NIST security category 5).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLKemParameters.Name">
            <summary>The standard algorithm name identifying this parameter set (e.g. <c>ML-KEM-768</c>).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLKemParameters.ParameterSet">
            <summary>The underlying ML-KEM parameter set (lattice dimensions, noise bounds, etc.).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemParameters.ToString">
            <summary>Returns the algorithm name (see <see cref="P:Org.BouncyCastle.Crypto.Parameters.MLKemParameters.Name"/>).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLKemParameterSet">
            <summary>
            The three ML-KEM parameter sets defined by FIPS 203, distinguished by the module-lattice rank
            <c>k</c>. Each entry binds the textual name to a configured engine that produces the standardised
            ciphertext and shared-secret sizes.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLKemParameterSet.ml_kem_512">
            <summary>ML-KEM-512 (NIST Category 1, <c>k = 2</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLKemParameterSet.ml_kem_768">
            <summary>ML-KEM-768 (NIST Category 3, <c>k = 3</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLKemParameterSet.ml_kem_1024">
            <summary>ML-KEM-1024 (NIST Category 5, <c>k = 4</c>).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLKemParameterSet.EncapsulationLength">
            <summary>Length in bytes of an ML-KEM encapsulation (ciphertext) for this parameter set.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLKemParameterSet.SecretLength">
            <summary>Length in bytes of the shared secret produced by encapsulation/decapsulation (32).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLKemParameterSet.Name">
            <summary>The textual name of this parameter set (e.g. <c>"ML-KEM-512"</c>).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemParameterSet.ToString">
            <inheritdoc/>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters">
            <summary>
            An ML-KEM private (decapsulation) key, as specified in FIPS 203.
            </summary>
            <remarks>
            A private key may be stored in one of three equivalent forms, selected by <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format"/>: the
            32-byte seed only, the expanded byte encoding only, or both. The seed form is the smallest and is
            preferred where the runtime can re-expand it on use; the expanded encoding avoids re-expansion but is
            much larger.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format">
            <summary>Representation format for an ML-KEM private key.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format.SeedOnly">
            <summary>Store the 32-byte seed only; the expanded encoding is regenerated on demand.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format.EncodingOnly">
            <summary>Store the full expanded FIPS 203 private key encoding only (no seed available).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format.SeedAndEncoding">
            <summary>Store both the seed and the expanded encoding.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.FromEncoding(Org.BouncyCastle.Crypto.Parameters.MLKemParameters,System.Byte[])">
            <summary>
            Create an <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters"/> from its expanded FIPS 203 private key encoding.
            </summary>
            <param name="parameters">The ML-KEM algorithm parameters this key belongs to.</param>
            <param name="encoding">The raw decapsulation key bytes. Length must equal the parameter set's
            <c>SecretKeyBytes</c>.</param>
            <returns>A private key in <see cref="F:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format.EncodingOnly"/> form (no seed retained).</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> or
            <paramref name="encoding"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="encoding"/> has the wrong length or fails the
            FIPS 203 hash check.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.FromSeed(Org.BouncyCastle.Crypto.Parameters.MLKemParameters,System.Byte[])">
            <summary>
            Derive a private key from its 32-byte seed, defaulting to the <see cref="F:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format.SeedOnly"/>
            representation.
            </summary>
            <param name="parameters">The ML-KEM algorithm parameters.</param>
            <param name="seed">The 32-byte FIPS 203 seed <c>(d || z)</c>.</param>
            <returns>A new private key whose expanded encoding is derived from the seed.</returns>
            <exception cref="T:System.ArgumentNullException">If any argument is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="seed"/> has the wrong length.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.FromSeed(Org.BouncyCastle.Crypto.Parameters.MLKemParameters,System.Byte[],Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format)">
            <summary>
            Derive a private key from its 32-byte seed, selecting the preferred on-disk representation.
            </summary>
            <param name="parameters">The ML-KEM algorithm parameters.</param>
            <param name="seed">The 32-byte FIPS 203 seed <c>(d || z)</c>.</param>
            <param name="preferredFormat">The format to report via <see cref="P:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.PreferredFormat"/>. Must be
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format.SeedOnly"/> or <see cref="F:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format.SeedAndEncoding"/> since a seed is available.</param>
            <returns>A new private key whose expanded encoding is derived from the seed.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> or
            <paramref name="seed"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="seed"/> has the wrong length or
            <paramref name="preferredFormat"/> is not valid.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.GetEncoded">
            <summary>Returns a copy of the expanded FIPS 203 private key encoding.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.GetPublicKey">
            <summary>Extracts the matching <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemPublicKeyParameters"/> from this private key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.GetPublicKeyEncoded">
            <summary>Returns the raw public (encapsulation) key bytes embedded in this private key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.GetSeed">
            <summary>
            Returns a copy of the 32-byte seed, or <c>null</c> if the key was imported without one (i.e. created
            via <see cref="M:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.FromEncoding(Org.BouncyCastle.Crypto.Parameters.MLKemParameters,System.Byte[])"/>).
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.PreferredFormat">
            <summary>The caller-preferred encoding format (see <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format"/>).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.WithPreferredFormat(Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.Format)">
            <summary>
            Returns this key with a different <see cref="P:Org.BouncyCastle.Crypto.Parameters.MLKemPrivateKeyParameters.PreferredFormat"/>, or the same instance if no change
            is needed.
            </summary>
            <param name="preferredFormat">The new format. Requesting a seed-bearing format when no seed is
            available throws <see cref="T:System.InvalidOperationException"/>.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.MLKemPublicKeyParameters">
            <summary>
            An ML-KEM public (encapsulation) key, represented by the raw byte encoding defined in FIPS 203.
            </summary>
            <remarks>
            Instances are immutable and can be used to perform key encapsulation. Create instances via
            <see cref="M:Org.BouncyCastle.Crypto.Parameters.MLKemPublicKeyParameters.FromEncoding(Org.BouncyCastle.Crypto.Parameters.MLKemParameters,System.Byte[])"/> or by generating a key pair; the constructor is
            internal.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemPublicKeyParameters.FromEncoding(Org.BouncyCastle.Crypto.Parameters.MLKemParameters,System.Byte[])">
            <summary>
            Create an <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemPublicKeyParameters"/> from its raw FIPS 203 public key encoding.
            </summary>
            <param name="parameters">The ML-KEM algorithm parameters this key belongs to.</param>
            <param name="encoding">The raw public key bytes. Length must equal the parameter set's
            <c>PublicKeyBytes</c>.</param>
            <returns>A new <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLKemPublicKeyParameters"/> wrapping a defensive copy of
            <paramref name="encoding"/>.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> or
            <paramref name="encoding"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="encoding"/> has the wrong length or fails the
            FIPS 203 modulus check.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.MLKemPublicKeyParameters.GetEncoded">
            <summary>Returns a copy of the raw FIPS 203 public key encoding.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyGenerationParameters">
             Parameters for NaccacheStern public private key generation. For details on
             this cipher, please see
            
             http://www.gemplus.com/smart/rd/publications/pdf/NS98pkcs.pdf
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,System.Int32,System.Int32,System.Int32)">
             Parameters for generating a NaccacheStern KeyPair.
            
             @param random
                        The source of randomness
             @param strength
                        The desired strength of the Key in Bits
             @param certainty
                        the probability that the generated primes are not really prime
                        as integer: 2^(-certainty) is then the probability
             @param countSmallPrimes
                        How many small key factors are desired
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyGenerationParameters.Certainty">
            @return Returns the certainty.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyGenerationParameters.CountSmallPrimes">
            @return Returns the countSmallPrimes.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyParameters">
             Public key parameters for NaccacheStern cipher. For details on this cipher,
             please see
            
             http://www.gemplus.com/smart/rd/publications/pdf/NS98pkcs.pdf
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyParameters.#ctor(System.Boolean,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,System.Int32)">
            @param privateKey
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyParameters.G">
            @return Returns the g.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyParameters.LowerSigmaBound">
            @return Returns the lowerSigmaBound.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.NaccacheSternKeyParameters.Modulus">
            @return Returns the n.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.NaccacheSternPrivateKeyParameters">
             Private key parameters for NaccacheStern cipher. For details on this cipher,
             please see
            
             http://www.gemplus.com/smart/rd/publications/pdf/NS98pkcs.pdf
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.NaccacheSternPrivateKeyParameters.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,System.Int32,System.Collections.Generic.IList{Org.BouncyCastle.Math.BigInteger},Org.BouncyCastle.Math.BigInteger)">
             Constructs a NaccacheSternPrivateKey
            
             @param g
                        the public enryption parameter g
             @param n
                        the public modulus n = p*q
             @param lowerSigmaBound
                        the public lower sigma bound up to which data can be encrypted
             @param smallPrimes
                        the small primes, of which sigma is constructed in the right
                        order
             @param phi_n
                        the private modulus phi(n) = (p-1)(q-1)
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithID">
            <summary>
            Wrapper class for parameters which include an Identity (ID).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithID.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[])">
            <summary>
            Basic constructor.
            </summary>
            <param name="parameters">The base parameters (may be null for key reuse).</param>
            <param name="id">The identity bytes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithID.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Constructor with offset and length for ID.
            </summary>
            <param name="parameters">The base parameters (may be null for key reuse).</param>
            <param name="id">The identity byte array.</param>
            <param name="idOff">The offset into the ID array.</param>
            <param name="idLen">The length of the ID to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithID.CopyIDTo(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Copy the ID into a segment of a destination buffer.
            </summary>
            <param name="buf">The destination buffer.</param>
            <param name="off">The offset into the destination buffer.</param>
            <param name="len">The length to copy.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithID.GetID">
            <summary>
            Return a copy of the ID.
            </summary>
            <returns>A new array containing the ID bytes.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithID.IDLength">
            <summary>
            Return the length of the ID in bytes.
            </summary>
            <returns>The length of the ID in bytes.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithID.Parameters">
            <summary>
            Return the base parameters associated with this ID.
            </summary>
            <returns>The parameters wrapped by this ID.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV">
            <summary>
            Wrapper class for parameters which include an Initialisation Vector (IV).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[])">
            <summary>
            Basic constructor.
            </summary>
            <param name="parameters">The base parameters (may be null for key reuse).</param>
            <param name="iv">The initialization vector.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Constructor with offset and length for IV.
            </summary>
            <param name="parameters">The base parameters (may be null for key reuse).</param>
            <param name="iv">The initialization vector array.</param>
            <param name="ivOff">The offset into the IV array.</param>
            <param name="ivLen">The length of the IV to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV.CopyIVTo(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Copy the IV into a segment of a destination buffer.
            </summary>
            <param name="buf">The destination buffer.</param>
            <param name="off">The offset into the destination buffer.</param>
            <param name="len">The length to copy.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV.GetIV">
            <summary>
            Return a copy of the IV.
            </summary>
            <returns>A new array containing the IV bytes.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV.IVLength">
            <summary>
            Return the length of the IV in bytes.
            </summary>
            <returns>The length of the IV in bytes.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV.Parameters">
            <summary>
            Return the base parameters (e.g., KeyParameter) associated with this IV.
            </summary>
            <returns>The parameters wrapped by this IV.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom">
            <summary>
            Wrapper class for parameters which include a source of randomness (SecureRandom).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom.#ctor(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Constructor using the default secure random from <see cref="T:Org.BouncyCastle.Crypto.CryptoServicesRegistrar"/>.
            </summary>
            <param name="parameters">The base parameters.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Basic constructor.
            </summary>
            <param name="parameters">The base parameters.</param>
            <param name="random">The source of randomness.</param>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> or <paramref name="random"/> is
            null.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom.Parameters">
            <summary>
            Return the base parameters associated with this randomness.
            </summary>
            <returns>The parameters wrapped by this source of randomness.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom.Random">
            <summary>
            Return the source of randomness.
            </summary>
            <returns>The source of randomness.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithSalt">
            <summary>
            Wrapper class for parameters which include a salt value.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithSalt.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[])">
            <summary>
            Basic constructor.
            </summary>
            <param name="parameters">The base parameters (may be null for key reuse).</param>
            <param name="salt">The salt bytes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithSalt.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Constructor with offset and length for salt.
            </summary>
            <param name="parameters">The base parameters (may be null for key reuse).</param>
            <param name="salt">The salt byte array.</param>
            <param name="saltOff">The offset into the salt array.</param>
            <param name="saltLen">The length of the salt to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithSalt.CopySaltTo(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Copy the salt into a segment of a destination buffer.
            </summary>
            <param name="buf">The destination buffer.</param>
            <param name="off">The offset into the destination buffer.</param>
            <param name="len">The length to copy.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithSalt.GetSalt">
            <summary>
            Return a copy of the salt.
            </summary>
            <returns>A new array containing the salt bytes.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithSalt.Parameters">
            <summary>
            Return the base parameters associated with this salt.
            </summary>
            <returns>The parameters wrapped by this salt.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithSalt.SaltLength">
            <summary>
            Return the length of the salt in bytes.
            </summary>
            <returns>The length of the salt in bytes.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithSBox">
            <summary>
            Wrapper class for parameters which include a substitution box (S-Box).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithSBox.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[])">
            <summary>
            Basic constructor.
            </summary>
            <param name="parameters">The base parameters (may be null for key reuse).</param>
            <param name="sBox">The S-Box bytes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithSBox.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Constructor with offset and length for S-Box.
            </summary>
            <param name="parameters">The base parameters (may be null for key reuse).</param>
            <param name="sBox">The S-Box byte array.</param>
            <param name="sBoxOff">The offset into the S-Box array.</param>
            <param name="sBoxLen">The length of the S-Box to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithSBox.CopySBoxTo(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Copy the S-Box into a segment of a destination buffer.
            </summary>
            <param name="buf">The destination buffer.</param>
            <param name="off">The offset into the destination buffer.</param>
            <param name="len">The length to copy.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithSBox.GetSBox">
            <summary>
            Return a copy of the S-Box.
            </summary>
            <returns>A new array containing the S-Box bytes.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithSBox.Parameters">
            <summary>
            Return the base parameters associated with this S-Box.
            </summary>
            <returns>The parameters wrapped by this S-Box.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithSBox.SBoxLength">
            <summary>
            Return the length of the S-Box in bytes.
            </summary>
            <returns>The length of the S-Box in bytes.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithUkm">
            <summary>
            Wrapper class for parameters which include User Key Material (UKM).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithUkm.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[])">
            <summary>
            Basic constructor.
            </summary>
            <param name="parameters">The base parameters (may be null for key reuse).</param>
            <param name="ukm">The UKM bytes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithUkm.#ctor(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Constructor with offset and length for UKM.
            </summary>
            <param name="parameters">The base parameters (may be null for key reuse).</param>
            <param name="ukm">The UKM byte array.</param>
            <param name="ukmOff">The offset into the UKM array.</param>
            <param name="ukmLen">The length of the UKM to use.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithUkm.CopyUkmTo(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Copy the UKM into a segment of a destination buffer.
            </summary>
            <param name="buf">The destination buffer.</param>
            <param name="off">The offset into the destination buffer.</param>
            <param name="len">The length to copy.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.ParametersWithUkm.GetUkm">
            <summary>
            Return a copy of the UKM.
            </summary>
            <returns>A new array containing the UKM bytes.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithUkm.Parameters">
            <summary>
            Return the base parameters associated with this UKM.
            </summary>
            <returns>The parameters wrapped by this UKM.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.ParametersWithUkm.UkmLength">
            <summary>
            Return the length of the UKM in bytes.
            </summary>
            <returns>The length of the UKM in bytes.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters">
            <summary>Base class for RSA key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters.#ctor(System.Boolean,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters"/>.</summary>
            <param name="isPrivate">Whether the key is private or not.</param>
            <param name="modulus">The RSA modulus.</param>
            <param name="exponent">The RSA exponent (public exponent for public keys, private exponent for private keys).</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters.Modulus">
            <summary>Gets the RSA modulus.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters.Exponent">
            <summary>Gets the RSA exponent.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters">
            <summary>RSA key parameters for use with the Chinese Remainder Theorem.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>Initializes a new instance of <see cref="T:Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters"/>.</summary>
            <param name="modulus">The RSA modulus.</param>
            <param name="publicExponent">The public exponent.</param>
            <param name="privateExponent">The private exponent.</param>
            <param name="p">The first prime factor (p) of the modulus.</param>
            <param name="q">The second prime factor (q) of the modulus.</param>
            <param name="dP">The CRT exponent for prime p.</param>
            <param name="dQ">The CRT exponent for prime q.</param>
            <param name="qInv">The CRT coefficient (inverse of q mod p).</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters.PublicExponent">
            <summary>Gets the public exponent.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters.P">
            <summary>Gets the first prime factor (p) of the modulus.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters.Q">
            <summary>Gets the second prime factor (q) of the modulus.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters.DP">
            <summary>Gets the CRT exponent for prime p.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters.DQ">
            <summary>Gets the CRT exponent for prime q.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters.QInv">
            <summary>Gets the CRT coefficient (inverse of q mod p).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters">
            <summary>
            Parameters for the Skein hash function - a series of byte[] strings identified by integer tags.
            </summary>
            <remarks>
            Parameterised Skein can be used for:
            <ul> 
            <li>MAC generation, by providing a <see cref="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetKey(System.Byte[])">key</see>.</li>
            <li>Randomised hashing, by providing a <see cref="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetNonce(System.Byte[])">nonce</see>.</li>
            <li>A hash function for digital signatures, associating a
            <see cref="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetPublicKey(System.Byte[])">public key</see> with the message digest.</li>
            <li>A key derivation function, by providing a
            <see cref="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetKeyIdentifier(System.Byte[])">key identifier</see>.</li>
            <li>Personalised hashing, by providing a
            <see cref="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetPersonalisation(System.DateTime,System.String,System.String)">recommended format</see> or
            <see cref="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetPersonalisation(System.Byte[])">arbitrary</see> personalisation string.</li>
            </ul>
            </remarks>
            <seealso cref="T:Org.BouncyCastle.Crypto.Digests.SkeinEngine"/>
            <seealso cref="T:Org.BouncyCastle.Crypto.Digests.SkeinDigest"/>
            <seealso cref="T:Org.BouncyCastle.Crypto.Macs.SkeinMac"/>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_KEY">
            <summary>
            The parameter type for a secret key, supporting MAC or KDF functions: 0
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_CONFIG">
            <summary>
            The parameter type for the Skein configuration block: 4
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_PERSONALISATION">
            <summary>
            The parameter type for a personalisation string: 8
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_PUBLIC_KEY">
            <summary>
            The parameter type for a public key: 12
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_KEY_IDENTIFIER">
            <summary>
            The parameter type for a key identifier string: 16
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_NONCE">
            <summary>
            The parameter type for a nonce: 20
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_MESSAGE">
            <summary>
            The parameter type for the message: 48
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_OUTPUT">
            <summary>
            The parameter type for the output transformation: 63
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.GetParameters">
            <summary>
            Obtains a map of type (int) to value (byte[]) for the parameters tracked in this object.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.GetKey">
            <summary>
            Obtains the value of the <see cref="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_KEY">key parameter</see>, or <code>null</code> if not
            set.
            </summary>
            <returns>The key.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.GetPersonalisation">
            <summary>
            Obtains the value of the <see cref="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_PERSONALISATION">personalisation parameter</see>, or
            <code>null</code> if not set.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.GetPublicKey">
            <summary>
            Obtains the value of the <see cref="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_PUBLIC_KEY">public key parameter</see>, or
            <code>null</code> if not set.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.GetKeyIdentifier">
            <summary>
            Obtains the value of the <see cref="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_KEY_IDENTIFIER">key identifier parameter</see>, or
            <code>null</code> if not set.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.GetNonce">
            <summary>
            Obtains the value of the <see cref="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_NONCE">nonce parameter</see>, or <code>null</code> if
            not set.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder">
            <summary>
            A builder for <see cref="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.Set(System.Int32,System.Byte[])">
            <summary>
            Sets a parameters to apply to the Skein hash function.
            </summary>
            <remarks>
            Parameter types must be in the range 0,5..62, and cannot use the value 48
            (reserved for message body).
            <p/>
            Parameters with type &lt; 48 are processed before
            the message content, parameters with type &gt; 48
            are processed after the message and prior to output.
            </remarks>
            <param name="type">the type of the parameter, in the range 5..62.</param>
            <param name="value">the byte sequence of the parameter.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetKey(System.Byte[])">
            <summary>
            Sets the <see cref="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_KEY"/> parameter.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetPersonalisation(System.Byte[])">
            <summary>
            Sets the <see cref="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_PERSONALISATION"/> parameter.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetPersonalisation(System.DateTime,System.String,System.String)">
            <summary>
            Implements the recommended personalisation format for Skein defined in Section 4.11 of
            the Skein 1.3 specification.
            </summary>
            <remarks>
            The format is <code>YYYYMMDD email@address distinguisher</code>, encoded to a byte
            sequence using UTF-8 encoding.
            </remarks>
            <param name="date">the date the personalised application of the Skein was defined.</param>
            <param name="emailAddress">the email address of the creation of the personalised application.</param>
            <param name="distinguisher">an arbitrary personalisation string distinguishing the application.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetPublicKey(System.Byte[])">
            <summary>
            Sets the <see cref="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_KEY_IDENTIFIER"/> parameter.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetKeyIdentifier(System.Byte[])">
            <summary>
            Sets the <see cref="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_KEY_IDENTIFIER"/> parameter.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.SetNonce(System.Byte[])">
            <summary>
            Sets the <see cref="F:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.PARAM_TYPE_NONCE"/> parameter.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SkeinParameters.Builder.Build">
            <summary>
            Constructs a new <see cref="T:Org.BouncyCastle.Crypto.Parameters.SkeinParameters"/> instance with the parameters provided to this
            builder.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaKeyGenerationParameters">
            <summary>
            Key generation parameters for SLH-DSA (FIPS 205). Carries the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> used to
            draw the seed material together with the chosen <see cref="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters"/> selector. Strength
            is implied by the parameter set, so the base <c>strength</c> field is left at zero.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SlhDsaKeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters)">
            <summary>Construct using <paramref name="parameters"/> directly.</summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SlhDsaKeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Construct by looking up the parameter set for <paramref name="parametersOid"/>.</summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parametersOid"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="parametersOid"/> is not a recognised
            SLH-DSA parameter OID.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.SlhDsaKeyGenerationParameters.Parameters">
            <summary>The SLH-DSA parameter set the generated key pair will be bound to.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaKeyParameters">
            <summary>
            Common base for SLH-DSA public and private key parameters; carries the
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters"/> selector that the key was generated for.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.SlhDsaKeyParameters.Parameters">
            <summary>The parameter set this key is bound to.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters">
            <summary>
            Parameter selector for SLH-DSA, the stateless hash-based signature scheme standardised by NIST in
            FIPS 205. Each instance binds a parameter set (security level, fast/small variant, hash family) to
            its NIST OID; the <c>WITH</c> variants additionally pre-hash the message with the indicated digest
            (HashSLH-DSA, FIPS 205 §10.2).
            </summary>
            <remarks>
            Naming follows the FIPS 205 convention <c>SLH-DSA-{HASH}-{SECURITY}{S|F}</c>, where <c>S</c> selects
            the small-signature variant (slower signing, smaller signatures) and <c>F</c> the fast variant
            (faster signing, larger signatures).
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_128s">
            <summary>SLH-DSA-SHA2-128s (Category 1, small variant, SHA-2 family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_128s">
            <summary>SLH-DSA-SHAKE-128s (Category 1, small variant, SHAKE family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_128f">
            <summary>SLH-DSA-SHA2-128f (Category 1, fast variant, SHA-2 family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_128f">
            <summary>SLH-DSA-SHAKE-128f (Category 1, fast variant, SHAKE family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_192s">
            <summary>SLH-DSA-SHA2-192s (Category 3, small variant, SHA-2 family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_192s">
            <summary>SLH-DSA-SHAKE-192s (Category 3, small variant, SHAKE family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_192f">
            <summary>SLH-DSA-SHA2-192f (Category 3, fast variant, SHA-2 family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_192f">
            <summary>SLH-DSA-SHAKE-192f (Category 3, fast variant, SHAKE family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_256s">
            <summary>SLH-DSA-SHA2-256s (Category 5, small variant, SHA-2 family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_256s">
            <summary>SLH-DSA-SHAKE-256s (Category 5, small variant, SHAKE family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_256f">
            <summary>SLH-DSA-SHA2-256f (Category 5, fast variant, SHA-2 family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_256f">
            <summary>SLH-DSA-SHAKE-256f (Category 5, fast variant, SHAKE family).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_128s_with_sha256">
            <summary>HashSLH-DSA-SHA2-128s with SHA-256 pre-hash (Category 1, small).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_128s_with_shake128">
            <summary>HashSLH-DSA-SHAKE-128s with SHAKE128 pre-hash (Category 1, small).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_128f_with_sha256">
            <summary>HashSLH-DSA-SHA2-128f with SHA-256 pre-hash (Category 1, fast).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_128f_with_shake128">
            <summary>HashSLH-DSA-SHAKE-128f with SHAKE128 pre-hash (Category 1, fast).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_192s_with_sha512">
            <summary>HashSLH-DSA-SHA2-192s with SHA-512 pre-hash (Category 3, small).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_192s_with_shake256">
            <summary>HashSLH-DSA-SHAKE-192s with SHAKE256 pre-hash (Category 3, small).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_192f_with_sha512">
            <summary>HashSLH-DSA-SHA2-192f with SHA-512 pre-hash (Category 3, fast).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_192f_with_shake256">
            <summary>HashSLH-DSA-SHAKE-192f with SHAKE256 pre-hash (Category 3, fast).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_256s_with_sha512">
            <summary>HashSLH-DSA-SHA2-256s with SHA-512 pre-hash (Category 5, small).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_256s_with_shake256">
            <summary>HashSLH-DSA-SHAKE-256s with SHAKE256 pre-hash (Category 5, small).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_sha2_256f_with_sha512">
            <summary>HashSLH-DSA-SHA2-256f with SHA-512 pre-hash (Category 5, fast).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.slh_dsa_shake_256f_with_shake256">
            <summary>HashSLH-DSA-SHAKE-256f with SHAKE256 pre-hash (Category 5, fast).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.IsPreHash">
            <summary>
            <c>true</c> for the HashSLH-DSA variants (FIPS 205 §10.2) that pre-hash the message before
            signing; <c>false</c> for pure SLH-DSA.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.Name">
            <summary>The textual name of this parameter set (e.g. <c>"SLH-DSA-SHA2-128S"</c>).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.ParameterSet">
            <summary>The underlying tree/Winternitz parameter set this entry binds to its OID.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.ToString">
            <inheritdoc/>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet">
            <summary>
            The 12 SLH-DSA tree parameter sets defined by FIPS 205, identifying the WOTS+ (<c>w</c>),
            hypertree (<c>d</c>, <c>h</c>) and FORS (<c>a</c>, <c>k</c>) shape together with the security
            parameter <c>n</c> and the underlying hash family (SHA-2 or SHAKE-256).
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_sha2_128s">
            <summary>SLH-DSA-SHA2-128s tree parameters (<c>n=16, h=63, d=7, k=14, a=12</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_shake_128s">
            <summary>SLH-DSA-SHAKE-128s tree parameters (<c>n=16, h=63, d=7, k=14, a=12</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_sha2_128f">
            <summary>SLH-DSA-SHA2-128f tree parameters (<c>n=16, h=66, d=22, k=33, a=6</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_shake_128f">
            <summary>SLH-DSA-SHAKE-128f tree parameters (<c>n=16, h=66, d=22, k=33, a=6</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_sha2_192s">
            <summary>SLH-DSA-SHA2-192s tree parameters (<c>n=24, h=63, d=7, k=17, a=14</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_shake_192s">
            <summary>SLH-DSA-SHAKE-192s tree parameters (<c>n=24, h=63, d=7, k=17, a=14</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_sha2_192f">
            <summary>SLH-DSA-SHA2-192f tree parameters (<c>n=24, h=66, d=22, k=33, a=8</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_shake_192f">
            <summary>SLH-DSA-SHAKE-192f tree parameters (<c>n=24, h=66, d=22, k=33, a=8</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_sha2_256s">
            <summary>SLH-DSA-SHA2-256s tree parameters (<c>n=32, h=64, d=8, k=22, a=14</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_shake_256s">
            <summary>SLH-DSA-SHAKE-256s tree parameters (<c>n=32, h=64, d=8, k=22, a=14</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_sha2_256f">
            <summary>SLH-DSA-SHA2-256f tree parameters (<c>n=32, h=68, d=17, k=35, a=9</c>).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.slh_dsa_shake_256f">
            <summary>SLH-DSA-SHAKE-256f tree parameters (<c>n=32, h=68, d=17, k=35, a=9</c>).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.Name">
            <summary>The textual name of this parameter set (e.g. <c>"SLH-DSA-SHA2-128s"</c>).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameterSet.ToString">
            <inheritdoc/>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaPrivateKeyParameters">
            <summary>
            SLH-DSA private key (FIPS 205). Holds the (SK.seed, SK.prf, PK.seed, PK.root) tuple — the
            signing seed and PRF key together with a copy of the public key needed for hypertree
            verification during signing.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SlhDsaPrivateKeyParameters.FromEncoding(Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters,System.Byte[])">
            <summary>
            Decode a private key from its concatenated <c>SK.seed || SK.prf || PK.seed || PK.root</c>
            byte representation. The expected length is <c>4 * n</c> for the chosen parameter set.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> or
            <paramref name="encoding"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="encoding"/> length does not match the
            parameter set's private-key length.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SlhDsaPrivateKeyParameters.GetEncoded">
            <summary>
            Return a fresh copy of the concatenated <c>SK.seed || SK.prf || PK.seed || PK.root</c>
            encoding.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SlhDsaPrivateKeyParameters.GetPublicKey">
            <summary>Return the public key embedded in this private key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SlhDsaPrivateKeyParameters.GetPublicKeyEncoded">
            <summary>Return a fresh copy of the public key portion (<c>seed || root</c>).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaPublicKeyParameters">
            <summary>
            SLH-DSA public key (FIPS 205). Wraps the (PK.seed, PK.root) tuple that anchors signature
            verification.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SlhDsaPublicKeyParameters.FromEncoding(Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters,System.Byte[])">
            <summary>
            Decode a public key from its concatenated <c>seed || root</c> byte representation.
            The expected length is <c>2 * n</c> for the chosen parameter set.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> or
            <paramref name="encoding"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="encoding"/> length does not match the
            parameter set's public-key length.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.SlhDsaPublicKeyParameters.GetEncoded">
            <summary>Return a fresh copy of the concatenated <c>seed || root</c> encoding.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePrivateParameters">
            <summary>Private parameters for an SM2 key exchange.</summary>
            <remarks>The ephemeralPrivateKey is used to calculate the random point used in the algorithm.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.SM2KeyExchangePublicParameters">
            <summary>Public parameters for an SM2 key exchange.</summary>
            <remarks>In this case the ephemeralPublicKey provides the random point used in the algorithm.</remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.TweakableBlockCipherParameters">
            <summary>
            Parameters for tweakable block ciphers.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.TweakableBlockCipherParameters.Key">
            <summary>
            Gets the key.
            </summary>
            <value>the key to use, or <code>null</code> to use the current key.</value>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Parameters.TweakableBlockCipherParameters.Tweak">
            <summary>
            Gets the tweak value.
            </summary>
            <value>The tweak to use, or <code>null</code> to use the current tweak.</value>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.X25519KeyGenerationParameters">
            <summary>
            Key generation parameters for X25519 (RFC 7748). Carries the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> used for
            scalar generation; the strength is fixed at 255 bits.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519KeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Construct using <paramref name="random"/> as the entropy source for the 32-byte scalar.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters">
            <summary>
            X25519 private key (RFC 7748). Holds the 32-byte clamped scalar used in Curve25519
            Diffie-Hellman.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.KeySize">
            <summary>Length in bytes of an X25519 private-key scalar (32).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.SecretSize">
            <summary>Length in bytes of the shared secret produced by an X25519 agreement (32).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>Generate a fresh random X25519 private key using <paramref name="random"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.#ctor(System.Byte[])">
            <summary>Construct from a 32-byte scalar buffer.</summary>
            <exception cref="T:System.ArgumentException">If <paramref name="buf"/> length differs from
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.KeySize"/>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.#ctor(System.Byte[],System.Int32)">
            <summary>Construct from <paramref name="buf"/> at <paramref name="off"/>; reads
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.KeySize"/> bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.#ctor(System.IO.Stream)">
            <summary>Read the 32-byte scalar from <paramref name="input"/>.</summary>
            <exception cref="T:System.IO.EndOfStreamException">If the stream ends before <see cref="F:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.KeySize"/>
            bytes have been read.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.Encode(System.Byte[],System.Int32)">
            <summary>Write the 32-byte scalar into <paramref name="buf"/> at <paramref name="off"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.GetEncoded">
            <summary>Return a fresh copy of the 32-byte scalar.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.GeneratePublicKey">
            <summary>Compute the public key (u-coordinate) corresponding to this scalar.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.GenerateSecret(Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters,System.Byte[],System.Int32)">
            <summary>
            Perform an X25519 Diffie-Hellman agreement against <paramref name="publicKey"/> and write the
            resulting <see cref="F:Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters.SecretSize"/>-byte shared secret into <paramref name="buf"/> starting at
            <paramref name="off"/>.
            </summary>
            <exception cref="T:System.InvalidOperationException">If the agreement produces an all-zero secret
            (degenerate peer key).</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters">
            <summary>
            X25519 public key (RFC 7748). Holds the 32-byte u-coordinate of the peer's curve point. The
            encoding is stored verbatim; validation of the point is performed during scalar multiplication
            in the agreement primitive.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters.KeySize">
            <summary>Length in bytes of an X25519 public key encoding (32).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters.#ctor(System.Byte[])">
            <summary>Construct from a 32-byte buffer holding the encoded u-coordinate.</summary>
            <exception cref="T:System.ArgumentException">If <paramref name="buf"/> length differs from
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters.KeySize"/>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters.#ctor(System.Byte[],System.Int32)">
            <summary>Construct from <paramref name="buf"/> at <paramref name="off"/>; reads
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters.KeySize"/> bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters.#ctor(System.IO.Stream)">
            <summary>Read the 32-byte encoded u-coordinate from <paramref name="input"/>.</summary>
            <exception cref="T:System.IO.EndOfStreamException">If the stream ends before <see cref="F:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters.KeySize"/>
            bytes have been read.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters.Encode(System.Byte[],System.Int32)">
            <summary>
            Write the 32-byte encoded u-coordinate into <paramref name="buf"/> at <paramref name="off"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters.GetEncoded">
            <summary>Return a fresh copy of the 32-byte encoded u-coordinate.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.X448KeyGenerationParameters">
            <summary>
            Key generation parameters for X448 (RFC 7748). Carries the <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> used for
            scalar generation; the strength is fixed at 448 bits.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448KeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Construct using <paramref name="random"/> as the entropy source for the 56-byte scalar.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters">
            <summary>
            X448 private key (RFC 7748). Holds the 56-byte clamped scalar used in Curve448
            Diffie-Hellman.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.KeySize">
            <summary>Length in bytes of an X448 private-key scalar (56).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.SecretSize">
            <summary>Length in bytes of the shared secret produced by an X448 agreement (56).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.#ctor(Org.BouncyCastle.Security.SecureRandom)">
            <summary>Generate a fresh random X448 private key using <paramref name="random"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.#ctor(System.Byte[])">
            <summary>Construct from a 56-byte scalar buffer.</summary>
            <exception cref="T:System.ArgumentException">If <paramref name="buf"/> length differs from
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.KeySize"/>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.#ctor(System.Byte[],System.Int32)">
            <summary>Construct from <paramref name="buf"/> at <paramref name="off"/>; reads
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.KeySize"/> bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.#ctor(System.IO.Stream)">
            <summary>Read the 56-byte scalar from <paramref name="input"/>.</summary>
            <exception cref="T:System.IO.EndOfStreamException">If the stream ends before <see cref="F:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.KeySize"/>
            bytes have been read.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.Encode(System.Byte[],System.Int32)">
            <summary>Write the 56-byte scalar into <paramref name="buf"/> at <paramref name="off"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.GetEncoded">
            <summary>Return a fresh copy of the 56-byte scalar.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.GeneratePublicKey">
            <summary>Compute the public key (u-coordinate) corresponding to this scalar.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.GenerateSecret(Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters,System.Byte[],System.Int32)">
            <summary>
            Perform an X448 Diffie-Hellman agreement against <paramref name="publicKey"/> and write the
            resulting <see cref="F:Org.BouncyCastle.Crypto.Parameters.X448PrivateKeyParameters.SecretSize"/>-byte shared secret into <paramref name="buf"/> starting at
            <paramref name="off"/>.
            </summary>
            <exception cref="T:System.InvalidOperationException">If the agreement produces an all-zero secret
            (degenerate peer key).</exception>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters">
            <summary>
            X448 public key (RFC 7748). Holds the 56-byte u-coordinate of the peer's curve point. The
            encoding is stored verbatim; validation of the point is performed during scalar multiplication
            in the agreement primitive.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters.KeySize">
            <summary>Length in bytes of an X448 public key encoding (56).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters.#ctor(System.Byte[])">
            <summary>Construct from a 56-byte buffer holding the encoded u-coordinate.</summary>
            <exception cref="T:System.ArgumentException">If <paramref name="buf"/> length differs from
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters.KeySize"/>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters.#ctor(System.Byte[],System.Int32)">
            <summary>Construct from <paramref name="buf"/> at <paramref name="off"/>; reads
            <see cref="F:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters.KeySize"/> bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters.#ctor(System.IO.Stream)">
            <summary>Read the 56-byte encoded u-coordinate from <paramref name="input"/>.</summary>
            <exception cref="T:System.IO.EndOfStreamException">If the stream ends before <see cref="F:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters.KeySize"/>
            bytes have been read.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters.Encode(System.Byte[],System.Int32)">
            <summary>
            Write the 56-byte encoded u-coordinate into <paramref name="buf"/> at <paramref name="off"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters.GetEncoded">
            <summary>Return a fresh copy of the 56-byte encoded u-coordinate.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.PasswordConverter">
            <summary>
            Standard char[] to byte[] converters for password based derivation algorithms.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.PasswordConverter.Ascii">
            <summary>Do a straight char[] to 8 bit conversion.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.PasswordConverter.Utf8">
            <summary>Do a char[] conversion by producing UTF-8 data.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.PasswordConverter.Pkcs12">
            <summary>Do char[] to BMP conversion (i.e. 2 bytes per character).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.PbeParametersGenerator">
            base class for all Password Based Encyrption (PBE) parameter generator classes.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.PbeParametersGenerator.#ctor">
            base constructor.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.PbeParametersGenerator.Init(System.Byte[],System.Byte[],System.Int32)">
             initialise the PBE generator.
            
             @param password the password converted into bytes (see below).
             @param salt the salt to be mixed with the password.
             @param iterationCount the number of iterations the "mixing" function
             is to be applied for.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.PbeParametersGenerator.IterationCount">
             return the iteration count.
            
             @return the iteration count.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.PbeParametersGenerator.GenerateDerivedMacParameters(System.Int32)">
             Generate derived parameters for a key of length keySize, specifically
             for use with a MAC.
            
             @param keySize the length, in bits, of the key required.
             @return a parameters object representing a key.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.PbeParametersGenerator.Pkcs5PasswordToBytes(System.Char[])">
             converts a password to a byte array according to the scheme in
             Pkcs5 (ascii, no padding)
            
             @param password a character array representing the password.
             @return a byte array representing the password.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.PbeParametersGenerator.Pkcs5PasswordToUtf8Bytes(System.Char[])">
             converts a password to a byte array according to the scheme in
             PKCS5 (UTF-8, no padding)
            
             @param password a character array representing the password.
             @return a byte array representing the password.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.PbeParametersGenerator.Pkcs12PasswordToBytes(System.Char[])">
             converts a password to a byte array according to the scheme in
             Pkcs12 (unicode, big endian, 2 zero pad bytes at the end).
            
             @param password a character array representing the password.
             @return a byte array representing the password.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider">
            An EntropySourceProvider where entropy generation is based on a SecureRandom output using SecureRandom.generateSeed().
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider.#ctor(Org.BouncyCastle.Security.SecureRandom,System.Boolean)">
             Create a entropy source provider based on the passed in SecureRandom.
            
             @param secureRandom the SecureRandom to base EntropySource construction on.
             @param isPredictionResistant boolean indicating if the SecureRandom is based on prediction resistant entropy or not (true if it is).
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.BasicEntropySourceProvider.Get(System.Int32)">
             Return an entropy source that will create bitsRequired bits of entropy on
             each invocation of getEntropy().
            
             @param bitsRequired size (in bits) of entropy to be created by the provided source.
             @return an EntropySource that generates bitsRequired bits of entropy on each call to its getEntropy() method.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Prng.CryptoApiRandomGenerator">
            <summary>
            Uses RandomNumberGenerator.Create() to get randomness generator
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Prng.DigestRandomGenerator">
            Random generation based on the digest with counter. Calling AddSeedMaterial will
            always increase the entropy of the hash.
            <p>
            Internal access to the digest is synchronized so a single one of these can be shared.
            </p>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Prng.Drbg.CtrSP800Drbg">
            A SP800-90A CTR DRBG.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.CtrSP800Drbg.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,System.Int32,Org.BouncyCastle.Crypto.IEntropySource,System.Byte[],System.Byte[])">
            Construct a SP800-90A CTR DRBG.
            <p>
            Minimum entropy requirement is the security strength requested.
            </p>
            @param engine underlying block cipher to use to support DRBG
            @param keySizeInBits size of the key to use with the block cipher.
            @param securityStrength security strength required (in bits)
            @param entropySource source of entropy to use for seeding/reseeding.
            @param personalizationString personalization string to distinguish this DRBG (may be null).
            @param nonce nonce to further distinguish this DRBG (may be null).
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Prng.Drbg.CtrSP800Drbg.BlockSize">
             Return the block size (in bits) of the DRBG.
            
             @return the number of bits produced on each internal round of the DRBG.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.CtrSP800Drbg.Generate(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Boolean)">
             Populate a passed in array with random data.
            
             @param output output array for generated bits.
             @param additionalInput additional input to be added to the DRBG in this step.
             @param predictionResistant true if a reseed should be forced, false otherwise.
            
             @return number of bits generated, -1 if a reseed required.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.CtrSP800Drbg.Reseed(System.Byte[])">
             Reseed the DRBG.
            
             @param additionalInput additional input to be added to the DRBG in this step.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.CtrSP800Drbg.PadKey(System.Byte[],System.Int32,System.Byte[],System.Int32)">
             Pad out a key for TDEA, setting odd parity for each byte.
            
             @param keyMaster
             @param keyOff
             @param tmp
             @param tmpOff
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.DrbgUtilities.HashDF(Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Int32,System.Byte[])">
            Used by both Dual EC and Hash.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg">
            A SP800-90A Hash DRBG.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg.#ctor(Org.BouncyCastle.Crypto.IDigest,System.Int32,Org.BouncyCastle.Crypto.IEntropySource,System.Byte[],System.Byte[])">
            Construct a SP800-90A Hash DRBG.
            <p>
            Minimum entropy requirement is the security strength requested.
            </p>
            @param digest  source digest to use for DRB stream.
            @param securityStrength security strength required (in bits)
            @param entropySource source of entropy to use for seeding/reseeding.
            @param personalizationString personalization string to distinguish this DRBG (may be null).
            @param nonce nonce to further distinguish this DRBG (may be null).
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg.BlockSize">
             Return the block size (in bits) of the DRBG.
            
             @return the number of bits produced on each internal round of the DRBG.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg.Generate(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Boolean)">
             Populate a passed in array with random data.
            
             @param output output array for generated bits.
             @param additionalInput additional input to be added to the DRBG in this step.
             @param predictionResistant true if a reseed should be forced, false otherwise.
            
             @return number of bits generated, -1 if a reseed required.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.HashSP800Drbg.Reseed(System.Byte[])">
             Reseed the DRBG.
            
             @param additionalInput additional input to be added to the DRBG in this step.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Prng.Drbg.HMacSP800Drbg">
            A SP800-90A HMAC DRBG.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.HMacSP800Drbg.#ctor(Org.BouncyCastle.Crypto.IMac,System.Int32,Org.BouncyCastle.Crypto.IEntropySource,System.Byte[],System.Byte[])">
            Construct a SP800-90A Hash DRBG.
            <p>
            Minimum entropy requirement is the security strength requested.
            </p>
            @param hMac Hash MAC to base the DRBG on.
            @param securityStrength security strength required (in bits)
            @param entropySource source of entropy to use for seeding/reseeding.
            @param personalizationString personalization string to distinguish this DRBG (may be null).
            @param nonce nonce to further distinguish this DRBG (may be null).
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Prng.Drbg.HMacSP800Drbg.BlockSize">
             Return the block size (in bits) of the DRBG.
            
             @return the number of bits produced on each round of the DRBG.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.HMacSP800Drbg.Generate(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Boolean)">
             Populate a passed in array with random data.
            
             @param output output array for generated bits.
             @param additionalInput additional input to be added to the DRBG in this step.
             @param predictionResistant true if a reseed should be forced, false otherwise.
            
             @return number of bits generated, -1 if a reseed required.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.HMacSP800Drbg.Reseed(System.Byte[])">
             Reseed the DRBG.
            
             @param additionalInput additional input to be added to the DRBG in this step.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Prng.Drbg.ISP80090Drbg">
            Interface to SP800-90A deterministic random bit generators.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Prng.Drbg.ISP80090Drbg.BlockSize">
             Return the block size of the DRBG.
            
             @return the block size (in bits) produced by each round of the DRBG.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.ISP80090Drbg.Generate(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Boolean)">
             Populate a passed in array with random data.
            
             @param output output array for generated bits.
             @param additionalInput additional input to be added to the DRBG in this step.
             @param predictionResistant true if a reseed should be forced, false otherwise.
            
             @return number of bits generated, -1 if a reseed required.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.Drbg.ISP80090Drbg.Reseed(System.Byte[])">
             Reseed the DRBG.
            
             @param additionalInput additional input to be added to the DRBG in this step.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.EntropyUtilities.GenerateSeed(Org.BouncyCastle.Crypto.IEntropySource,System.Int32)">
             Generate numBytes worth of entropy from the passed in entropy source.
            
             @param entropySource the entropy source to request the data from.
             @param numBytes the number of bytes of entropy requested.
             @return a byte array populated with the random data.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Prng.IRandomGenerator">
            <remarks>Generic interface for objects generating random bytes.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.IRandomGenerator.AddSeedMaterial(System.Byte[])">
            <summary>Add more seed material to the generator.</summary>
            <param name="seed">A byte array to be mixed into the generator's state.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.IRandomGenerator.AddSeedMaterial(System.Int64)">
            <summary>Add more seed material to the generator.</summary>
            <param name="seed">A long value to be mixed into the generator's state.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.IRandomGenerator.NextBytes(System.Byte[])">
            <summary>Fill byte array with random values.</summary>
            <param name="bytes">Array to be filled.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.IRandomGenerator.NextBytes(System.Byte[],System.Int32,System.Int32)">
            <summary>Fill byte array with random values.</summary>
            <param name="bytes">Array to receive bytes.</param>
            <param name="start">Index to start filling at.</param>
            <param name="len">Length of segment to fill.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.SP800SecureRandom.Reseed(System.Byte[])">
            <summary>Force a reseed of the DRBG.</summary>
            <param name="additionalInput">optional additional input</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Prng.SP800SecureRandomBuilder">
            Builder class for making SecureRandom objects based on SP 800-90A Deterministic Random Bit Generators (DRBG).
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.SP800SecureRandomBuilder.#ctor">
            Basic constructor, creates a builder using an EntropySourceProvider based on the default SecureRandom with
            predictionResistant set to false.
            <p>
            Any SecureRandom created from a builder constructed like this will make use of input passed to SecureRandom.setSeed() if
            the default SecureRandom does for its generateSeed() call.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.SP800SecureRandomBuilder.#ctor(Org.BouncyCastle.Security.SecureRandom,System.Boolean)">
            Construct a builder with an EntropySourceProvider based on the passed in SecureRandom and the passed in value
            for prediction resistance.
            <p>
            Any SecureRandom created from a builder constructed like this will make use of input passed to SecureRandom.setSeed() if
            the passed in SecureRandom does for its generateSeed() call.
            </p>
            @param entropySource
            @param predictionResistant
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.SP800SecureRandomBuilder.#ctor(Org.BouncyCastle.Crypto.IEntropySourceProvider)">
            Create a builder which makes creates the SecureRandom objects from a specified entropy source provider.
            <p>
            <b>Note:</b> If this constructor is used any calls to setSeed() in the resulting SecureRandom will be ignored.
            </p>
            @param entropySourceProvider a provider of EntropySource objects.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.SP800SecureRandomBuilder.SetPersonalizationString(System.Byte[])">
            Set the personalization string for DRBG SecureRandoms created by this builder
            @param personalizationString  the personalisation string for the underlying DRBG.
            @return the current builder.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.SP800SecureRandomBuilder.SetSecurityStrength(System.Int32)">
             Set the security strength required for DRBGs used in building SecureRandom objects.
            
             @param securityStrength the security strength (in bits)
             @return the current builder.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.SP800SecureRandomBuilder.SetEntropyBitsRequired(System.Int32)">
             Set the amount of entropy bits required for seeding and reseeding DRBGs used in building SecureRandom objects.
            
             @param entropyBitsRequired the number of bits of entropy to be requested from the entropy source on each seed/reseed.
             @return the current builder.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.SP800SecureRandomBuilder.BuildHash(Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Boolean)">
             Build a SecureRandom based on a SP 800-90A Hash DRBG.
            
             @param digest digest algorithm to use in the DRBG underneath the SecureRandom.
             @param nonce  nonce value to use in DRBG construction.
             @param predictionResistant specify whether the underlying DRBG in the resulting SecureRandom should reseed on each request for bytes.
             @return a SecureRandom supported by a Hash DRBG.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.SP800SecureRandomBuilder.BuildCtr(Org.BouncyCastle.Crypto.IBlockCipher,System.Int32,System.Byte[],System.Boolean)">
             Build a SecureRandom based on a SP 800-90A CTR DRBG.
            
             @param cipher the block cipher to base the DRBG on.
             @param keySizeInBits key size in bits to be used with the block cipher.
             @param nonce nonce value to use in DRBG construction.
             @param predictionResistant  specify whether the underlying DRBG in the resulting SecureRandom should reseed on each request for bytes.
             @return  a SecureRandom supported by a CTR DRBG.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.SP800SecureRandomBuilder.BuildHMac(Org.BouncyCastle.Crypto.IMac,System.Byte[],System.Boolean)">
             Build a SecureRandom based on a SP 800-90A HMAC DRBG.
            
             @param hMac HMAC algorithm to use in the DRBG underneath the SecureRandom.
             @param nonce  nonce value to use in DRBG construction.
             @param predictionResistant specify whether the underlying DRBG in the resulting SecureRandom should reseed on each request for bytes.
             @return a SecureRandom supported by a HMAC DRBG.
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Prng.VmpcRandomGenerator.P">
            <remarks>
            Permutation generated by code:
            <code>
            // First 1850 fractional digit of Pi number. 
            byte[] key = new BigInteger("14159265358979323846...5068006422512520511").ToByteArray();
            s = 0;
            P = new byte[256];
            for (int i = 0; i &lt; 256; i++) 
            {
                P[i] = (byte) i;
            }
            for (int m = 0; m &lt; 768; m++) 
            {
                s = P[(s + P[m &amp; 0xff] + key[m % key.length]) &amp; 0xff];
                byte temp = P[m &amp; 0xff];
                P[m &amp; 0xff] = P[s &amp; 0xff];
                P[s &amp; 0xff] = temp;
            } </code>
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Prng.VmpcRandomGenerator.s">
            <remarks>Value generated in the same way as <c>P</c>.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.X931Rng.#ctor(Org.BouncyCastle.Crypto.IBlockCipher,System.Byte[],Org.BouncyCastle.Crypto.IEntropySource)">
            
             @param engine
             @param entropySource
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.X931Rng.Generate(System.Byte[],System.Int32,System.Int32,System.Boolean)">
             Populate a passed in array with random data.
            
             @param output output array for generated bits.
             @param predictionResistant true if a reseed should be forced, false otherwise.
            
             @return number of bits generated, -1 if a reseed required.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.X931Rng.Reseed">
            Reseed the RNG.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.X931SecureRandomBuilder.#ctor">
            Basic constructor, creates a builder using an EntropySourceProvider based on the default SecureRandom with
            predictionResistant set to false.
            <p>
            Any SecureRandom created from a builder constructed like this will make use of input passed to SecureRandom.setSeed() if
            the default SecureRandom does for its generateSeed() call.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.X931SecureRandomBuilder.#ctor(Org.BouncyCastle.Security.SecureRandom,System.Boolean)">
            Construct a builder with an EntropySourceProvider based on the passed in SecureRandom and the passed in value
            for prediction resistance.
            <p>
            Any SecureRandom created from a builder constructed like this will make use of input passed to SecureRandom.setSeed() if
            the passed in SecureRandom does for its generateSeed() call.
            </p>
            @param entropySource
            @param predictionResistant
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.X931SecureRandomBuilder.#ctor(Org.BouncyCastle.Crypto.IEntropySourceProvider)">
            Create a builder which makes creates the SecureRandom objects from a specified entropy source provider.
            <p>
            <b>Note:</b> If this constructor is used any calls to setSeed() in the resulting SecureRandom will be ignored.
            </p>
            @param entropySourceProvider a provider of EntropySource objects.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Prng.X931SecureRandomBuilder.Build(Org.BouncyCastle.Crypto.IBlockCipher,Org.BouncyCastle.Crypto.Parameters.KeyParameter,System.Boolean)">
             Construct a X9.31 secure random generator using the passed in engine and key. If predictionResistant is true the
             generator will be reseeded on each request.
            
             @param engine a block cipher to use as the operator.
             @param key the block cipher key to initialise engine with.
             @param predictionResistant true if engine to be reseeded on each use, false otherwise.
             @return a SecureRandom.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.DsaSigner">
            The Digital Signature Algorithm - as described in "Handbook of Applied
            Cryptography", pages 452 - 453.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.DsaSigner.#ctor">
            Default configuration, random K values.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.DsaSigner.#ctor(Org.BouncyCastle.Crypto.Signers.IDsaKCalculator)">
             Configuration with an alternate, possibly deterministic calculator of K.
            
             @param kCalculator a K value calculator.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.DsaSigner.GenerateSignature(System.Byte[])">
             Generate a signature for the given message using the key we were
             initialised with. For conventional DSA the message should be a SHA-1
             hash of the message of interest.
            
             @param message the message that will be verified later.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.DsaSigner.VerifySignature(System.Byte[],Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            return true if the value r and s represent a DSA signature for
            the passed in message for standard DSA the message should be a
            SHA-1 hash of the real message to be verified.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.Dstu4145Signer">
            <summary>DSTU 4145-2002</summary>
            <remarks>
            National Ukrainian standard of digital signature based on elliptic curves (DSTU 4145-2002).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.ECDsaSigner">
            EC-DSA as described in X9.62
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.ECDsaSigner.#ctor">
            Default configuration, random K values.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.ECDsaSigner.#ctor(Org.BouncyCastle.Crypto.Signers.IDsaKCalculator)">
             Configuration with an alternate, possibly deterministic calculator of K.
            
             @param kCalculator a K value calculator.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.ECDsaSigner.GenerateSignature(System.Byte[])">
             Generate a signature for the given message using the key we were
             initialised with. For conventional DSA the message should be a SHA-1
             hash of the message of interest.
            
             @param message the message that will be verified later.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.ECDsaSigner.VerifySignature(System.Byte[],Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            return true if the value r and s represent a DSA signature for
            the passed in message (for standard DSA the message should be
            a SHA-1 hash of the real message to be verified).
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.ECGost3410Signer">
            GOST R 34.10-2001 Signature Algorithm
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.ECGost3410Signer.GenerateSignature(System.Byte[])">
             generate a signature for the given message using the key we were
             initialised with. For conventional GOST3410 the message should be a GOST3411
             hash of the message of interest.
            
             @param message the message that will be verified later.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.ECGost3410Signer.VerifySignature(System.Byte[],Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            return true if the value r and s represent a GOST3410 signature for
            the passed in message (for standard GOST3410 the message should be
            a GOST3411 hash of the real message to be verified).
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.ECNRSigner">
            EC-NR as described in IEEE 1363-2000
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.ECNRSigner.GenerateSignature(System.Byte[])">
             generate a signature for the given message using the key we were
             initialised with.  Generally, the order of the curve should be at
             least as long as the hash of the message of interest, and with
             ECNR it *must* be at least as long.
            
             @param digest  the digest to be signed.
             @exception DataLengthException if the digest is longer than the key allows
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.ECNRSigner.VerifySignature(System.Byte[],Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
             return true if the value r and s represent a signature for the
             message passed in. Generally, the order of the curve should be at
             least as long as the hash of the message of interest, and with
             ECNR, it *must* be at least as long.  But just in case the signer
             applied mod(n) to the longer digest, this implementation will
             apply mod(n) during verification.
            
             @param digest  the digest to be verified.
             @param r       the r value of the signature.
             @param s       the s value of the signature.
             @exception DataLengthException if the digest is longer than the key allows
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner">
            <summary>
            Ed25519ctx (RFC 8032 §5.1) signature primitive: pure Ed25519 with a domain-separation context
            of up to 255 bytes captured at construction.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner.#ctor(System.Byte[])">
            <summary>
            Construct an Ed25519ctx signer bound to the supplied <paramref name="context"/>. The context
            bytes are cloned so the caller may mutate the array afterwards.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="context"/> is <c>null</c>.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner.AlgorithmName">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise for signing (private key) or verification (public key).</summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="parameters"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters"/> (signing) or
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters"/> (verification).</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner.Update(System.Byte)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner.GetMaxSignatureSize">
            <summary>Length in bytes of an Ed25519ctx signature (64).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner.GenerateSignature">
            <summary>Finalise the buffered message and produce the signature. Buffer is reset on return.</summary>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for verification,
            not signing.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner.VerifySignature(System.Byte[])">
            <summary>
            Finalise the buffered message and verify <paramref name="signature"/>. Buffer is reset on
            return.
            </summary>
            <returns><c>true</c> if the signature is valid for the accumulated message, bound public
            key and captured context; otherwise <c>false</c>.</returns>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for signing, not
            verification.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519ctxSigner.Reset">
            <summary>Clear and rewind the buffered message; the captured context survives.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.Ed25519phSigner">
            <summary>
            Ed25519ph (RFC 8032 §5.1) signature primitive: pre-hashes the message with SHA-512 before
            running pure Ed25519, parameterised by a fixed context captured at construction.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519phSigner.#ctor(System.Byte[])">
            <summary>
            Construct an Ed25519ph signer bound to the supplied <paramref name="context"/>. The context
            bytes are cloned so the caller may mutate the array afterwards.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="context"/> is <c>null</c>.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Signers.Ed25519phSigner.AlgorithmName">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519phSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise for signing (private key) or verification (public key).</summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="parameters"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters"/> (signing) or
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters"/> (verification).</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519phSigner.Update(System.Byte)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519phSigner.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519phSigner.GetMaxSignatureSize">
            <summary>Length in bytes of an Ed25519ph signature (64).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519phSigner.GenerateSignature">
            <summary>Finalise the pre-hash and produce the signature.</summary>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for verification,
            not signing, or the pre-hash finalisation produces an unexpected length.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519phSigner.VerifySignature(System.Byte[])">
            <summary>Finalise the pre-hash and verify <paramref name="signature"/>.</summary>
            <returns><c>true</c> if the signature is valid for the accumulated message, bound public
            key and captured context; otherwise <c>false</c>.</returns>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for signing, not
            verification, or the pre-hash finalisation produces an unexpected length.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519phSigner.Reset">
            <summary>Reset the pre-hash digest; the captured context survives.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.Ed25519Signer">
            <summary>
            Pure Ed25519 (RFC 8032) signature primitive. Buffers the message via the streaming
            <see cref="T:Org.BouncyCastle.Crypto.ISigner"/> surface and dispatches it to the curve routines on finalisation; no
            context is permitted.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519Signer.#ctor">
            <summary>Construct an uninitialised pure-Ed25519 signer; call <see cref="M:Org.BouncyCastle.Crypto.Signers.Ed25519Signer.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)"/> before use.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Signers.Ed25519Signer.AlgorithmName">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519Signer.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialise for signing (private key) or verification (public key).
            </summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="parameters"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters"/> (signing) or
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters"/> (verification).</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519Signer.Update(System.Byte)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519Signer.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519Signer.GetMaxSignatureSize">
            <summary>Length in bytes of an Ed25519 signature (64).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519Signer.GenerateSignature">
            <summary>Finalise the buffered message and produce the signature. Buffer is reset on return.</summary>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for verification,
            not signing.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519Signer.VerifySignature(System.Byte[])">
            <summary>
            Finalise the buffered message and verify <paramref name="signature"/>. Buffer is reset on
            return.
            </summary>
            <returns><c>true</c> if the signature is valid for the accumulated message and bound public
            key; otherwise <c>false</c>.</returns>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for signing, not
            verification.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed25519Signer.Reset">
            <summary>Clear and rewind the buffered message.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.Ed448phSigner">
            <summary>
            Ed448ph (RFC 8032) signature primitive: pre-hashes the message with SHAKE256 before running
            pure Ed448, parameterised by a fixed context captured at construction.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448phSigner.#ctor(System.Byte[])">
            <summary>
            Construct an Ed448ph signer bound to the supplied <paramref name="context"/>. The context
            bytes are cloned so the caller may mutate the array afterwards.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="context"/> is <c>null</c>.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Signers.Ed448phSigner.AlgorithmName">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448phSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise for signing (private key) or verification (public key).</summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="parameters"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters"/> (signing) or
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters"/> (verification).</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448phSigner.Update(System.Byte)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448phSigner.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448phSigner.GetMaxSignatureSize">
            <summary>Length in bytes of an Ed448ph signature (114).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448phSigner.GenerateSignature">
            <summary>Finalise the pre-hash and produce the signature.</summary>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for verification,
            not signing, or the pre-hash finalisation produces an unexpected length.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448phSigner.VerifySignature(System.Byte[])">
            <summary>Finalise the pre-hash and verify <paramref name="signature"/>.</summary>
            <returns><c>true</c> if the signature is valid for the accumulated message, bound public
            key and captured context; otherwise <c>false</c>.</returns>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for signing, not
            verification, or the pre-hash finalisation produces an unexpected length.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448phSigner.Reset">
            <summary>Reset the pre-hash digest; the captured context survives.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.Ed448Signer">
            <summary>
            Ed448 (RFC 8032) signature primitive: pure Ed448 with a mandatory domain-separation context of
            up to 255 bytes captured at construction.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448Signer.#ctor(System.Byte[])">
            <summary>
            Construct an Ed448 signer bound to the supplied <paramref name="context"/>. The context bytes
            are cloned so the caller may mutate the array afterwards.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="context"/> is <c>null</c>.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Signers.Ed448Signer.AlgorithmName">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448Signer.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise for signing (private key) or verification (public key).</summary>
            <exception cref="T:System.InvalidCastException">If <paramref name="parameters"/> is not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters"/> (signing) or
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.Ed448PublicKeyParameters"/> (verification).</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448Signer.Update(System.Byte)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448Signer.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448Signer.GetMaxSignatureSize">
            <summary>Length in bytes of an Ed448 signature (114).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448Signer.GenerateSignature">
            <summary>Finalise the buffered message and produce the signature. Buffer is reset on return.</summary>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for verification,
            not signing.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448Signer.VerifySignature(System.Byte[])">
            <summary>
            Finalise the buffered message and verify <paramref name="signature"/>. Buffer is reset on
            return.
            </summary>
            <returns><c>true</c> if the signature is valid for the accumulated message, bound public
            key and captured context; otherwise <c>false</c>.</returns>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for signing, not
            verification.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Ed448Signer.Reset">
            <summary>Clear and rewind the buffered message; the captured context survives.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.GenericSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise the signer for signing or verification.
            
             @param forSigning
                        true if for signing, false otherwise
             @param parameters
                        necessary parameters.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.Gost3410Signer">
            Gost R 34.10-94 Signature Algorithm
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Gost3410Signer.GenerateSignature(System.Byte[])">
             generate a signature for the given message using the key we were
             initialised with. For conventional Gost3410 the message should be a Gost3411
             hash of the message of interest.
            
             @param message the message that will be verified later.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Gost3410Signer.VerifySignature(System.Byte[],Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            return true if the value r and s represent a Gost3410 signature for
            the passed in message for standard Gost3410 the message should be a
            Gost3411 hash of the real message to be verified.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.HMacDsaKCalculator">
            A deterministic K calculator based on the algorithm in section 3.2 of RFC 6979.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.HMacDsaKCalculator.#ctor(Org.BouncyCastle.Crypto.IDigest)">
             Base constructor.
            
             @param digest digest to build the HMAC on.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.HMacDsaKCalculator.InitAdditionalInput0(Org.BouncyCastle.Crypto.Macs.HMac)">
            <summary>Supply additional input to HMAC_K(V || 0x00 || int2octets(x) || bits2octets(h1)).</summary>
            <remarks>
            RFC 6979 3.6. Additional data may be added to the input of HMAC [..]. A use case may be a protocol that
            requires a non-deterministic signature algorithm on a system that does not have access to a high-quality
            random source. It suffices that the additional data[..] is non-repeating(e.g., a signature counter or a
            monotonic clock) to ensure "random-looking" signatures are indistinguishable, in a cryptographic way, from
            plain (EC)DSA signatures.
            <para/>
            By default there is no additional input. Override this method to supply additional input, bearing in mind
            that this calculator may be used for many signatures.
            </remarks>
            <param name="hmac0">The <see cref="T:Org.BouncyCastle.Crypto.Macs.HMac"/> to which the additional input should be added.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.HMacDsaKCalculator.InitAdditionalInput1(Org.BouncyCastle.Crypto.Macs.HMac)">
            <summary>Supply additional input to HMAC_K(V || 0x01 || int2octets(x) || bits2octets(h1)).</summary>
            <remarks>
            Refer to comments for <see cref="M:Org.BouncyCastle.Crypto.Signers.HMacDsaKCalculator.InitAdditionalInput0(Org.BouncyCastle.Crypto.Macs.HMac)"/>.
            </remarks>
            <param name="hmac1">The <see cref="T:Org.BouncyCastle.Crypto.Macs.HMac"/> to which the additional input should be added.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.IDsaEncoding">
            <summary>
            An interface for different encoding formats for DSA signatures.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.IDsaEncoding.Decode(Org.BouncyCastle.Math.BigInteger,System.Byte[])">
            <summary>Decode the (r, s) pair of a DSA signature.</summary>
            <param name="n">The order of the group that r, s belong to.</param>
            <param name="encoding">An encoding of the (r, s) pair of a DSA signature.</param>
            <returns>The (r, s) of a DSA signature, stored in an array of exactly two elements, r followed by s.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.IDsaEncoding.Encode(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>Encode the (r, s) pair of a DSA signature.</summary>
            <param name="n">The order of the group that r, s belong to.</param>
            <param name="r">The r value of a DSA signature.</param>
            <param name="s">The s value of a DSA signature.</param>
            <returns>An encoding of the DSA signature given by the provided (r, s) pair.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.IDsaKCalculator">
            Interface define calculators of K values for DSA/ECDSA.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Signers.IDsaKCalculator.IsDeterministic">
             Return true if this calculator is deterministic, false otherwise.
            
             @return true if deterministic, otherwise false.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.IDsaKCalculator.Init(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Security.SecureRandom)">
             Non-deterministic initialiser.
            
             @param n the order of the DSA group.
             @param random a source of randomness.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.IDsaKCalculator.Init(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,System.Byte[])">
             Deterministic initialiser.
            
             @param n the order of the DSA group.
             @param d the DSA private value.
             @param message the message being signed.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.IDsaKCalculator.NextK">
             Return the next valid value of K.
            
             @return a K value.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner">
            <summary> ISO9796-2 - mechanism using a hash function with recovery (scheme 2 and 3).
            <p>
            Note: the usual length for the salt is the length of the hash
            function used in bytes.</p>
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.GetRecoveredMessage">
            <summary>
            Return a reference to the recoveredMessage message.
            </summary>
            <returns>The full/partial recoveredMessage message.</returns>
            <seealso cref="M:Org.BouncyCastle.Crypto.ISignerWithRecovery.GetRecoveredMessage"/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,Org.BouncyCastle.Crypto.IDigest,System.Int32,System.Boolean)">
            <summary>
            Generate a signer with either implicit or explicit trailer for ISO9796-2, scheme 2 or 3.
            </summary>
            <param name="cipher">base cipher to use for signature creation/verification</param>
            <param name="digest">digest to use.</param>
            <param name="saltLength">length of salt in bytes.</param>
            <param name="isImplicit">whether or not the trailer is implicit or gives the hash.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,Org.BouncyCastle.Crypto.IDigest,System.Int32)">
            <summary>
            Generate a signer with explicit trailer for ISO9796-2, scheme 2 or 3.
            </summary>
            <param name="cipher">base cipher to use for signature creation/verification</param>
            <param name="digest">digest to use.</param>
            <param name="saltLength">length of salt in bytes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise the signer.</summary>
            <param name="forSigning">true if for signing, false if for verification.</param>
            <param name="parameters">parameters for signature generation/verification. If the
            parameters are for generation they should be a ParametersWithRandom,
            a ParametersWithSalt, or just an RsaKeyParameters object. If RsaKeyParameters
            are passed in a SecureRandom will be created.
            </param>
            <exception cref="T:System.ArgumentException">if wrong parameter type or a fixed
            salt is passed in which is the wrong length.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.IsSameAs(System.Byte[],System.Byte[])">
            <summary> compare two byte arrays - constant time.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.ClearBlock(System.Byte[])">
            <summary> clear possible sensitive data</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.Update(System.Byte)">
            <summary> update the internal digest with the byte b</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.GenerateSignature">
            <summary> Generate a signature for the loaded message using the key we were
            initialised with.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.VerifySignature(System.Byte[])">
            <summary> return true if the signature represents a ISO9796-2 signature
            for the passed in message.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.Reset">
            <summary> reset the internal state</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.HasFullMessage">
            <summary>
            Return true if the full message was recoveredMessage.
            </summary>
            <returns>true on full message recovery, false otherwise, or if not sure.</returns>
            <seealso cref="M:Org.BouncyCastle.Crypto.ISignerWithRecovery.HasFullMessage"/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2PssSigner.MaskGeneratorFunction1(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <summary> mask generator function, as described in Pkcs1v2.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer">
            <summary> ISO9796-2 - mechanism using a hash function with recovery (scheme 1)</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer.GetRecoveredMessage">
            <summary>
            Return a reference to the recoveredMessage message.
            </summary>
            <returns>The full/partial recoveredMessage message.</returns>
            <seealso cref="M:Org.BouncyCastle.Crypto.ISignerWithRecovery.GetRecoveredMessage"/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,Org.BouncyCastle.Crypto.IDigest,System.Boolean)">
            <summary>
            Generate a signer with either implicit or explicit trailers for ISO9796-2.
            </summary>
            <param name="cipher">base cipher to use for signature creation/verification</param>
            <param name="digest">digest to use.</param>
            <param name="isImplicit">whether or not the trailer is implicit or gives the hash.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,Org.BouncyCastle.Crypto.IDigest)">
             <summary> Constructor for a signer with an explicit digest trailer.
            
             </summary>
             <param name="cipher">cipher to use.
             </param>
             <param name="digest">digest to sign with.
             </param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer.IsSameAs(System.Byte[],System.Byte[])">
            <summary> compare two byte arrays - constant time.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer.ClearBlock(System.Byte[])">
            <summary> clear possible sensitive data</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer.GenerateSignature">
            <summary> Generate a signature for the loaded message using the key we were
            initialised with.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer.VerifySignature(System.Byte[])">
            <summary> return true if the signature represents a ISO9796-2 signature
            for the passed in message.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer.Reset">
            <summary> reset the internal state</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.Iso9796d2Signer.HasFullMessage">
            <summary>
            Return true if the full message was recoveredMessage.
            </summary>
            <returns> true on full message recovery, false otherwise.</returns>
            <seealso cref="M:Org.BouncyCastle.Crypto.ISignerWithRecovery.HasFullMessage"/>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.MLDsaSigner">
            <summary>
            ML-DSA (FIPS 204) signature primitive. Accumulates the message via the streaming
            <see cref="T:Org.BouncyCastle.Crypto.ISigner"/> surface and dispatches it through the FIPS 204 message-representative
            construction. The signer must be bound to the same <see cref="P:Org.BouncyCastle.Crypto.Parameters.MLDsaParameters.ParameterSet"/> as
            the key it is initialised with. Optional <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithContext"/> (up to 255 bytes)
            and <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom"/> envelopes are unwrapped during <see cref="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.#ctor(Org.BouncyCastle.Crypto.Parameters.MLDsaParameters,System.Boolean)">
            <summary>
            Construct an ML-DSA signer for the supplied parameter set. Only the pure variants are
            accepted; the HashML-DSA variants (those carrying a pre-hash OID) must go through their
            dedicated wrapper instead.
            </summary>
            <param name="parameters">The ML-DSA parameter set; must be a pure (non-pre-hash) variant.</param>
            <param name="deterministic">When <c>true</c>, signature generation uses the FIPS 204
            deterministic mode (no <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> draw); otherwise a fresh per-signature
            nonce is sampled.</param>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="parameters"/> is a HashML-DSA
            variant.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.AlgorithmName">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialise for signing (private key) or verification (public key). Accepts
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithContext"/> for a context up to 255 bytes and
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom"/> for a non-deterministic signer's nonce source.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">If the supplied context exceeds 255 bytes.</exception>
            <exception cref="T:System.InvalidCastException">If the unwrapped inner parameters are not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaPrivateKeyParameters"/> (signing) or <see cref="T:Org.BouncyCastle.Crypto.Parameters.MLDsaPublicKeyParameters"/>
            (verification).</exception>
            <exception cref="T:System.ArgumentException">If the key's parameter set differs from the one this
            signer was constructed for.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.Update(System.Byte)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.GetMaxSignatureSize">
            <summary>Length in bytes of the signatures this signer produces (FIPS 204
            <c>CryptoBytes</c>).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.GenerateSignature">
            <summary>
            Finalise the message representative and produce the signature. Internally calls
            <see cref="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.Reset"/> on success.
            </summary>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for verification,
            not signing.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.VerifySignature(System.Byte[])">
            <summary>
            Finalise the message representative and verify <paramref name="signature"/>. Internally calls
            <see cref="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.Reset"/> on success.
            </summary>
            <returns><c>true</c> if the signature is valid for the accumulated message and bound public
            key; otherwise <c>false</c>.</returns>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for signing, not
            verification.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.MLDsaSigner.Reset">
            <summary>
            Reset the streaming digest and re-seed it with the bound public-key hash and the captured
            context, ready for another sign/verify pass against the same key.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.PssSigner">
            <summary> RSA-PSS as described in Pkcs# 1 v 2.1.
            <p>
            Note: the usual value for the salt length is the number of
            bytes in the hash function.</p>
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.PssSigner.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,Org.BouncyCastle.Crypto.IDigest,System.Int32)">
            <summary>Basic constructor</summary>
            <param name="cipher">the asymmetric cipher to use.</param>
            <param name="digest">the digest to use.</param>
            <param name="saltLen">the length of the salt to use (in bytes).</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.PssSigner.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,Org.BouncyCastle.Crypto.IDigest,System.Byte[])">
            <summary>Basic constructor</summary>
            <param name="cipher">the asymmetric cipher to use.</param>
            <param name="digest">the digest to use.</param>
            <param name="salt">the fixed salt to be used.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.PssSigner.ClearBlock(System.Byte[])">
            <summary> clear possible sensitive data</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.PssSigner.ItoOSP(System.Int32,System.Byte[])">
            <summary> int to octet string.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.PssSigner.MaskGeneratorFunction1(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <summary> mask generator function, as described in Pkcs1v2.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.RsaDigestSigner.#cctor">
            <summary>
            Load oid table.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.RsaDigestSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             Initialise the signer for signing or verification.
            
             @param forSigning true if for signing, false otherwise
             @param param necessary parameters.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner">
            <summary>
            SLH-DSA (FIPS 205) signature primitive. Buffers the message via the streaming
            <see cref="T:Org.BouncyCastle.Crypto.ISigner"/> surface prefixed with the FIPS 205 context envelope and dispatches the
            whole buffer to the hypertree sign / verify routines on finalisation. The signer must be bound
            to the same <see cref="P:Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters.ParameterSet"/> as the key it is initialised with.
            Optional <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithContext"/> (up to 255 bytes) and
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom"/> envelopes are unwrapped during <see cref="M:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner.#ctor(Org.BouncyCastle.Crypto.Parameters.SlhDsaParameters,System.Boolean)">
            <summary>
            Construct an SLH-DSA signer for the supplied parameter set. Only the pure variants are
            accepted; the HashSLH-DSA variants (those carrying a pre-hash OID) must go through their
            dedicated wrapper instead.
            </summary>
            <param name="parameters">The SLH-DSA parameter set; must be a pure (non-pre-hash) variant.</param>
            <param name="deterministic">When <c>true</c>, signature generation omits the optional
            per-signature randomiser (<c>addrnd</c>); otherwise an <c>n</c>-byte randomiser is drawn from
            the bound <see cref="T:Org.BouncyCastle.Security.SecureRandom"/>.</param>
            <exception cref="T:System.ArgumentNullException">If <paramref name="parameters"/> is <c>null</c>.</exception>
            <exception cref="T:System.ArgumentException">If <paramref name="parameters"/> is a HashSLH-DSA
            variant.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner.AlgorithmName">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialise for signing (private key) or verification (public key). Accepts
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithContext"/> for a context up to 255 bytes and
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom"/> for the non-deterministic signer's randomiser source.
            </summary>
            <exception cref="T:System.ArgumentOutOfRangeException">If the supplied context exceeds 255 bytes.</exception>
            <exception cref="T:System.InvalidCastException">If the unwrapped inner parameters are not an
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaPrivateKeyParameters"/> (signing) or <see cref="T:Org.BouncyCastle.Crypto.Parameters.SlhDsaPublicKeyParameters"/>
            (verification).</exception>
            <exception cref="T:System.ArgumentException">If the key's parameter set differs from the one this
            signer was constructed for.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner.Update(System.Byte)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner.BlockUpdate(System.Byte[],System.Int32,System.Int32)">
            <inheritdoc/>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner.GetMaxSignatureSize">
            <summary>Length in bytes of the signatures this signer produces (FIPS 205
            <c>SignatureLength</c>).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner.GenerateSignature">
            <summary>Finalise the buffered message and produce the signature. Buffer is reset on return.</summary>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for verification,
            not signing.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner.VerifySignature(System.Byte[])">
            <summary>
            Finalise the buffered message and verify <paramref name="signature"/>. Buffer is reset on
            return.
            </summary>
            <returns><c>true</c> if the signature is valid for the accumulated message and bound public
            key; otherwise <c>false</c>.</returns>
            <exception cref="T:System.InvalidOperationException">If the signer was initialised for signing, not
            verification.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.SlhDsaSigner.Reset">
            <summary>Truncate the buffered message back to the captured context prefix.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.SM2Signer">
            <summary>The SM2 Digital Signature algorithm.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Signers.X931Signer">
            X9.31-1998 - signing using a hash.
            <p>
            The message digest hash, H, is encapsulated to form a byte string as follows
            </p>
            <pre>
            EB = 06 || PS || 0xBA || H || TRAILER
            </pre>
            where PS is a string of bytes all of value 0xBB of length such that |EB|=|n|, and TRAILER is the ISO/IEC 10118 part numberâ€  for the digest. The byte string, EB, is converted to an integer value, the message representative, f.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.X931Signer.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,Org.BouncyCastle.Crypto.IDigest)">
             Constructor for a signer with an explicit digest trailer.
            
             @param cipher cipher to use.
             @param digest digest to sign with.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Signers.X931Signer.#ctor(Org.BouncyCastle.Crypto.IAsymmetricBlockCipher,Org.BouncyCastle.Crypto.IDigest,System.Boolean)">
             Generate a signer with either implicit or explicit trailers for X9.31.
            
             @param cipher base cipher to use for signature creation/verification
             @param digest digest to use.
             @param implicit whether or not the trailer is implicit or gives the hash.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.SimpleBlockResult">
            <summary>
            A simple block result object which just carries a byte array.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.SimpleBlockResult.#ctor(System.Byte[])">
            <summary>
            Base constructor - a wrapper for the passed in byte array.
            </summary>
            <param name="result">The byte array to be wrapped.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.SimpleBlockResult.Collect">
            <summary>
            Return the final result of the operation.
            </summary>
            <returns>A block of bytes, representing the result of an operation.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.SimpleBlockResult.Collect(System.Byte[],System.Int32)">
            <summary>
            Store the final result of the operation by copying it into the destination array.
            </summary>
            <returns>The number of bytes copied into destination.</returns>
            <param name="buf">The byte array to copy the result into.</param>
            <param name="off">The offset into destination to start copying the result at.</param>
        </member>
        <member name="T:Org.BouncyCastle.Crypto.StreamBlockCipher">
            a wrapper for block ciphers with a single byte block size, so that they
            can be treated like stream ciphers.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.StreamBlockCipher.#ctor(Org.BouncyCastle.Crypto.Modes.IBlockCipherMode)">
             basic constructor.
            
             @param cipher the block cipher to be wrapped.
             @exception ArgumentException if the cipher has a block size other than
             one.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.StreamBlockCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
             initialise the underlying cipher.
            
             @param forEncryption true if we are setting up for encryption, false otherwise.
             @param param the necessary parameters for the underlying cipher to be initialised.
        </member>
        <member name="P:Org.BouncyCastle.Crypto.StreamBlockCipher.AlgorithmName">
             return the name of the algorithm we are wrapping.
            
             @return the name of the algorithm we are wrapping.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.StreamBlockCipher.ReturnByte(System.Byte)">
             encrypt/decrypt a single byte returning the result.
            
             @param in the byte to be processed.
             @return the result of processing the input byte.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.StreamBlockCipher.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
             process a block of bytes from in putting the result into out.
            
             @param in the input byte array.
             @param inOff the offset into the in array where the data to be processed starts.
             @param len the number of bytes to be processed.
             @param out the output buffer the processed bytes go into.
             @param outOff the offset into the output byte array the processed data stars at.
             @exception DataLengthException if the output buffer is too small.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.StreamBlockCipher.Reset">
            reset the underlying cipher. This leaves it in the same state
            it was at after the last init (if there was one).
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.AlgorithmIdentifierFactory.GenerateEncryptionAlgID(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Int32,Org.BouncyCastle.Security.SecureRandom)">
             Create an AlgorithmIdentifier for the passed in encryption algorithm.
            
             @param encryptionOID OID for the encryption algorithm
             @param keySize key size in bits (-1 if unknown)
             @param random SecureRandom to use for parameter generation.
             @return a full AlgorithmIdentifier including parameters
             @throws IllegalArgumentException if encryptionOID cannot be matched
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Utilities.BasicAlphabetMapper">
            A basic alphabet mapper that just creates a mapper based on the
            passed in array of characters.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.BasicAlphabetMapper.#ctor(System.String)">
             Base constructor.
            
             @param alphabet a string of characters making up the alphabet.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.BasicAlphabetMapper.#ctor(System.Char[])">
             Base constructor.
            
             @param alphabet an array of characters making up the alphabet.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.CipherKeyGeneratorFactory.CreateKeyGenerator(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Security.SecureRandom)">
             Create a key generator for the passed in Object Identifier.
            
             @param algorithm the Object Identifier indicating the algorithn the generator is for.
             @param random a source of random to initialise the generator with.
             @return an initialised CipherKeyGenerator.
             @throws IllegalArgumentException if the algorithm cannot be identified.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Utilities.DerOtherInfo">
            Builder and holder class for preparing SP 800-56A compliant OtherInfo. The data is ultimately encoded as a DER SEQUENCE.
            Empty octet strings are used to represent nulls in compulsory fields.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Utilities.DerOtherInfo.Builder">
            Builder to create OtherInfo
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.DerOtherInfo.Builder.#ctor(Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[],System.Byte[])">
             Create a basic builder with just the compulsory fields.
            
             @param algorithmID the algorithm associated with this invocation of the KDF.
             @param partyUInfo  sender party info.
             @param partyVInfo  receiver party info.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.DerOtherInfo.Builder.WithSuppPubInfo(System.Byte[])">
             Add optional supplementary public info (DER tagged, implicit, 0).
            
             @param suppPubInfo supplementary public info.
             @return  the current builder instance.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.DerOtherInfo.Builder.WithSuppPrivInfo(System.Byte[])">
             Add optional supplementary private info (DER tagged, implicit, 1).
            
             @param suppPrivInfo supplementary private info.
             @return the current builder instance.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.DerOtherInfo.Builder.Build">
             Build the KTSOtherInfo.
            
             @return an KTSOtherInfo containing the data.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Utilities.OidCatalogue">
            <summary>
            Catalogue of content-encryption algorithm OIDs used where code only needs to identify the parameter form or
            block size family for an algorithm.
            </summary>
            <remarks>
            The methods in this class are membership tests only. They do not provide key sizes, JCA names, or provider
            registration aliases.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OidCatalogue.IsCcm(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Return whether the OID identifies a CCM content-encryption algorithm whose parameters are encoded as
            CCMParameters.
            </summary>
            <param name="algorithm">Candidate algorithm OID.</param>
            <returns><c>true</c> if the OID is a known CCM content-encryption algorithm.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OidCatalogue.IsGcm(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Return whether the OID identifies a GCM content-encryption algorithm whose parameters are encoded as
            GCMParameters.
            </summary>
            <param name="algorithm">Candidate algorithm OID.</param>
            <returns><c>true</c> if the OID is a known GCM content-encryption algorithm.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OidCatalogue.IsCbc128(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Return whether the OID identifies a CBC content-encryption algorithm with a 128-bit block size and an IV
            encoded as an octet string.
            </summary>
            <param name="algorithm">Candidate algorithm OID.</param>
            <returns><c>true</c> if the OID is a known 128-bit block CBC content-encryption algorithm.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OidCatalogue.IsCbc64(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Return whether the OID identifies a CBC content-encryption algorithm with a 64-bit block size (DES,
            triple-DES, RC2, CAST5, IDEA).
            </summary>
            <remarks>
            This is a block-size predicate only: unlike the GCM / CCM / CBC-128 families, the members do not share a
            single parameter encoding(RC2 carries RC2CBCParameter, CAST5 carries CAST5CBCParameters, the rest an
            octet-string IV), so this test is for code that classifies by block size (e.g.PKCS#7 padded output length)
            rather than by parameter form.
            </remarks>
            <param name="algorithm">Candidate algorithm OID.</param>
            <returns><c>true</c> if the OID is a known 64-bit block CBC content-encryption algorithm.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OidCatalogue.IsChaCha20Poly1305(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Return whether the OID identifies the ChaCha20-Poly1305 AEAD content-encryption algorithm.
            </summary>
            <param name="algorithm">Candidate algorithm OID.</param>
            <returns><c>true</c> if the OID is ChaCha20-Poly1305.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OidCatalogue.IsAead(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Return whether the OID identifies an AEAD content-encryption algorithm whose parameters are encoded as
            GCMParameters or CCMParameters (i.e. a GCM or CCM algorithm). ChaCha20-Poly1305, whose parameters differ, is
            not included here; use <see cref="M:Org.BouncyCastle.Crypto.Utilities.OidCatalogue.IsAuthEnveloped(Org.BouncyCastle.Asn1.DerObjectIdentifier)"/> for the full set of algorithms
            usable with CMS AuthEnvelopedData.
            </summary>
            <param name="algorithm">Candidate algorithm OID.</param>
            <returns><c>true</c> if the OID is a known GCM or CCM content-encryption algorithm.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OidCatalogue.IsAuthEnveloped(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Return whether the OID identifies a content-encryption algorithm that provides authenticated encryption and
            so can be used with CMS AuthEnvelopedData (RFC 5083): the GCM and CCM families plus ChaCha20-Poly1305.
            </summary>
            <param name="algorithm">Candidate algorithm OID.</param>
            <returns><c>true</c> if the OID is a known AEAD content-encryption algorithm.</returns>
        </member>
        <member name="F:Org.BouncyCastle.Crypto.Utilities.OpenSshPrivateKeyUtilities.AUTH_MAGIC">
            <summary>Magic value for proprietary OpenSSH private key.</summary>
            <remarks>C string so null terminated.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OpenSshPrivateKeyUtilities.EncodePrivateKey(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
             Encode a cipher parameters into an OpenSSH private key.
             This does not add headers like ----BEGIN RSA PRIVATE KEY----
            
             @param parameters the cipher parameters.
             @return a byte array
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OpenSshPrivateKeyUtilities.ParsePrivateKeyBlob(System.Byte[])">
             Parse a private key.
             <p/>
             This method accepts the body of the OpenSSH private key.
             The easiest way to extract the body is to use PemReader, for example:
             <p/>
             byte[] blob = new PemReader([reader]).readPemObject().getContent();
             CipherParameters params = parsePrivateKeyBlob(blob);
            
             @param blob The key.
             @return A cipher parameters instance.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OpenSshPrivateKeyUtilities.AllIntegers(Org.BouncyCastle.Asn1.Asn1Sequence)">
             AllIntegers returns true if the sequence holds only DerInteger types.
            
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OpenSshPublicKeyUtilities.ParsePublicKey(System.Byte[])">
             Parse a public key.
             <p/>
             This method accepts the bytes that are Base64 encoded in an OpenSSH public key file.
            
             @param encoded The key.
             @return An AsymmetricKeyParameter instance.
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OpenSshPublicKeyUtilities.EncodePublicKey(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
             Encode a public key from an AsymmetricKeyParameter instance.
            
             @param cipherParameters The key to encode.
             @return the key OpenSSH encoded.
             @throws IOException
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.OpenSshPublicKeyUtilities.ParsePublicKey(Org.BouncyCastle.Crypto.Utilities.SshBuffer)">
             Parse a public key from an SSHBuffer instance.
            
             @param buffer containing the SSH public key.
             @return A CipherParameters instance.
        </member>
        <member name="T:Org.BouncyCastle.Crypto.Utilities.RsaPkcs1Utilities.ValidityCheck">
            <summary>Caller-specific early check on the plaintext.</summary>
            <remarks>
            This method MUST be constant-time in the plaintext bytes and NOT throw. The input segment will be the
            prospective plaintext. Return <c>0</c> if the plaintext is valid, or any other value for invalid.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.RsaPkcs1Utilities.CheckPkcs1Encoding2(System.Byte[],System.Int32,System.Int32)">
            <summary>
            Check the argument is a valid encoding with type 2 of a plaintext with the given length.
            </summary>
            <returns>
            <c>0</c> if valid, or <c>-1</c> if invalid.
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.SshNamedCurves.GetByName(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.SshNamedCurves.GetByNameLazy(System.String)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given name.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of
            the full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.SshNamedCurves.GetByOid(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.SshNamedCurves.GetByOidLazy(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up an <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParametersHolder"/> for the curve with the given
            <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <remarks>
            Allows accessing the <see cref="T:Org.BouncyCastle.Math.EC.ECCurve">curve</see> without necessarily triggering the creation of
            the full <see cref="T:Org.BouncyCastle.Asn1.X9.X9ECParameters"/>.
            </remarks>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.SshNamedCurves.GetName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Look up the name of the curve with the given <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see>.</summary>
            <param name="oid">The <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> for the curve.</param>
        </member>
        <member name="M:Org.BouncyCastle.Crypto.Utilities.SshNamedCurves.GetOid(System.String)">
            <summary>Look up the <see cref="T:Org.BouncyCastle.Asn1.DerObjectIdentifier">OID</see> of the curve with the given name.</summary>
            <param name="name">The name of the curve.</param>
        </member>
        <member name="P:Org.BouncyCastle.Crypto.Utilities.SshNamedCurves.Names">
            <summary>Enumerate the available curve names in this registry.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Operators.CmsKeyTransRecipientInfoGenerator">
            <deprecated>Use KeyTransRecipientInfoGenerator</deprecated>
        </member>
        <member name="T:Org.BouncyCastle.Operators.Utilities.IDigestAlgorithmFinder">
            <summary>
            Base interface for a finder of digest algorithm identifiers used with signatures.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Operators.Utilities.IDigestAlgorithmFinder.Find(Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier)">
            <summary>
            Find the digest algorithm identifier that matches with the passed in signature algorithm identifier.
            </summary>
            <param name="signatureAlgorithm">the signature algorithm of interest.</param>
            <returns>an algorithm identifier for the corresponding digest.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Operators.Utilities.IDigestAlgorithmFinder.Find(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Find the digest algorithm identifier that matches with the passed in digest OID.
            </summary>
            <param name="digestOid">the OID of the digest algorithm of interest.</param>
            <returns>an algorithm identifier for the digest OID.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Operators.Utilities.IDigestAlgorithmFinder.Find(System.String)">
            <summary>
            Find the digest algorithm identifier that matches with the passed in digest name.
            </summary>
            <param name="digestName">the name of the digest algorithm of interest.</param>
            <returns>an algorithm identifier for the digest name.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Operators.Utilities.IMacAlgorithmFinder.Find(System.String)">
            <summary>
            Find the MAC algorithm identifier that matches with the passed in MAC name.
            </summary>
            <param name="macName">the name of the MAC algorithm of interest.</param>
            <returns>an algorithm identifier for the MAC name.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Operators.Utilities.ISignatureAlgorithmFinder.Find(System.String)">
            <summary>
            Find the signature algorithm identifier that matches with the passed in signature name.
            </summary>
            <param name="signatureName">the name of the signature algorithm of interest.</param>
            <returns>an algorithm identifier for the signature name.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.AddMagnitudes(System.UInt32[],System.UInt32[])">
            return a = a + b - b preserved.
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.CompareTo(System.Int32,System.UInt32[],System.Int32,System.UInt32[])">
            unsigned comparison on two arrays - note the arrays may
            start with leading zeros.
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.Divide(System.UInt32[],System.UInt32[])">
            return z = x / y - done in place (z value preserved, x contains the
            remainder)
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.IsProbablePrime(System.Int32)">
            return whether or not a BigInteger is probably prime with a
            probability of 1 - (1/2)**certainty.
            <p>From Knuth Vol 2, pg 395.</p>
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.ExtEuclid(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger@)">
             Calculate the numbers u1, u2, and u3 such that:
            
             u1 * a + u2 * b = u3
            
             where u3 is the greatest common divider of a and b.
             a and b using the extended Euclid algorithm (refer p. 323
             of The Art of Computer Programming vol 2, 2nd ed).
             This also seems to have the side effect of calculating
             some form of multiplicative inverse.
            
             @param a    First number to calculate gcd for
             @param b    Second number to calculate gcd for
             @param u1Out      the return object for the u1 value
             @return     The greatest common divisor of a and b
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.Square(System.UInt32[],System.UInt32[])">
            return w with w = x * x - w is assumed to have enough space.
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.Multiply(System.UInt32[],System.UInt32[],System.UInt32[])">
            return x with x = y * z - x is assumed to have enough space.
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.GetMQuote">
            Calculate mQuote = -m^(-1) mod b with b = 2^32 (32 = word size)
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.MultiplyMonty(System.UInt32[],System.UInt32[],System.UInt32[],System.UInt32[],System.UInt32,System.Boolean)">
            Montgomery multiplication: a = x * y * R^(-1) mod m
            <br/>
            Based algorithm 14.36 of Handbook of Applied Cryptography.
            <br/>
            <li> m, x, y should have length n </li>
            <li> a should have length (n + 1) </li>
            <li> b = 2^32, R = b^n </li>
            <br/>
            The result is put in x
            <br/>
            NOTE: the indices of x, y, m, a different in HAC and in Java
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.Remainder(System.UInt32[],System.UInt32[])">
            return x = x % y - done in place (y value preserved)
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.ShiftLeft(System.UInt32[],System.Int32)">
            do a left shift - this returns a new array.
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.ShiftRightInPlace(System.Int32,System.UInt32[],System.Int32)">
            do a right shift - this does it in place.
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.ShiftRightOneInPlace(System.Int32,System.UInt32[])">
            do a right shift by one - this does it in place.
        </member>
        <member name="M:Org.BouncyCastle.Math.BigInteger.Subtract(System.Int32,System.UInt32[],System.Int32,System.UInt32[])">
            returns x = x - y - we assume x is >= y
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase">
            <summary>
            Abstract base for <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul"/> implementations. Holds the shared state
            (<c>m_n</c>, <c>m_size</c>, <c>m_sizeExt</c>, <c>m_reduce</c>) and the squaring
            helpers (<c>Square</c>, <c>SquareN</c>). <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase.Multiply(System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/> is abstract and is
            supplied by per-(size, ISA) concrete subclasses.
            </summary>
            <remarks>
            <para>Polynomials are stored bit-packed in <c>ulong[]</c> with little-endian word order.
            The caller is responsible for size-checking buffer arguments.</para>
            <para>The leaf multiply (below the Karatsuba recursion cutoff) is arbitrary-degree
            Karatsuba in both backends: over <c>Vector128&lt;ulong&gt;</c> limbs via <c>PCLMULQDQ</c> when
            available (gated by the project wrapper at
            <see cref="T:Org.BouncyCastle.Runtime.Intrinsics.X86.Pclmulqdq"/>), otherwise over words with a
            16-entry-table 1x1 multiply.</para>
            <para>The scalar fallback's 16-entry table is small (128 bytes, single cache line on x86)
            but is indexed by 4 bits of one operand, so the fallback has a known cache-timing side
            channel. If the caller's threat model includes cache-timing attackers, deployment must
            ensure PCLMULQDQ is available.</para>
            <para>The implementation is split across several partial files: <c>BinPolyMulBase.cs</c>
            holds the shared state and reducer plumbing (<see cref="T:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase.IReduce"/>, <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase.Pos(System.Int32,System.Int32@,System.Int32@)"/>,
            <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase.DebugAssertReducePreconditions(System.Int32,System.UInt64[],System.Int32)"/>); <c>BinPolyMulBase.Binomial.cs</c>,
            <c>BinPolyMulBase.Trinomial.cs</c> and <c>BinPolyMulBase.Pentanomial.cs</c> contain
            the three reducer families. Leaf-multiply kernels live in per-backend static
            containers: <c>X86.V128.Kernels</c> (CLMUL, split across <c>x86/v128/Kernels.Small.cs</c>
            and <c>x86/v128/Kernels.Medium.cs</c>) and <c>Scalar.Kernels</c> (table-based, in
            <c>scalar/Kernels.cs</c>).</para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase.IReduce.Reduce(System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Reduce the extended product in <c>tt[ttOff..ttOff + 2*size]</c> into
            <c>z[zOff..zOff + size]</c>. The reducer knows its own size.
            </summary>
            <remarks>
            <para>Post-condition on <c>tt</c>: <b>arbitrary</b>. The reducer may freely mutate any
            limb in its window, and individual implementations are free not to write some limbs
            at all (the fully-unrolled and direct-to-<c>z</c> variants do exactly this). Callers
            must not read <c>tt</c> after <c>Reduce</c> returns, and if <c>tt</c> held secret-
            bearing material they remain responsible for wiping it (see <c>BinPolys.Clear</c>).</para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase.Pos(System.Int32,System.Int32@,System.Int32@)">
            <summary>Decompose a bit position into its word index and bit offset within the word.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase.DebugAssertReducePreconditions(System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Verify the per-call input contract of <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase.IReduce.Reduce(System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/>:
            <c>tt[ttOff..ttOff + 2*size]</c> must contain no bits at positions above <c>2n - 2</c>
            (the maximum degree producible by a product of two degree-&lt;n polynomials). The
            per-instance alignment precondition each reducer relies on (a partial top limb,
            <c>(n &amp; 63) != 0</c>, for the word-at-a-time variants) is asserted in the reducer
            constructors instead, since <c>n</c> is fixed at construction. Fully elided in Release
            builds.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.BinPolys">
            <summary>
            Static entry point for binary-polynomial helpers. Reducer-independent ops
            (<see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Size(System.Int32)"/>, <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Create(System.Int32)"/>, <c>Add</c>, <c>AddTo</c>) sit at the
            top level; <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul"/> factories classified by reduction
            polynomial shape live under the nested <see cref="T:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul"/> sub-class, and inversion
            factories under <see cref="T:Org.BouncyCastle.Math.BinPoly.BinPolys.Inv"/> (Itoh-Tsujii today; safegcd a possible future sibling).
            </summary>
            <remarks>
            <para>This surface is assembly-<c>internal</c> — consumed by other Bouncy Castle code
            (the generic F2m field, BIKE, HQC), not a published API.</para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Size(System.Int32)">
            <summary>
            Number of <c>ulong</c> limbs required to hold a polynomial of bit length <c>n</c>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Create(System.Int32)">
            <summary>
            Allocate a fresh limb array of length <paramref name="size"/> (in <c>ulong</c>
            limbs, as returned by <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Size(System.Int32)"/>), initialised to zero. Caller-side bit-
            length-to-limb-count conversion sits at <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Size(System.Int32)"/>; this helper takes the
            already-converted limb count, matching the shape of <c>Add</c> / <c>AddTo</c>
            and the <c>Nat.Create64(int len)</c> convention.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Add(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Compute <c>z = x + y</c> as polynomial addition over <c>GF(2)</c> (limb-wise XOR).
            Independent of any reduction polynomial: degree-<c>&lt;n</c> stays degree-<c>&lt;n</c>
            automatically (no carry, no reduction). Operates on <paramref name="size"/>-limb slices
            starting at the given offsets.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.AddTo(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Compute <c>z = z + x</c> as polynomial addition over <c>GF(2)</c> (limb-wise XOR into
            the accumulator). See <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Add(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/>
            for the reduction-independence rationale.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Copy(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Copy a polynomial: <c>z[zOff..zOff + size] = x[xOff..xOff + size]</c>. No
            secret-wipe semantics — value-level move.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Zero(System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Set the polynomial to the zero element of the ring: write <c>0</c> to every limb
            in <c>z[zOff..zOff + size]</c>. <b>Value-level</b> — for initialising accumulators
            and similar. The JIT may legitimately elide this write if the buffer becomes
            dead afterward (the *value* isn't observed). For wiping secret-bearing
            intermediate buffers, use <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Clear(System.Int32,System.UInt64[],System.Int32)"/> instead.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Clear(System.Int32,System.UInt64[],System.Int32)">
            <summary>
            <b>Secret-wipe</b>: actively erase <c>z[zOff..zOff + size]</c>. Forwards to
            <c>Arrays.ZeroMemory</c>, which is JIT-non-elidable by contract (via
            <c>CryptographicOperations.ZeroMemory</c> on .NET Core / 5+). Use this — not
            <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Zero(System.Int32,System.UInt64[],System.Int32)"/> — at sites where the buffer carried
            partial-product / key material that must be wiped under the project's
            side-channel discipline.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.One(System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Set the polynomial to <c>1</c> (the multiplicative identity in
            <c>GF(2)[x] / r(x)</c> for any <c>r(x)</c> with a non-zero constant term — true
            for all binomial / trinomial / pentanomial reductions this subsystem supports).
            This is <i>the polynomial 1</i> (low bit set, all other bits clear), not "all
            bits set". Value-level — see <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Zero(System.Int32,System.UInt64[],System.Int32)"/> for the rationale.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.EqualTo(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Constant-time equality test: returns <c>ulong.MaxValue</c> if
            <c>x[xOff..xOff + size]</c> equals <c>y[yOff..yOff + size]</c> limb-for-limb,
            and <c>0UL</c> otherwise. Forwards to <c>Nat.EqualTo64</c>; the bitwise OR
            across limbs makes the running cost independent of the data, so this is safe
            to use on secret-bearing polynomials.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.EqualToOne(System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Constant-time test for the multiplicative identity: returns <c>ulong.MaxValue</c> if
            <c>x[xOff..xOff + size]</c> is the polynomial <c>1</c> (low bit set, all other bits
            clear), and <c>0UL</c> otherwise. Forwards to <c>Nat.EqualToOne64</c>; the bitwise OR
            across limbs makes the running cost independent of the data, so this is safe to use on
            secret-bearing polynomials.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.EqualToZero(System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Constant-time test for the zero element: returns <c>ulong.MaxValue</c> if every limb of
            <c>x[xOff..xOff + size]</c> is zero, and <c>0UL</c> otherwise. Forwards to
            <c>Nat.EqualToZero64</c>; the bitwise OR across limbs makes the running cost independent
            of the data, so this is safe to use on secret-bearing polynomials.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.BitLengthVar(System.Int32,System.UInt64[],System.Int32)">
            <summary>
            <b>Variable-time</b> bit length of the polynomial in <c>x[xOff..xOff + size]</c>: the
            position of its most significant set bit plus one (i.e. degree + 1), or <c>0</c> for the
            zero polynomial. The <c>Var</c> suffix flags the data-dependent running time — it scans
            from the top limb down to the first non-zero one and takes that limb's leading-zero
            count — so it must not be used where the polynomial is secret and timing is observable.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul">
            <summary>
            Factories for <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul"/> instances, classified by reduction
            polynomial shape: <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul.Binomial(System.Int32)"/> for <c>x^n + 1</c>,
            <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul.Trinomial(System.Int32,System.Int32)"/> for <c>x^n + x^k + 1</c>, and <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul.Pentanomial(System.Int32,System.Int32,System.Int32,System.Int32)"/>
            for <c>x^n + x^k3 + x^k2 + x^k1 + 1</c>.
            </summary>
            <remarks>
            The factories check parameter ranges and tap ordering but <b>not</b> irreducibility;
            callers attest to irreducibility by selecting the appropriate factory (a reducible
            polynomial yields defined-but-meaningless results).
            TODO: an evidence-of-validation wrapper type so external callers can be required to attest.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul.MaxN">
            <summary>
            Upper bound on the polynomial bit length <c>n</c>, enforced at factory time. The
            cap keeps all downstream limb-count and offset arithmetic provably within
            <c>int</c> range; it sits comfortably above the largest planned consumer
            (HQC-256 at ~58K bits).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul.Binomial(System.Int32)">
            <summary>Reduction by <c>x^n + 1</c> (cyclic ring, used by BIKE and HQC).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul.Trinomial(System.Int32,System.Int32)">
            <summary>Reduction by <c>x^n + x^k + 1</c>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul.Pentanomial(System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>Reduction by <c>x^n + x^k3 + x^k2 + x^k1 + 1</c>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul.CreateBinPolyMul(System.Int32,Org.BouncyCastle.Math.BinPoly.BinPolyMulBase.IReduce)">
            <summary>
            Dispatch from <c>(n, reducer)</c> to the first applicable backend's factory.
            Each backend exposes an <c>IsEnabled</c> gate (Scalar is the unconditional
            fallback) and a <c>CreateBinPolyMul</c> method that picks the most specialised
            <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul"/> for the requested size — the gate condition and the
            per-size dispatch both live inside the backend, not here.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.BinPolys.Inv">
            <summary>
            Factories for <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyInv"/> instances (multiplicative inversion in
            <c>GF(2^n)</c>), the inversion-specialised sibling of <see cref="T:Org.BouncyCastle.Math.BinPoly.BinPolys.Mul"/>.
            </summary>
            <remarks>
            Inversion requires a <b>field</b>: the reduction polynomial backing the <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul"/>
            passed to <see cref="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Inv.ItohTsujii(Org.BouncyCastle.Math.BinPoly.IBinPolyMul)"/> must be irreducible. The binomial reducer (<c>x^n + 1</c>) is
            always reducible and must not be passed — see <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyInv"/>. A future
            <c>safegcd</c> factory would sit here as a drop-in sibling.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.BinPolys.Inv.ItohTsujii(Org.BouncyCastle.Math.BinPoly.IBinPolyMul)">
            <summary>
            Itoh–Tsujii inversion driving <paramref name="mul"/>'s arithmetic:
            <c>a^{-1} = a^(2^n - 2)</c> via an addition chain on <c>n - 1</c>. Valid for any
            <c>n</c> (even or odd) provided <paramref name="mul"/>'s reduction polynomial is
            irreducible.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.IBinPolyInv">
            <summary>
            Multiplicative inversion in the field <c>GF(2^n) = GF(2)[x] / f(x)</c>.
            </summary>
            <remarks>
            <para>Instances are produced by the static factories on <see cref="T:Org.BouncyCastle.Math.BinPoly.BinPolys.Inv"/>.
            Inversion is only well-defined when the reduction polynomial backing the supplied
            <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul"/> is <b>irreducible</b>, so that the quotient ring is a field. The
            binomial reducer (<c>x^n + 1</c>) is always reducible (<c>x = 1</c> is a root over
            <c>GF(2)</c>) and must <b>not</b> be used. Irreducibility is the caller's attestation — it is
            not checked, and a reducible polynomial yields a meaningless result (or stumbles on a
            non-invertible element).</para>
            <para>Polynomials are stored bit-packed in <c>ulong[]</c> with little-endian word order, the
            same representation as <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul"/>.</para>
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Math.BinPoly.IBinPolyInv.N">
            <summary>Polynomial bit-length <c>n</c>.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Math.BinPoly.IBinPolyInv.Size">
            <summary>Number of <c>ulong</c> limbs required to hold a polynomial of length <see cref="P:Org.BouncyCastle.Math.BinPoly.IBinPolyInv.N"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.IBinPolyInv.Invert(System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Compute <c>z = x^{-1} mod f(x)</c>. By convention <c>0</c> maps to <c>0</c> — there is no
            special case for it (nor for <c>1</c>); both fall out of the computation, so the running
            cost is independent of the element value. <c>x</c> may alias <c>z</c>.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul">
            <summary>
            Binary polynomial arithmetic in <c>GF(2)[x] / r(x)</c>, where <c>r(x)</c> is a binomial,
            trinomial, or pentanomial.
            </summary>
            <remarks>
            <para>Instances are produced by the static factories on <see cref="T:Org.BouncyCastle.Math.BinPoly.BinPolys"/>. Polynomials
            are stored bit-packed in <c>ulong[]</c> with little-endian word order. Each arithmetic
            method operates on a <see cref="P:Org.BouncyCastle.Math.BinPoly.IBinPolyMul.Size"/>-limb slice of every array argument starting at the
            supplied offset; the caller is responsible for ensuring those slices are in-bounds.</para>
            <para><b>Aliasing contract.</b> The output buffer (<c>z</c>) may alias <i>at most one</i>
            input, and only the first input. Specifically:</para>
            <list type="bullet">
            <item><description><see cref="M:Org.BouncyCastle.Math.BinPoly.IBinPolyMul.Multiply(System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/>: <c>x</c> may alias <c>z</c> (in-place
            <c>z = z * y</c>); <c>y</c> must NOT alias <c>z</c>.</description></item>
            <item><description><see cref="M:Org.BouncyCastle.Math.BinPoly.IBinPolyMul.Square(System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/> / <see cref="M:Org.BouncyCastle.Math.BinPoly.IBinPolyMul.SquareN(System.UInt64[],System.Int32,System.Int32,System.UInt64[],System.Int32)"/>: <c>x</c> may alias
            <c>z</c> (in-place squaring).</description></item>
            </list>
            <para>Implementations may rely on the disallowed cases NOT occurring; consumers passing
            disallowed aliases may produce arbitrary results.</para>
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Math.BinPoly.IBinPolyMul.N">
            <summary>Polynomial bit-length <c>n</c>.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Math.BinPoly.IBinPolyMul.Size">
            <summary>Number of <c>ulong</c> limbs required to hold a polynomial of length <see cref="P:Org.BouncyCastle.Math.BinPoly.IBinPolyMul.N"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.IBinPolyMul.Multiply(System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Compute <c>z = x * y mod r(x)</c>. <c>x</c> may alias <c>z</c>; <c>y</c> must not
            alias <c>z</c>. See the interface remarks for the full aliasing contract.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.IBinPolyMul.Square(System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Compute <c>z = x^2 mod r(x)</c>. <c>x</c> may alias <c>z</c> (in-place squaring).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.IBinPolyMul.SquareN(System.UInt64[],System.Int32,System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Compute <c>z = x^(2^n) mod r(x)</c>, i.e. <paramref name="n"/> repeated squarings.
            <c>x</c> may alias <c>z</c> (in-place repeated squaring).
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.ItohTsujiiInv">
            <summary>
            Itoh–Tsujii multiplicative inversion in <c>GF(2^n)</c>: computes
            <c>a^{-1} = a^(2^n - 2) = (a^(2^(n-1) - 1))^2</c> using a generic binary addition chain on
            the exponent <c>e = n - 1</c>, driving the supplied <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul"/>'s
            <c>Multiply</c> / <c>Square</c> / <c>SquareN</c> (so it is backend-independent — one
            implementation serves every ISA).
            </summary>
            <remarks>
            <para>Let <c>a_k = a^(2^k - 1)</c> (the element whose exponent is <c>k</c> one-bits). Then
            <c>a_1 = a</c>, and the chain walks the bits of <c>e = n - 1</c> from the bit below the MSB
            down to bit 0, applying:</para>
            <list type="bullet">
            <item><description><b>double</b> (<c>k -&gt; 2k</c>): <c>a_{2k} = (a_k)^(2^k) * a_k</c> — one
            <c>SquareN(., k)</c> then one <c>Multiply</c>;</description></item>
            <item><description><b>increment</b> (<c>k -&gt; k+1</c>, when the bit is set):
            <c>a_{k+1} = (a_k)^2 * a</c> — one <c>Square</c> then one <c>Multiply</c>.</description></item>
            </list>
            <para>After the chain <c>b = a^(2^(n-1) - 1)</c>; one final <c>Square</c> gives
            <c>a^(2^n - 2)</c>. The element value never steers control flow: <c>0</c> and <c>1</c> are
            fixed points of the primitives, so <c>Invert(0) = 0</c> and <c>Invert(1) = 1</c> fall out of
            the unconditional chain with no special case (constant-time-friendly). Correct only for an
            irreducible reduction polynomial — see <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyInv"/>.</para>
            <para>Parity of <c>n</c> needs no special case: the chain is on <c>e = n - 1</c>, so <c>n</c>
            merely decides whether the first step is a double (<c>n</c> odd) or an increment
            (<c>n</c> even).</para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.Scalar.Backend">
            <summary>
            Entry point for the Scalar fallback backend. No <c>IsEnabled</c> gate — this
            backend is the unconditional last-resort dispatch when no ISA-specific backend
            applies. <see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Backend.CreateBinPolyMul(System.Int32,Org.BouncyCastle.Math.BinPoly.BinPolyMulBase.IReduce)"/> picks <see cref="T:Org.BouncyCastle.Math.BinPoly.Scalar.Medium"/> for sub-cutoff
            sizes (direct schoolbook leaf) and <see cref="T:Org.BouncyCastle.Math.BinPoly.Scalar.Large"/> for sizes at or above
            the cutoff (Karatsuba recursion).
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels">
            <summary>
            Scalar leaf multiply for the non-CLMUL fallback backend, used when PCLMUL is not
            available (<c>net461</c> / <c>netstandard2.0</c>, or <c>netcoreapp3+</c> with
            PCLMULQDQ disabled). Arbitrary-degree Karatsuba with a 16-entry-table 1x1 multiply.
            </summary>
            <remarks>
            The table indexing has a data-dependent cache-line access pattern — a known
            cache-timing side channel inherent to the scalar fallback. Acceptable on platforms
            without CLMUL where there is no better option; the side-channel discipline is
            documented on <see cref="T:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase"/>. Public surface is array+offset (no
            <c>Span</c>) so the same kernel compiles on TFMs without <c>System.Memory</c>.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels.ImplMul(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Leaf multiply: write <c>x[xOff..xOff + len - 1] * y[yOff..yOff + len - 1]</c>
            (carryless) into <c>zz[zzOff..zzOff + 2*len - 1]</c>, overwriting prior contents.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels.ImplMulPostprocess(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[])">
            <summary>
            Post-processing shared by the leaf multiply: assumes the diagonal products
            <c>x_i * y_i</c> are already resident in <c>zz[zzOff + 2*i .. zzOff + 2*i + 1]</c>.
            XORs in the cross-product contributions and the streak fixup so that
            <c>zz[zzOff .. zzOff + 2*len - 1]</c> holds the full unreduced product. The 16-entry
            table <c>u</c> is reused as scratch.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels.ImplMulw(System.UInt64[],System.UInt64,System.UInt64,System.UInt64[],System.Int32)">
            <summary>
            1x1 carryless multiply of <c>x</c> and <c>y</c> into <c>z[zOff..zOff+1]</c>,
            overwriting prior contents. Builds a 16-entry table lazily in <c>u</c>. Used by
            the diagonal phase of <see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels.ImplMul(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels.ImplMulwAcc(System.UInt64[],System.UInt64,System.UInt64,System.UInt64[],System.Int32)">
            <summary>
            1x1 carryless multiply-accumulate of <c>x</c> and <c>y</c> into
            <c>z[zOff..zOff+1]</c> via a 16-entry table built lazily in <c>u</c>. Used by the
            cross-product phase of <see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels.ImplMulPostprocess(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[])"/>.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.Scalar.Large">
            <summary>
            Sealed <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul"/> impl selected (alongside <see cref="T:Org.BouncyCastle.Math.BinPoly.Scalar.Medium"/>) on the
            scalar backend when PCLMUL is not available (<c>net461</c> / <c>netstandard2.0</c>,
            or <c>netcoreapp3+</c> with PCLMULQDQ disabled). Picked for sizes at or above
            <see cref="F:Org.BouncyCastle.Math.BinPoly.Scalar.Large.KaratsubaCutoff"/>; smaller sizes route to <see cref="T:Org.BouncyCastle.Math.BinPoly.Scalar.Medium"/> instead.
            Implements multiplication via an in-class Karatsuba recursion whose leaf is the
            scalar 16-entry-table <see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels.ImplMul(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/>. The class name reflects the
            dispatch criterion (large operand size); the algorithm inside is Karatsuba.
            </summary>
            <remarks>
            <para>There is no scalar analogue of the X86.V128 size-N or block kernels — the
            scalar leaf is always <see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels.ImplMul(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/>. The cache-timing side channel
            inherent to the scalar fallback is documented on <see cref="T:Org.BouncyCastle.Math.BinPoly.BinPolyMulBase"/>.</para>
            <para>The recursion's scratch buffer is allocated per <see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Large.Multiply(System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/> call and
            threaded through as a parameter, so instances are safe to use concurrently.</para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.Scalar.Large.KaratsubaScratchSize(System.Int32)">
            <summary>
            Words of scratch space the top-level <see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Large.Multiply(System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/> entry must allocate
            for an <see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Large.ImplKaratsuba(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/> call over an operand of length
            <paramref name="len"/>. Computed by walking the halving chain from
            <paramref name="len"/> down to the cutoff: each level contributes
            <c>2 * ceil(len/2)</c> for that frame's <c>zMid</c> output slot. The
            <c>ta</c> / <c>tb</c> halving-sums reuse the parent's <c>zz</c> output region
            (pre-overwrite by <c>z0</c> / <c>z2</c>), so they need no scratch of their
            own. Frames stack consecutively from offset 0 upward — each parent claims the
            first <c>2m</c> words of its scratch view and hands the suffix
            (<c>scratchOff + 2m</c>) to its child sub-calls. Name keeps Karatsuba because
            the scratch layout is intrinsic to the Karatsuba recombination shape.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.Scalar.Large.ImplLeaf(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Leaf dispatch for the Karatsuba recursion base case
            (<c>len &lt; KaratsubaCutoff</c>). No scalar-specific size kernels — every leaf
            length funnels through the table-based <see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels.ImplMul(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.BinPoly.Scalar.Large.ImplKaratsuba(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)">
            <summary>
            Recursive Karatsuba multiply. Writes <c>x[0..len-1] * y[0..len-1]</c> (carryless)
            into <c>zz[0..2*len-1]</c>, overwriting prior contents. The shared
            <paramref name="scratch"/> array is sized once at the entry call
            (<see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Large.KaratsubaScratchSize(System.Int32)"/> for <c>m_size</c>); each frame parks its
            <c>zMid</c> output at <c>scratch[scratchOff..scratchOff + 2m)</c> and recurses
            with <c>scratchOff + 2m</c>, so frames stack disjointly from low offsets to
            high. The <c>ta</c> / <c>tb</c> halving-sums are written into the parent's
            <c>zz</c> region (where <c>z0</c> / <c>z2</c> will eventually live) and are
            overwritten by the <c>z0</c> / <c>z2</c> sub-calls — no scratch slot needed
            for them. Sub-product slots are always overwritten by the recursive calls, so
            the caller need not pre-zero <paramref name="scratch"/>.
            </summary>
            <remarks>
            <para>The recombine reads every limb of the <c>zMid</c> output (the
            <c>scratch.Slice(zMidOffset, 2m)</c> slot), so the <c>zMid</c> sub-call must
            write every output limb. All current leaves do (size-general schoolbook
            clears its output range before accumulating; per-size kernels write every
            lane; scalar table-based <c>ImplMul</c>'s diagonal phase writes every
            limb-pair). A future leaf optimisation that elides a slack-only limb would
            break this — it would have to either restrict the contract to "writes all
            limbs" or add per-frame defensive zeroing here.</para>
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Math.BinPoly.Scalar.Medium">
            <summary>
            Sealed <see cref="T:Org.BouncyCastle.Math.BinPoly.IBinPolyMul"/> impl selected on the scalar backend for sizes below
            <see cref="F:Org.BouncyCastle.Math.BinPoly.Scalar.Large.KaratsubaCutoff"/>: small enough that the schoolbook leaf beats a
            Karatsuba descent. Multiply is a single call to <see cref="M:Org.BouncyCastle.Math.BinPoly.Scalar.Kernels.ImplMul(System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32,System.UInt64[],System.Int32)"/>
            followed by the reduction. The algorithm inside is the table-based scalar
            schoolbook.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal">
            Class representing a simple version of a big decimal. A
            <code>SimpleBigDecimal</code> is basically a
            {@link java.math.BigInteger BigInteger} with a few digits on the right of
            the decimal point. The number of (binary) digits on the right of the decimal
            point is called the <code>scale</code> of the <code>SimpleBigDecimal</code>.
            Unlike in {@link java.math.BigDecimal BigDecimal}, the scale is not adjusted
            automatically, but must be set manually. All <code>SimpleBigDecimal</code>s
            taking part in the same arithmetic operation must have equal scale. The
            result of a multiplication of two <code>SimpleBigDecimal</code>s returns a
            <code>SimpleBigDecimal</code> with double scale.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal.GetInstance(Org.BouncyCastle.Math.BigInteger,System.Int32)">
            Returns a <code>SimpleBigDecimal</code> representing the same numerical
            value as <code>value</code>.
            @param value The value of the <code>SimpleBigDecimal</code> to be
            created. 
            @param scale The scale of the <code>SimpleBigDecimal</code> to be
            created. 
            @return The such created <code>SimpleBigDecimal</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal.#ctor(Org.BouncyCastle.Math.BigInteger,System.Int32)">
            Constructor for <code>SimpleBigDecimal</code>. The value of the
            constructed <code>SimpleBigDecimal</code> Equals <code>bigInt / 
            2<sup>scale</sup></code>.
            @param bigInt The <code>bigInt</code> value parameter.
            @param scale The scale of the constructed <code>SimpleBigDecimal</code>.
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Abc.Tnaf">
            Class holding methods for point multiplication based on the window
            &#964;-adic nonadjacent form (WTNAF). The algorithms are based on the
            paper "Improved Algorithms for Arithmetic on Anomalous Binary Curves"
            by Jerome A. Solinas. The paper first appeared in the Proceedings of
            Crypto 1997.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Abc.Tnaf.Width">
            The window width of WTNAF. The standard value of 4 is slightly less
            than optimal for running time, but keeps space requirements for
            precomputation low. For typical curves, a value of 5 or 6 results in
            a better running time. When changing this value, the
            <code>&#945;<sub>u</sub></code>'s must be computed differently, see
            e.g. "Guide to Elliptic Curve Cryptography", Darrel Hankerson,
            Alfred Menezes, Scott Vanstone, Springer-Verlag New York Inc., 2004,
            p. 121-122
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Abc.Tnaf.Alpha0">
            The <code>&#945;<sub>u</sub></code>'s for <code>a=0</code> as an array
            of <code>ZTauElement</code>s.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Abc.Tnaf.Alpha0Tnaf">
            The <code>&#945;<sub>u</sub></code>'s for <code>a=0</code> as an array
            of TNAFs.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Abc.Tnaf.Alpha1">
            The <code>&#945;<sub>u</sub></code>'s for <code>a=1</code> as an array
            of <code>ZTauElement</code>s.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Abc.Tnaf.Alpha1Tnaf">
            The <code>&#945;<sub>u</sub></code>'s for <code>a=1</code> as an array
            of TNAFs.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.Norm(System.SByte,Org.BouncyCastle.Math.EC.Abc.ZTauElement)">
            Computes the norm of an element <code>&#955;</code> of
            <code><b>Z</b>[&#964;]</code>.
            @param mu The parameter <code>&#956;</code> of the elliptic curve.
            @param lambda The element <code>&#955;</code> of
            <code><b>Z</b>[&#964;]</code>.
            @return The norm of <code>&#955;</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.Norm(System.SByte,Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal,Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal)">
            Computes the norm of an element <code>&#955;</code> of
            <code><b>R</b>[&#964;]</code>, where <code>&#955; = u + v&#964;</code>
            and <code>u</code> and <code>u</code> are real numbers (elements of
            <code><b>R</b></code>). 
            @param mu The parameter <code>&#956;</code> of the elliptic curve.
            @param u The real part of the element <code>&#955;</code> of
            <code><b>R</b>[&#964;]</code>.
            @param v The <code>&#964;</code>-adic part of the element
            <code>&#955;</code> of <code><b>R</b>[&#964;]</code>.
            @return The norm of <code>&#955;</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.Round(Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal,Org.BouncyCastle.Math.EC.Abc.SimpleBigDecimal,System.SByte)">
            Rounds an element <code>&#955;</code> of <code><b>R</b>[&#964;]</code>
            to an element of <code><b>Z</b>[&#964;]</code>, such that their difference
            has minimal norm. <code>&#955;</code> is given as
            <code>&#955; = &#955;<sub>0</sub> + &#955;<sub>1</sub>&#964;</code>.
            @param lambda0 The component <code>&#955;<sub>0</sub></code>.
            @param lambda1 The component <code>&#955;<sub>1</sub></code>.
            @param mu The parameter <code>&#956;</code> of the elliptic curve. Must
            equal 1 or -1.
            @return The rounded element of <code><b>Z</b>[&#964;]</code>.
            @throws ArgumentException if <code>lambda0</code> and
            <code>lambda1</code> do not have same scale.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.ApproximateDivisionByN(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,System.SByte,System.Int32,System.Int32)">
            Approximate division by <code>n</code>. For an integer
            <code>k</code>, the value <code>&#955; = s k / n</code> is
            computed to <code>c</code> bits of accuracy.
            @param k The parameter <code>k</code>.
            @param s The curve parameter <code>s<sub>0</sub></code> or
            <code>s<sub>1</sub></code>.
            @param vm The Lucas Sequence element <code>V<sub>m</sub></code>.
            @param a The parameter <code>a</code> of the elliptic curve.
            @param m The bit length of the finite field
            <code><b>F</b><sub>m</sub></code>.
            @param c The number of bits of accuracy, i.e. the scale of the returned
            <code>SimpleBigDecimal</code>.
            @return The value <code>&#955; = s k / n</code> computed to
            <code>c</code> bits of accuracy.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.TauAdicNaf(System.SByte,Org.BouncyCastle.Math.EC.Abc.ZTauElement)">
            Computes the <code>&#964;</code>-adic NAF (non-adjacent form) of an
            element <code>&#955;</code> of <code><b>Z</b>[&#964;]</code>.
            @param mu The parameter <code>&#956;</code> of the elliptic curve.
            @param lambda The element <code>&#955;</code> of
            <code><b>Z</b>[&#964;]</code>.
            @return The <code>&#964;</code>-adic NAF of <code>&#955;</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.Tau(Org.BouncyCastle.Math.EC.AbstractF2mPoint)">
            Applies the operation <code>&#964;()</code> to an
            <code>AbstractF2mPoint</code>. 
            @param p The AbstractF2mPoint to which <code>&#964;()</code> is applied.
            @return <code>&#964;(p)</code>
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.GetMu(Org.BouncyCastle.Math.EC.AbstractF2mCurve)">
            Returns the parameter <code>&#956;</code> of the elliptic curve.
            @param curve The elliptic curve from which to obtain <code>&#956;</code>.
            The curve must be a Koblitz curve, i.e. <code>a</code> Equals
            <code>0</code> or <code>1</code> and <code>b</code> Equals
            <code>1</code>. 
            @return <code>&#956;</code> of the elliptic curve.
            @throws ArgumentException if the given ECCurve is not a Koblitz
            curve.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.GetLucas(System.SByte,System.Int32,System.Boolean)">
            Calculates the Lucas Sequence elements <code>U<sub>k-1</sub></code> and
            <code>U<sub>k</sub></code> or <code>V<sub>k-1</sub></code> and
            <code>V<sub>k</sub></code>.
            @param mu The parameter <code>&#956;</code> of the elliptic curve.
            @param k The index of the second element of the Lucas Sequence to be
            returned.
            @param doV If set to true, computes <code>V<sub>k-1</sub></code> and
            <code>V<sub>k</sub></code>, otherwise <code>U<sub>k-1</sub></code> and
            <code>U<sub>k</sub></code>.
            @return An array with 2 elements, containing <code>U<sub>k-1</sub></code>
            and <code>U<sub>k</sub></code> or <code>V<sub>k-1</sub></code>
            and <code>V<sub>k</sub></code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.GetTw(System.SByte,System.Int32)">
            Computes the auxiliary value <code>t<sub>w</sub></code>. If the width is
            4, then for <code>mu = 1</code>, <code>t<sub>w</sub> = 6</code> and for
            <code>mu = -1</code>, <code>t<sub>w</sub> = 10</code> 
            @param mu The parameter <code>&#956;</code> of the elliptic curve.
            @param w The window width of the WTNAF.
            @return the auxiliary value <code>t<sub>w</sub></code>
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.GetSi(Org.BouncyCastle.Math.EC.AbstractF2mCurve)">
            Computes the auxiliary values <code>s<sub>0</sub></code> and
            <code>s<sub>1</sub></code> used for partial modular reduction. 
            @param curve The elliptic curve for which to compute
            <code>s<sub>0</sub></code> and <code>s<sub>1</sub></code>.
            @throws ArgumentException if <code>curve</code> is not a
            Koblitz curve (Anomalous Binary Curve, ABC).
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.PartModReduction(Org.BouncyCastle.Math.EC.AbstractF2mCurve,Org.BouncyCastle.Math.BigInteger,System.SByte,System.SByte,System.SByte)">
            Partial modular reduction modulo
            <code>(&#964;<sup>m</sup> - 1)/(&#964; - 1)</code>.
            @param k The integer to be reduced.
            @param m The bitlength of the underlying finite field.
            @param a The parameter <code>a</code> of the elliptic curve.
            @param s The auxiliary values <code>s<sub>0</sub></code> and
            <code>s<sub>1</sub></code>.
            @param mu The parameter &#956; of the elliptic curve.
            @param c The precision (number of bits of accuracy) of the partial
            modular reduction.
            @return <code>&#961; := k partmod (&#964;<sup>m</sup> - 1)/(&#964; - 1)</code>
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.MultiplyRTnaf(Org.BouncyCastle.Math.EC.AbstractF2mPoint,Org.BouncyCastle.Math.BigInteger)">
            Multiplies a {@link Org.BouncyCastle.Math.EC.AbstractF2mPoint AbstractF2mPoint}
            by a <code>BigInteger</code> using the reduced <code>&#964;</code>-adic
            NAF (RTNAF) method.
            @param p The AbstractF2mPoint to Multiply.
            @param k The <code>BigInteger</code> by which to Multiply <code>p</code>.
            @return <code>k * p</code>
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.MultiplyTnaf(Org.BouncyCastle.Math.EC.AbstractF2mPoint,Org.BouncyCastle.Math.EC.Abc.ZTauElement)">
            Multiplies a {@link Org.BouncyCastle.Math.EC.AbstractF2mPoint AbstractF2mPoint}
            by an element <code>&#955;</code> of <code><b>Z</b>[&#964;]</code>
            using the <code>&#964;</code>-adic NAF (TNAF) method.
            @param p The AbstractF2mPoint to Multiply.
            @param lambda The element <code>&#955;</code> of
            <code><b>Z</b>[&#964;]</code>.
            @return <code>&#955; * p</code>
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.MultiplyFromTnaf(Org.BouncyCastle.Math.EC.AbstractF2mPoint,Org.BouncyCastle.Math.EC.AbstractF2mPoint,System.SByte[])">
            Multiplies a {@link Org.BouncyCastle.Math.EC.AbstractF2mPoint AbstractF2mPoint}
            by an element <code>&#955;</code> of <code><b>Z</b>[&#964;]</code>
            using the <code>&#964;</code>-adic NAF (TNAF) method, given the TNAF
            of <code>&#955;</code>.
            @param p The AbstractF2mPoint to Multiply.
            @param u The the TNAF of <code>&#955;</code>..
            @return <code>&#955; * p</code>
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.TauAdicWNaf(System.SByte,Org.BouncyCastle.Math.EC.Abc.ZTauElement,System.Int32,System.Int32,Org.BouncyCastle.Math.EC.Abc.ZTauElement[])">
            Computes the <code>[&#964;]</code>-adic window NAF of an element
            <code>&#955;</code> of <code><b>Z</b>[&#964;]</code>.
            @param mu The parameter &#956; of the elliptic curve.
            @param lambda The element <code>&#955;</code> of
            <code><b>Z</b>[&#964;]</code> of which to compute the
            <code>[&#964;]</code>-adic NAF.
            @param width The window width of the resulting WNAF.
            @param pow2w 2<sup>width</sup>.
            @param tw The auxiliary value <code>t<sub>w</sub></code>.
            @param alpha The <code>&#945;<sub>u</sub></code>'s for the window width.
            @return The <code>[&#964;]</code>-adic window NAF of
            <code>&#955;</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.Tnaf.GetPreComp(Org.BouncyCastle.Math.EC.AbstractF2mPoint,System.SByte)">
            Does the precomputation for WTNAF multiplication.
            @param p The <code>ECPoint</code> for which to do the precomputation.
            @param a The parameter <code>a</code> of the elliptic curve.
            @return The precomputation array for <code>p</code>. 
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Abc.ZTauElement">
            Class representing an element of <code><b>Z</b>[&#964;]</code>. Let
            <code>&#955;</code> be an element of <code><b>Z</b>[&#964;]</code>. Then
            <code>&#955;</code> is given as <code>&#955; = u + v&#964;</code>. The
            components <code>u</code> and <code>v</code> may be used directly, there
            are no accessor methods.
            Immutable class.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Abc.ZTauElement.u">
            The &quot;real&quot; part of <code>&#955;</code>.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Abc.ZTauElement.v">
            The &quot;<code>&#964;</code>-adic&quot; part of <code>&#955;</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Abc.ZTauElement.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            Constructor for an element <code>&#955;</code> of
            <code><b>Z</b>[&#964;]</code>.
            @param u The &quot;real&quot; part of <code>&#955;</code>.
            @param v The &quot;<code>&#964;</code>-adic&quot; part of
            <code>&#955;</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP128R1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP160R2FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP192K1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP192R1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP224K1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP224R1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP256K1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP256R1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP384R1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Custom.Sec.SecP521R1FieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation returns the right value - if
            none exists it returns null.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.ECAlgorithms.ReferenceMultiply(Org.BouncyCastle.Math.EC.ECPoint,Org.BouncyCastle.Math.BigInteger)">
            Simple shift-and-add multiplication. Serves as reference implementation to verify (possibly
            faster) implementations, and for very small scalars. CAUTION: This implementation is NOT
            constant-time in any way. It is only intended to be used for diagnostics.
            
            @param p
                       The point to multiply.
            @param k
                       The multiplier.
            @return The result of the point multiplication <code>kP</code>.
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.ECCurve">
            <remarks>Base class for an elliptic curve.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.ECCurve.Precompute(Org.BouncyCastle.Math.EC.ECPoint,System.String,Org.BouncyCastle.Math.EC.Multiplier.IPreCompCallback)">
             Compute a <code>PreCompInfo</code> for a point on this curve, under a given name. Used by
             <code>ECMultiplier</code>s to save the precomputation for this <code>ECPoint</code> for use
             by subsequent multiplication.
            
             @param point
                        The <code>ECPoint</code> to store precomputations for.
             @param name
                        A <code>String</code> used to index precomputations of different types.
             @param callback
                        Called to calculate the <code>PreCompInfo</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.ECCurve.NormalizeAll(Org.BouncyCastle.Math.EC.ECPoint[])">
             Normalization ensures that any projective coordinate is 1, and therefore that the x, y
             coordinates reflect those of the equivalent point in an affine coordinate system. Where more
             than one point is to be normalized, this method will generally be more efficient than
             normalizing each point separately.
            
             @param points
                        An array of points that will be updated in place with their normalized versions,
                        where necessary
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.ECCurve.NormalizeAll(Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32,Org.BouncyCastle.Math.EC.ECFieldElement)">
             Normalization ensures that any projective coordinate is 1, and therefore that the x, y
             coordinates reflect those of the equivalent point in an affine coordinate system. Where more
             than one point is to be normalized, this method will generally be more efficient than
             normalizing each point separately. An (optional) z-scaling factor can be applied; effectively
             each z coordinate is scaled by this value prior to normalization (but only one
             actual multiplication is needed).
            
             @param points
                        An array of points that will be updated in place with their normalized versions,
                        where necessary
             @param off
                        The start of the range of points to normalize
             @param len
                        The length of the range of points to normalize
             @param iso
                        The (optional) z-scaling factor - can be null
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.ECCurve.CreateCacheSafeLookupTable(Org.BouncyCastle.Math.EC.ECPoint[],System.Int32,System.Int32)">
            Create a cache-safe lookup table for the specified sequence of points. All the points MUST
            belong to this <code>ECCurve</code> instance, and MUST already be normalized.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.ECCurve.GetMultiplier">
             Sets the default <code>ECMultiplier</code>, unless already set.
            
             We avoid locking for performance reasons, so there is no uniqueness guarantee.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.ECCurve.DecodePoint(System.Byte[])">
            Decode a point on this curve from its ASN.1 encoding. The different
            encodings are taken account of, including point compression for
            <code>F<sub>p</sub></code> (X9.62 s 4.2.1 pg 17).
            @return The decoded point.
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.FpCurve">
            Elliptic curve over Fp
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.AbstractF2mCurve.SolveQuadraticEquation(Org.BouncyCastle.Math.EC.ECFieldElement)">
             Solves a quadratic equation <code>z<sup>2</sup> + z = beta</code>(X9.62
             D.1.6) The other solution is <code>z + 1</code>.
            
             @param beta
                        The value to solve the quadratic equation for.
             @return the solution for <code>z<sup>2</sup> + z = beta</code> or
                     <code>null</code> if no solution exists.
        </member>
        <member name="P:Org.BouncyCastle.Math.EC.AbstractF2mCurve.IsKoblitz">
            Returns true if this is a Koblitz curve (ABC curve).
            @return true if this is a Koblitz curve (ABC curve), false otherwise
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.F2mCurve">
            Elliptic curves over F2m. The Weierstrass equation is given by
            <code>y<sup>2</sup> + xy = x<sup>3</sup> + ax<sup>2</sup> + b</code>.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.F2mCurve.m_infinity">
            The point at infinity on this curve.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.F2mCurve.#ctor(System.Int32,System.Int32,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            Constructor for Trinomial Polynomial Basis (TPB).
            @param m  The exponent <code>m</code> of
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param k The integer <code>k</code> where <code>x<sup>m</sup> +
            x<sup>k</sup> + 1</code> represents the reduction
            polynomial <code>f(z)</code>.
            @param a The coefficient <code>a</code> in the Weierstrass equation
            for non-supersingular elliptic curves over
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param b The coefficient <code>b</code> in the Weierstrass equation
            for non-supersingular elliptic curves over
            <code>F<sub>2<sup>m</sup></sub></code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.F2mCurve.#ctor(System.Int32,System.Int32,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            Constructor for Trinomial Polynomial Basis (TPB).
            @param m  The exponent <code>m</code> of
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param k The integer <code>k</code> where <code>x<sup>m</sup> +
            x<sup>k</sup> + 1</code> represents the reduction
            polynomial <code>f(z)</code>.
            @param a The coefficient <code>a</code> in the Weierstrass equation
            for non-supersingular elliptic curves over
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param b The coefficient <code>b</code> in the Weierstrass equation
            for non-supersingular elliptic curves over
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param order The order of the main subgroup of the elliptic curve.
            @param cofactor The cofactor of the elliptic curve, i.e.
            <code>#E<sub>a</sub>(F<sub>2<sup>m</sup></sub>) = h * n</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.F2mCurve.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            Constructor for Pentanomial Polynomial Basis (PPB).
            @param m  The exponent <code>m</code> of
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
            x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
            represents the reduction polynomial <code>f(z)</code>.
            @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> +
            x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
            represents the reduction polynomial <code>f(z)</code>.
            @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> +
            x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
            represents the reduction polynomial <code>f(z)</code>.
            @param a The coefficient <code>a</code> in the Weierstrass equation
            for non-supersingular elliptic curves over
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param b The coefficient <code>b</code> in the Weierstrass equation
            for non-supersingular elliptic curves over
            <code>F<sub>2<sup>m</sup></sub></code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.F2mCurve.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            Constructor for Pentanomial Polynomial Basis (PPB).
            @param m  The exponent <code>m</code> of
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
            x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
            represents the reduction polynomial <code>f(z)</code>.
            @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> +
            x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
            represents the reduction polynomial <code>f(z)</code>.
            @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> +
            x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
            represents the reduction polynomial <code>f(z)</code>.
            @param a The coefficient <code>a</code> in the Weierstrass equation
            for non-supersingular elliptic curves over
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param b The coefficient <code>b</code> in the Weierstrass equation
            for non-supersingular elliptic curves over
            <code>F<sub>2<sup>m</sup></sub></code>.
            @param order The order of the main subgroup of the elliptic curve.
            @param cofactor The cofactor of the elliptic curve, i.e.
            <code>#E<sub>a</sub>(F<sub>2<sup>m</sup></sub>) = h * n</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.F2mCurve.IsTrinomial">
             Return true if curve uses a Trinomial basis.
            
             @return true if curve Trinomial, false otherwise.
        </member>
        <member name="P:Org.BouncyCastle.Math.EC.FpFieldElement.FieldName">
             return the field name for this field.
            
             @return the string "Fp".
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.FpFieldElement.Sqrt">
            return a sqrt root - the routine verifies that the calculation
            returns the right value - if none exists it returns null.
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.F2mFieldElement">
            Class representing the Elements of the finite field
            <code>F<sub>2<sup>m</sup></sub></code> in polynomial basis (PB)
            representation. Both trinomial (Tpb) and pentanomial (Ppb) polynomial
            basis representations are supported. Gaussian normal basis (GNB)
            representation is not supported.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.F2mFieldElement.Gnb">
            Indicates gaussian normal basis representation (GNB). Number chosen
            according to X9.62. GNB is not implemented at present.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.F2mFieldElement.Tpb">
            Indicates trinomial basis representation (Tpb). Number chosen
            according to X9.62.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.F2mFieldElement.Ppb">
            Indicates pentanomial basis representation (Ppb). Number chosen
            according to X9.62.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.F2mFieldElement.CheckFieldElements(Org.BouncyCastle.Math.EC.ECFieldElement,Org.BouncyCastle.Math.EC.ECFieldElement)">
            Checks, if the ECFieldElements <code>a</code> and <code>b</code>
            are elements of the same field <code>F<sub>2<sup>m</sup></sub></code>
            (having the same representation).
            @param a field element.
            @param b field element to be compared.
            @throws ArgumentException if <code>a</code> and <code>b</code>
            are not elements of the same field
            <code>F<sub>2<sup>m</sup></sub></code> (having the same
            representation).
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.ECPoint">
            base class for points on elliptic curves.
        </member>
        <member name="P:Org.BouncyCastle.Math.EC.ECPoint.AffineXCoord">
            Returns the affine x-coordinate after checking that this point is normalized.
            
            @return The affine x-coordinate of this point
            @throws IllegalStateException if the point is not normalized
        </member>
        <member name="P:Org.BouncyCastle.Math.EC.ECPoint.AffineYCoord">
            Returns the affine y-coordinate after checking that this point is normalized
            
            @return The affine y-coordinate of this point
            @throws IllegalStateException if the point is not normalized
        </member>
        <member name="P:Org.BouncyCastle.Math.EC.ECPoint.XCoord">
            Returns the x-coordinate.
            
            Caution: depending on the curve's coordinate system, this may not be the same value as in an
            affine coordinate system; use Normalize() to get a point where the coordinates have their
            affine values, or use AffineXCoord if you expect the point to already have been normalized.
            
            @return the x-coordinate of this point
        </member>
        <member name="P:Org.BouncyCastle.Math.EC.ECPoint.YCoord">
            Returns the y-coordinate.
            
            Caution: depending on the curve's coordinate system, this may not be the same value as in an
            affine coordinate system; use Normalize() to get a point where the coordinates have their
            affine values, or use AffineYCoord if you expect the point to already have been normalized.
            
            @return the y-coordinate of this point
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.ECPoint.Normalize">
            Normalization ensures that any projective coordinate is 1, and therefore that the x, y
            coordinates reflect those of the equivalent point in an affine coordinate system.
            
            @return a new ECPoint instance representing the same point, but with normalized coordinates
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.ECPointBase.GetEncoded(System.Boolean)">
            return the field element encoded with point compression. (S 4.3.6)
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.ECPointBase.Multiply(Org.BouncyCastle.Math.BigInteger)">
            Multiplies this <code>ECPoint</code> by the given number.
            @param k The multiplicator.
            @return <code>k * this</code>.
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.FpPoint">
            Elliptic curve points over Fp
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.F2mPoint">
            Elliptic curve points over F2m
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier">
            Interface for classes encapsulating a point multiplication algorithm
            for <code>ECPoint</code>s.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Multiplier.ECMultiplier.Multiply(Org.BouncyCastle.Math.EC.ECPoint,Org.BouncyCastle.Math.BigInteger)">
            Multiplies the <code>ECPoint p</code> by <code>k</code>, i.e.
            <code>p</code> is added <code>k</code> times to itself.
            @param p The <code>ECPoint</code> to be multiplied.
            @param k The factor by which <code>p</code> is multiplied.
            @return <code>p</code> multiplied by <code>k</code>.
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo">
            Class holding precomputation data for fixed-point multiplications.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo.m_lookupTable">
            Lookup table for the precomputed <code>ECPoint</code>s used for a fixed point multiplication.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Multiplier.FixedPointPreCompInfo.m_width">
            The width used for the precomputation. If a larger width precomputation
            is already available this may be larger than was requested, so calling
            code should refer to the actual width.
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Multiplier.PreCompInfo">
            Interface for classes storing precomputation data for multiplication
            algorithms. Used as a Memento (see GOF patterns) for
            <code>WNafMultiplier</code>.
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Multiplier.WNafL2RMultiplier">
            Class implementing the WNAF (Window Non-Adjacent Form) multiplication
            algorithm.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Multiplier.WNafL2RMultiplier.MultiplyPositive(Org.BouncyCastle.Math.EC.ECPoint,Org.BouncyCastle.Math.BigInteger)">
            Multiplies <code>this</code> by an integer <code>k</code> using the
            Window NAF method.
            @param k The integer by which <code>this</code> is multiplied.
            @return A new <code>ECPoint</code> which equals <code>this</code>
            multiplied by <code>k</code>.
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo">
            Class holding precomputation data for the WNAF (Window Non-Adjacent Form)
            algorithm.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo.m_preComp">
            Array holding the precomputed <code>ECPoint</code>s used for a Window
            NAF multiplication.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo.m_preCompNeg">
            Array holding the negations of the precomputed <code>ECPoint</code>s used
            for a Window NAF multiplication.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Multiplier.WNafPreCompInfo.m_twice">
            Holds an <code>ECPoint</code> representing Twice(this). Used for the
            Window NAF multiplication to create or extend the precomputed values.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities.GenerateWindowNaf(System.Int32,Org.BouncyCastle.Math.BigInteger)">
            Computes the Window NAF (non-adjacent Form) of an integer.
            @param width The width <code>w</code> of the Window NAF. The width is
            defined as the minimal number <code>w</code>, such that for any
            <code>w</code> consecutive digits in the resulting representation, at
            most one is non-zero.
            @param k The integer of which the Window NAF is computed.
            @return The Window NAF of the given width, such that the following holds:
            <code>k = &amp;sum;<sub>i=0</sub><sup>l-1</sup> k<sub>i</sub>2<sup>i</sup>
            </code>, where the <code>k<sub>i</sub></code> denote the elements of the
            returned <code>byte[]</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities.GetWindowSize(System.Int32)">
            Determine window width to use for a scalar multiplication of the given size.
            
            @param bits the bit-length of the scalar to multiply by
            @return the window size to use
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities.GetWindowSize(System.Int32,System.Int32)">
            Determine window width to use for a scalar multiplication of the given size.
            
            @param bits the bit-length of the scalar to multiply by
            @param maxWidth the maximum window width to return 
            @return the window size to use
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities.GetWindowSize(System.Int32,System.Int32[])">
            Determine window width to use for a scalar multiplication of the given size.
            
            @param bits the bit-length of the scalar to multiply by
            @param windowSizeCutoffs a monotonically increasing list of bit sizes at which to increment the window width
            @return the window size to use
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Multiplier.WNafUtilities.GetWindowSize(System.Int32,System.Int32[],System.Int32)">
            Determine window width to use for a scalar multiplication of the given size.
            
            @param bits the bit-length of the scalar to multiply by
            @param windowSizeCutoffs a monotonically increasing list of bit sizes at which to increment the window width
            @param maxWidth the maximum window width to return 
            @return the window size to use
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier">
            Class implementing the WTNAF (Window
            <code>&#964;</code>-adic Non-Adjacent Form) algorithm.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier.MultiplyPositive(Org.BouncyCastle.Math.EC.ECPoint,Org.BouncyCastle.Math.BigInteger)">
            Multiplies a {@link Org.BouncyCastle.Math.EC.AbstractF2mPoint AbstractF2mPoint}
            by <code>k</code> using the reduced <code>&#964;</code>-adic NAF (RTNAF)
            method.
            @param p The AbstractF2mPoint to multiply.
            @param k The integer by which to multiply <code>k</code>.
            @return <code>p</code> multiplied by <code>k</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier.MultiplyWTnaf(Org.BouncyCastle.Math.EC.AbstractF2mPoint,Org.BouncyCastle.Math.EC.Abc.ZTauElement,System.SByte,System.SByte)">
            Multiplies a {@link Org.BouncyCastle.Math.EC.AbstractF2mPoint AbstractF2mPoint}
            by an element <code>&#955;</code> of <code><b>Z</b>[&#964;]</code> using
            the <code>&#964;</code>-adic NAF (TNAF) method.
            @param p The AbstractF2mPoint to multiply.
            @param lambda The element <code>&#955;</code> of
            <code><b>Z</b>[&#964;]</code> of which to compute the
            <code>[&#964;]</code>-adic NAF.
            @return <code>p</code> multiplied by <code>&#955;</code>.
        </member>
        <member name="M:Org.BouncyCastle.Math.EC.Multiplier.WTauNafMultiplier.MultiplyFromWTnaf(Org.BouncyCastle.Math.EC.AbstractF2mPoint,System.SByte[])">
            Multiplies a {@link Org.BouncyCastle.Math.EC.AbstractF2mPoint AbstractF2mPoint}
            by an element <code>&#955;</code> of <code><b>Z</b>[&#964;]</code>
            using the window <code>&#964;</code>-adic NAF (TNAF) method, given the
            WTNAF of <code>&#955;</code>.
            @param p The AbstractF2mPoint to multiply.
            @param u The the WTNAF of <code>&#955;</code>..
            @return <code>&#955; * p</code>
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Multiplier.WTauNafPreCompInfo">
            Class holding precomputation data for the WTNAF (Window
            <code>&#964;</code>-adic Non-Adjacent Form) algorithm.
        </member>
        <member name="F:Org.BouncyCastle.Math.EC.Multiplier.WTauNafPreCompInfo.m_preComp">
            Array holding the precomputed <code>AbstractF2mPoint</code>s used for the
            WTNAF multiplication in <code>
            {@link Org.BouncyCastle.Math.EC.multiplier.WTauNafMultiplier.multiply()
            WTauNafMultiplier.multiply()}</code>.
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Rfc8032.Ed25519">
            <summary>
            A low-level implementation of the Ed25519, Ed25519ctx, and Ed25519ph instantiations of the Edwards-Curve Digital
            Signature Algorithm specified in <a href="https://www.rfc-editor.org/rfc/rfc8032">RFC 8032</a>.
            </summary>
            <remarks>
            The implementation strategy is mostly drawn from <a href="https://ia.cr/2012/309">
            Mike Hamburg, "Fast and compact elliptic-curve cryptography"</a>, notably the "signed multi-comb" algorithm (for
            scalar multiplication by a fixed point), the "half Niels coordinates" (for precomputed points), and the
            "extensible coordinates" (for accumulators). Standard
            <a href="https://hyperelliptic.org/EFD/g1p/auto-twisted-extended.html">extended coordinates</a> are used during
            precomputations, needing only a single extra point addition formula.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Rfc8032.Ed25519.ExpandedKey">
            <summary>Methods that work with expanded format for private keys (xk/xkOff) i.e. SHA-512(seed).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.EC.Rfc8032.Ed448">
            <summary>
            A low-level implementation of the Ed448 and Ed448ph instantiations of the Edwards-Curve Digital Signature
            Algorithm specified in <a href="https://www.rfc-editor.org/rfc/rfc8032">RFC 8032</a>.
            </summary>
            <remarks>
            The implementation uses the "signed mult-comb" algorithm (for scalar multiplication by a fixed point) from
            <a href="https://ia.cr/2012/309">Mike Hamburg, "Fast and compact elliptic-curve cryptography"</a>. Standard
            <a href="https://hyperelliptic.org/EFD/g1p/auto-edwards-projective.html">projective coordinates</a> are used
            for most point arithmetic.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Math.Primes">
            <summary>Utility methods for generating primes and testing for primality.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.Primes.MROutput">
            <summary>Used to return the output from the
            <see cref="M:Org.BouncyCastle.Math.Primes.EnhancedMRProbablePrimeTest(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Security.SecureRandom,System.Int32)">
            Enhanced Miller-Rabin Probabilistic Primality Test</see></summary>
        </member>
        <member name="T:Org.BouncyCastle.Math.Primes.STOutput">
            <summary>Used to return the output from the <see cref="M:Org.BouncyCastle.Math.Primes.GenerateSTRandomPrime(Org.BouncyCastle.Crypto.IDigest,System.Int32,System.Byte[])">
            Shawe-Taylor Random_Prime Routine</see></summary>
        </member>
        <member name="M:Org.BouncyCastle.Math.Primes.GenerateSTRandomPrime(Org.BouncyCastle.Crypto.IDigest,System.Int32,System.Byte[])">
            <summary>FIPS 186-4 C.6 Shawe-Taylor Random_Prime Routine.</summary>
            <remarks>Construct a provable prime number using a hash function.</remarks>
            <param name="hash">The <see cref="T:Org.BouncyCastle.Crypto.IDigest"/> instance to use (as "Hash()"). Cannot be null.</param>
            <param name="length">The length (in bits) of the prime to be generated. Must be at least 2.</param>
            <param name="inputSeed">The seed to be used for the generation of the requested prime. Cannot be null or
            empty.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Math.Primes.STOutput"/> instance containing the requested prime.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Math.Primes.EnhancedMRProbablePrimeTest(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Security.SecureRandom,System.Int32)">
            <summary>FIPS 186-4 C.3.2 Enhanced Miller-Rabin Probabilistic Primality Test.</summary>
            <remarks>
            Run several iterations of the Miller-Rabin algorithm with randomly-chosen bases. This is an alternative to
            <see cref="M:Org.BouncyCastle.Math.Primes.IsMRProbablePrime(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Security.SecureRandom,System.Int32)"/> that provides more information about a
            composite candidate, which may be useful when generating or validating RSA moduli.
            </remarks>
            <param name="candidate">The <see cref="T:Org.BouncyCastle.Math.BigInteger"/> instance to test for primality.</param>
            <param name="random">The source of randomness to use to choose bases.</param>
            <param name="iterations">The number of randomly-chosen bases to perform the test for.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Math.Primes.MROutput"/> instance that can be further queried for details.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Math.Primes.HasAnySmallFactors(Org.BouncyCastle.Math.BigInteger)">
            <summary>A fast check for small divisors, up to some implementation-specific limit.</summary>
            <param name="candidate">The <see cref="T:Org.BouncyCastle.Math.BigInteger"/> instance to test for division by small factors.</param>
            <returns><c>true</c> if the candidate is found to have any small factors, <c>false</c> otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Math.Primes.IsMRProbablePrime(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Security.SecureRandom,System.Int32)">
            <summary>FIPS 186-4 C.3.1 Miller-Rabin Probabilistic Primality Test.</summary>
            <remarks>Run several iterations of the Miller-Rabin algorithm with randomly-chosen bases.</remarks>
            <param name="candidate">The <see cref="T:Org.BouncyCastle.Math.BigInteger"/> instance to test for primality.</param>
            <param name="random">The source of randomness to use to choose bases.</param>
            <param name="iterations">The number of randomly-chosen bases to perform the test for.</param>
            <returns>
            <c>false</c> if any witness to compositeness is found amongst the chosen bases (so
            <paramref name="candidate"/> is definitely NOT prime), or else <c>true</c> (indicating primality with some
            probability dependent on the number of iterations that were performed).
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Math.Primes.IsMRProbablePrimeToBase(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>FIPS 186-4 C.3.1 Miller-Rabin Probabilistic Primality Test (to a fixed base).</summary>
            <remarks>Run a single iteration of the Miller-Rabin algorithm against the specified base.</remarks>
            <param name="candidate">The <see cref="T:Org.BouncyCastle.Math.BigInteger"/> instance to test for primality.</param>
            <param name="baseValue">The base value to use for this iteration.</param>
            <returns><c>false</c> if <paramref name="baseValue"/> is a witness to compositeness (so
            <paramref name="candidate"/> is definitely NOT prime), or else <c>true</c>.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Math.Raw.Mod">
            <summary>
            Modular inversion as implemented in this class is based on the paper "Fast constant-time gcd computation and
            modular inversion" by Daniel J. Bernstein and Bo-Yin Yang.
            </summary>
            <remarks>
            In some cases (when it is faster) we use the "half delta" variant of safegcd based on
            <a href="https://github.com/sipa/safegcd-bounds">hddivsteps</a>. 
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Ocsp.BasicOcspResp">
            <remarks>
            <code>
            BasicOcspResponse ::= SEQUENCE {
                tbsResponseData     ResponseData,
                signatureAlgorithm  AlgorithmIdentifier,
                signature           BIT STRING,
                certs               [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL
            }
            </code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspResp.GetTbsResponseData">
            <returns>The DER encoding of the tbsResponseData field.</returns>
            <exception cref="T:Org.BouncyCastle.Ocsp.OcspException">In the event of an encoding error.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspResp.GetCertificates">
            <returns>The certificates, if any, associated with the response.</returns>
            <exception cref="T:Org.BouncyCastle.Ocsp.OcspException">In the event of an encoding error.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspResp.Verify(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Verify the signature against the tbsResponseData object we contain.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspResp.GetEncoded">
            <returns>The ASN.1 encoded representation of this object.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Ocsp.BasicOcspRespGenerator">
            <summary>Generator for basic OCSP response objects.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspRespGenerator.#ctor(Org.BouncyCastle.Ocsp.RespID)">
            <summary>Basic constructor.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspRespGenerator.#ctor(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>Construct with the responderID as the SHA-1 keyHash of the passed in public key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspRespGenerator.AddResponse(Org.BouncyCastle.Ocsp.CertificateID,Org.BouncyCastle.Ocsp.CertificateStatus)">
            <summary>Add a response for a particular Certificate ID.</summary>
            <param name="certID">Certificate ID details.</param>
            <param name="certStatus">Status of the certificate - null if okay.</param>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspRespGenerator.AddResponse(Org.BouncyCastle.Ocsp.CertificateID,Org.BouncyCastle.Ocsp.CertificateStatus,Org.BouncyCastle.Asn1.X509.X509Extensions)">
            <summary>Add a response for a particular Certificate ID.</summary>
            <param name="certID">Certificate ID details.</param>
            <param name="certStatus">Status of the certificate - null if okay.</param>
            <param name="singleExtensions">Optional extensions.</param>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspRespGenerator.AddResponse(Org.BouncyCastle.Ocsp.CertificateID,Org.BouncyCastle.Ocsp.CertificateStatus,System.Nullable{System.DateTime},Org.BouncyCastle.Asn1.X509.X509Extensions)">
            <summary>Add a response for a particular Certificate ID.</summary>
            <param name="certID">Certificate ID details.</param>
            <param name="nextUpdate">The date when next update should be requested.</param>
            <param name="certStatus">Status of the certificate - null if okay.</param>
            <param name="singleExtensions">Optional extensions.</param>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspRespGenerator.AddResponse(Org.BouncyCastle.Ocsp.CertificateID,Org.BouncyCastle.Ocsp.CertificateStatus,System.DateTime,System.Nullable{System.DateTime},Org.BouncyCastle.Asn1.X509.X509Extensions)">
            <summary>Add a response for a particular Certificate ID.</summary>
            <param name="certID">Certificate ID details.</param>
            <param name="thisUpdate">The date this response was valid on.</param>
            <param name="nextUpdate">The date when next update should be requested.</param>
            <param name="certStatus">Status of the certificate - null if okay.</param>
            <param name="singleExtensions">Optional extensions.</param>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspRespGenerator.SetResponseExtensions(Org.BouncyCastle.Asn1.X509.X509Extensions)">
            <summary>Set the extensions for the response.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.BasicOcspRespGenerator.Generate(Org.BouncyCastle.Crypto.ISignatureFactory,Org.BouncyCastle.X509.X509Certificate[],System.DateTime)">
            <summary>
            Generate the signed response using the passed in signature calculator.
            </summary>
            <param name="signatureCalculatorFactory">Implementation of signing calculator factory.</param>
            <param name="chain">The certificate chain associated with the response signer.</param>
            <param name="producedAt">"produced at" date.</param>
            <returns></returns>
        </member>
        <member name="P:Org.BouncyCastle.Ocsp.BasicOcspRespGenerator.SignatureAlgNames">
            <summary>Return an IEnumerable of the signature names supported by the generator.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.CertificateID.#ctor(System.String,Org.BouncyCastle.X509.X509Certificate,Org.BouncyCastle.Math.BigInteger)">
            <summary>Create from an issuer certificate and the serial number of the certificate it signed.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Ocsp.CertificateID.SerialNumber">
            <summary>Return the serial number for the certificate associated with this request.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.CertificateID.DeriveCertificateID(Org.BouncyCastle.Ocsp.CertificateID,Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Create a new CertificateID for a new serial number derived from a previous one calculated for the same CA
            certificate.
            </summary>
            <param name="original">The previously calculated CertificateID for the CA.</param>
            <param name="newSerialNumber">The serial number for the new certificate of interest.</param>
            <returns>A new CertificateID for newSerialNumber.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Ocsp.OcspReq">
             <pre>
             OcspRequest     ::=     SEQUENCE {
                   tbsRequest                  TBSRequest,
                   optionalSignature   [0]     EXPLICIT Signature OPTIONAL }
            
               TBSRequest      ::=     SEQUENCE {
                   version             [0]     EXPLICIT Version DEFAULT v1,
                   requestorName       [1]     EXPLICIT GeneralName OPTIONAL,
                   requestList                 SEQUENCE OF Request,
                   requestExtensions   [2]     EXPLICIT Extensions OPTIONAL }
            
               Signature       ::=     SEQUENCE {
                   signatureAlgorithm      AlgorithmIdentifier,
                   signature               BIT STRING,
                   certs               [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL}
            
               Version         ::=             INTEGER  {  v1(0) }
            
               Request         ::=     SEQUENCE {
                   reqCert                     CertID,
                   singleRequestExtensions     [0] EXPLICIT Extensions OPTIONAL }
            
               CertID          ::=     SEQUENCE {
                   hashAlgorithm       AlgorithmIdentifier,
                   issuerNameHash      OCTET STRING, -- Hash of Issuer's DN
                   issuerKeyHash       OCTET STRING, -- Hash of Issuers public key
                   serialNumber        CertificateSerialNumber }
             </pre>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.OcspReq.GetTbsRequest">
            <summary>Return the DER encoding of the tbsRequest field.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Ocsp.OcspReq.SignatureAlgOid">
            <summary>The object identifier representing the signature algorithm.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.OcspReq.GetCertificates">
            <summary>
            If the request is signed return a possibly empty CertStore containing the certificates in the
            request. If the request is not signed the method returns null.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Ocsp.OcspReq.IsSigned">
            <summary>Return whether or not this request is signed.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.OcspReq.Verify(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>Verify the signature against the TBSRequest object we contain.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.OcspReq.GetEncoded">
            <summary>Return the ASN.1 encoded representation of this object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.OcspReqGenerator.AddRequest(Org.BouncyCastle.Ocsp.CertificateID)">
            <summary>Add a request for the given CertificateID.</summary>
            <param name="certId">Certificate ID of interest.</param>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.OcspReqGenerator.AddRequest(Org.BouncyCastle.Ocsp.CertificateID,Org.BouncyCastle.Asn1.X509.X509Extensions)">
            <summary>Add a request with extensions.</summary>
            <param name="certId">Certificate ID of interest.</param>
            <param name="singleRequestExtensions">The extensions to attach to the request.</param>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.OcspReqGenerator.SetRequestorName(Org.BouncyCastle.Asn1.X509.X509Name)">
            <summary>Set the requestor name to the passed in X509Name.</summary>
            <param name="requestorName">An X509Name representing the requestor name.</param>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.OcspReqGenerator.Generate">
            <summary>Generate an unsigned request.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Ocsp.OcspReqGenerator.SignatureAlgNames">
            <summary>Return an IEnumerable of the signature names supported by the generator.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.OcspResp.GetEncoded">
            <summary>Return the ASN.1 encoded representation of this object.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Ocsp.OCSPRespGenerator">
            <summmary>Base generator for an OCSP response.</summmary>
            <remarks>
            At the moment this only supports the generation of responses containing BasicOCSP responses.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Ocsp.RespID">
            <summary>Carrier for a ResponderID.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Ocsp.RevokedStatus">
            <summary>Wrapper for the RevokedInfo object</summary>
        </member>
        <member name="P:Org.BouncyCastle.Ocsp.RevokedStatus.RevocationReason">
            <summary>Return the revocation reason, if there is one.</summary>
            <remarks>This field is optional; test for it with <see cref="P:Org.BouncyCastle.Ocsp.RevokedStatus.HasRevocationReason"/> first.</remarks>
            <returns>The revocation reason, if available.</returns>
            <exception cref="T:System.InvalidOperationException">If no revocation reason is available.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Ocsp.SingleResp.GetCertStatus">
            <summary>Return the status object for the response - null indicates good.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Ocsp.SingleResp.NextUpdate">
            <summary>Return the NextUpdate value.</summary>
            <remarks>
            This is an optional field so may be returned as null.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Ocsp.UnknownStatus">
            <summary>Wrapper for the UnknownInfo object.</summary>
        </member>
        <member name="T:Org.BouncyCastle.OpenSsl.MiscPemGenerator">
            PEM generator for the original set of PEM objects used in Open SSL.
        </member>
        <member name="T:Org.BouncyCastle.OpenSsl.PemReader">
            Class for reading OpenSSL PEM encoded streams containing 
            X509 certificates, PKCS8 encoded keys and PKCS7 objects.
            <p>
            In the case of PKCS7 objects the reader will return a CMS ContentInfo object. Keys and
            Certificates will be returned using the appropriate java.security type.</p>
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.PemReader.#ctor(System.IO.TextReader)">
             Create a new PemReader
            
             @param reader the Reader
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.PemReader.#ctor(System.IO.TextReader,Org.BouncyCastle.OpenSsl.IPasswordFinder)">
             Create a new PemReader with a password finder
            
             @param reader the Reader
             @param pFinder the password finder
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.PemReader.ReadCertificate(Org.BouncyCastle.Utilities.IO.Pem.PemObject)">
             Reads in a X509Certificate.
            
             @return the X509Certificate
             @throws IOException if an I/O error occured
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.PemReader.ReadCrl(Org.BouncyCastle.Utilities.IO.Pem.PemObject)">
             Reads in a X509CRL.
            
             @return the X509Certificate
             @throws IOException if an I/O error occured
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.PemReader.ReadCertificateRequest(Org.BouncyCastle.Utilities.IO.Pem.PemObject)">
             Reads in a PKCS10 certification request.
            
             @return the certificate request.
             @throws IOException if an I/O error occured
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.PemReader.ReadAttributeCertificate(Org.BouncyCastle.Utilities.IO.Pem.PemObject)">
             Reads in a X509 Attribute Certificate.
            
             @return the X509 Attribute Certificate
             @throws IOException if an I/O error occured
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.PemReader.ReadPkcs7(Org.BouncyCastle.Utilities.IO.Pem.PemObject)">
             Reads in a PKCS7 object. This returns a ContentInfo object suitable for use with the CMS
             API.
            
             @return the X509Certificate
             @throws IOException if an I/O error occured
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.PemReader.ReadPrivateKey(Org.BouncyCastle.Utilities.IO.Pem.PemObject)">
            Read a Key Pair
        </member>
        <member name="T:Org.BouncyCastle.OpenSsl.PemWriter">
            <remarks>General purpose writer for OpenSSL PEM objects.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.PemWriter.#ctor(System.IO.TextWriter)">
            <param name="writer">The TextWriter object to write the output to.</param>
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.Pkcs8Generator.#ctor(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
             Constructor for an unencrypted private key PEM object.
            
             @param key private key to be encoded.
        </member>
        <member name="M:Org.BouncyCastle.OpenSsl.Pkcs8Generator.#ctor(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.String)">
             Constructor for an encrypted private key PEM object.
            
             @param key       private key to be encoded
             @param algorithm encryption algorithm to use
             @param provider  provider to use
             @throws NoSuchAlgorithmException if algorithm/mode cannot be found
        </member>
        <member name="T:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest">
             <remarks>
             A class for verifying and creating Pkcs10 Certification requests.
             </remarks>
             <code>
             CertificationRequest ::= Sequence {
               certificationRequestInfo  CertificationRequestInfo,
               signatureAlgorithm        AlgorithmIdentifier{{ SignatureAlgorithms }},
               signature                 BIT STRING
             }
            
             CertificationRequestInfo ::= Sequence {
               version             Integer { v1(0) } (v1,...),
               subject             Name,
               subjectPKInfo   SubjectPublicKeyInfo{{ PKInfoAlgorithms }},
               attributes          [0] Attributes{{ CRIAttributes }}
              }
            
              Attributes { ATTRIBUTE:IOSet } ::= Set OF Attr{{ IOSet }}
            
              Attr { ATTRIBUTE:IOSet } ::= Sequence {
                type    ATTRIBUTE.&amp;id({IOSet}),
                values  Set SIZE(1..MAX) OF ATTRIBUTE.&amp;Type({IOSet}{\@type})
              }
             </code>
             see <a href="http://www.rsasecurity.com/rsalabs/node.asp?id=2132"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest.#ctor(System.String,Org.BouncyCastle.Asn1.X509.X509Name,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Asn1.Asn1Set,Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
             <summary>
             Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
             </summary>
            <param name="signatureAlgorithm">Name of Sig Alg.</param>
             <param name="subject">X509Name of subject eg OU="My unit." O="My Organisatioin" C="au" </param>
             <param name="publicKey">Public key to be included in cert request.</param>
             <param name="attributes">Asn1Set of Attributes.</param>
             <param name="signingKey">Matching private key for nominated (above) public key to be used to sign the request.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest.#ctor(System.String,Org.BouncyCastle.Asn1.X509.X509Name,Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo,Org.BouncyCastle.Asn1.Asn1Set,Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
             <summary>
             Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
             </summary>
            <param name="signatureAlgorithm">Name of Sig Alg.</param>
             <param name="subject">X509Name of subject eg OU="My unit." O="My Organisatioin" C="au" </param>
             <param name="pubInfo">SubjectPublicKeyInfo to be included in cert request.</param>
             <param name="attributes">Asn1Set of Attributes.</param>
             <param name="signingKey">Matching private key for nominated (above) public key to be used to sign the request.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest.#ctor(Org.BouncyCastle.Crypto.ISignatureFactory,Org.BouncyCastle.Asn1.X509.X509Name,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Asn1.Asn1Set)">
             <summary>
             Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
             </summary>
            <param name="signatureFactory">The factory for signature calculators to sign the PKCS#10 request with.</param>
             <param name="subject">X509Name of subject eg OU="My unit." O="My Organisatioin" C="au" </param>
             <param name="publicKey">Public key to be included in cert request.</param>
             <param name="attributes">Asn1Set of Attributes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest.#ctor(Org.BouncyCastle.Crypto.ISignatureFactory,Org.BouncyCastle.Asn1.X509.X509Name,Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo,Org.BouncyCastle.Asn1.Asn1Set)">
             <summary>
             Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
             </summary>
            <param name="signatureFactory">The factory for signature calculators to sign the PKCS#10 request with.</param>
             <param name="subject">X509Name of subject eg OU="My unit." O="My Organisatioin" C="au" </param>
             <param name="pubInfo">SubjectPublicKeyInfo to be included in cert request.</param>
             <param name="attributes">Asn1Set of Attributes.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest.GetPublicKey">
            <summary>
            Get the public key.
            </summary>
            <returns>The public key.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest.Verify">
            <summary>
            Verify Pkcs10 Cert Request is valid.
            </summary>
            <returns>true = valid.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest.GetRequestedExtensions">
            <summary>
            Returns X509Extensions if the Extensions Request attribute can be found and returns the extensions block.
            </summary>
            <returns>X509Extensions block or null if one cannot be found.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequestDelaySigned">
             <remarks>
             A class for creating and verifying Pkcs10 Certification requests (this is an extension on <see cref="T:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequest"/>).
             The requests are made using delay signing. This is useful for situations where
             the private key is in another environment and not directly accessible (e.g. HSM)
             So the first step creates the request, then the signing is done outside this
             object and the signature is then used to complete the request.
             </remarks>
             <code>
             CertificationRequest ::= Sequence {
               certificationRequestInfo  CertificationRequestInfo,
               signatureAlgorithm        AlgorithmIdentifier{{ SignatureAlgorithms }},
               signature                 BIT STRING
             }
            
             CertificationRequestInfo ::= Sequence {
               version             Integer { v1(0) } (v1,...),
               subject             Name,
               subjectPKInfo   SubjectPublicKeyInfo{{ PKInfoAlgorithms }},
               attributes          [0] Attributes{{ CRIAttributes }}
              }
            
              Attributes { ATTRIBUTE:IOSet } ::= Set OF Attr{{ IOSet }}
            
              Attr { ATTRIBUTE:IOSet } ::= Sequence {
                type    ATTRIBUTE.&amp;id({IOSet}),
                values  Set SIZE(1..MAX) OF ATTRIBUTE.&amp;Type({IOSet}{\@type})
              }
             </code>
             see <a href="http://www.rsasecurity.com/rsalabs/node.asp?id=2132"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequestDelaySigned.#ctor(System.String,Org.BouncyCastle.Asn1.X509.X509Name,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Asn1.Asn1Set)">
            <summary>
            Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
            </summary>
            <param name="signatureAlgorithm">Name of Sig Alg.</param>
            <param name="subject">X509Name of subject eg OU="My unit." O="My Organisatioin" C="au" </param>
            <param name="publicKey">Public key to be included in cert request.</param>
            <param name="attributes">Asn1Set of Attributes.</param>
            <remarks>
            After the object is constructed use the <see cref="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequestDelaySigned.GetDataToSign"/> and finally the
            SignRequest methods to finalize the request.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequestDelaySigned.#ctor(System.String,Org.BouncyCastle.Asn1.X509.X509Name,Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo,Org.BouncyCastle.Asn1.Asn1Set)">
            <summary>
            Instantiate a Pkcs10CertificationRequest object with the necessary credentials.
            </summary>
            <param name="signatureAlgorithm">Name of Sig Alg.</param>
            <param name="subject">X509Name of subject eg OU="My unit." O="My Organisatioin" C="au" </param>
            <param name="pubInfo">SubjectPublicKeyInfo to be included in cert request.</param>
            <param name="attributes">Asn1Set of Attributes.</param>
            <remarks>
            After the object is constructed use the <see cref="M:Org.BouncyCastle.Pkcs.Pkcs10CertificationRequestDelaySigned.GetDataToSign"/> and finally the
            SignRequest methods to finalize the request.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Pkcs.Pkcs12Entry">
            <summary>
            Base class for PKCS#12 bag entries (private keys and certificates) carrying optional
            PKCS#9 bag attributes such as friendly name and local key identifier.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Pkcs.Pkcs12Entry.Item(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Gets the bag attribute value for the given object identifier, or <c>null</c> if absent.
            </summary>
            <param name="oid">The bag attribute OID.</param>
        </member>
        <member name="P:Org.BouncyCastle.Pkcs.Pkcs12Entry.BagAttributeKeys">
            <summary>Gets the object identifiers of all bag attributes on this entry.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pkcs.Pkcs12Entry.HasFriendlyName">
            <summary>
            Returns <c>true</c> if this entry has a PKCS#9 friendly name attribute.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Entry.SetFriendlyName(System.String)">
            <summary>
            Sets or replaces the PKCS#9 friendly name bag attribute on this entry.
            </summary>
            <param name="friendlyName">The friendly name to store.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Entry.TryGetAttribute(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.Asn1Encodable@)">
            <summary>
            Attempts to retrieve a bag attribute by OID.
            </summary>
            <param name="oid">The bag attribute OID.</param>
            <param name="attribute">The attribute value, if present.</param>
            <returns><c>true</c> if the attribute was found.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Pkcs.Pkcs12Store">
            <summary>
            In-memory PKCS#12 keystore (PFX) as defined in RFC 7292. Loads and saves password-protected bags of
            private keys and X.509 certificates. Create instances via <see cref="T:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder"/>.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pkcs.Pkcs12Store.IgnoreUselessPasswordProperty">
            <summary>
            Environment variable that, when set to <c>true</c>, suppresses the error raised when
            <see cref="M:Org.BouncyCastle.Pkcs.Pkcs12Store.Load(System.IO.Stream,System.Char[])"/> is called with a password but the file does not require one.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.Load(System.IO.Stream,System.Char[])">
            <summary>
            Loads a PKCS#12 file from a stream, populating this store with keys and certificates.
            </summary>
            <param name="input">The stream containing the PKCS#12 PFX structure.</param>
            <param name="password">
            The password used to verify the MAC and decrypt shrouded key bags, or <c>null</c> if none is required.
            </param>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="input"/> is <c>null</c>, or a password is required but <paramref name="password"/> is
            <c>null</c>.
            </exception>
            <exception cref="T:System.IO.IOException">
            The MAC verification failed, a password was supplied when none is required (unless
            <see cref="F:Org.BouncyCastle.Pkcs.Pkcs12Store.IgnoreUselessPasswordProperty"/> is set), or bag attributes conflict.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.GetKey(System.String)">
            <summary>
            Returns the private-key entry for the given alias, or <c>null</c> if not present.
            </summary>
            <param name="alias">The entry alias (friendly name or local key id hex string).</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="alias"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.IsCertificateEntry(System.String)">
            <summary>
            Returns <c>true</c> if the alias refers to a certificate-only entry (no private key).
            </summary>
            <param name="alias">The entry alias.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="alias"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.IsKeyEntry(System.String)">
            <summary>
            Returns <c>true</c> if the alias refers to a private-key entry.
            </summary>
            <param name="alias">The entry alias.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="alias"/> is <c>null</c>.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Pkcs.Pkcs12Store.Aliases">
            <summary>Gets all aliases in this store (union of certificate and key aliases).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.ContainsAlias(System.String)">
            <summary>
            Returns <c>true</c> if an entry exists under the given alias.
            </summary>
            <param name="alias">The entry alias.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="alias"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.GetCertificate(System.String)">
            <summary>
            Returns the certificate entry for the alias — either a certificate-only entry or the end-entity
            certificate associated with a private-key alias.
            </summary>
            <param name="alias">The entry alias.</param>
            <returns>The certificate entry, or <c>null</c> if not found.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="alias"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.GetCertificateAlias(Org.BouncyCastle.X509.X509Certificate)">
            <summary>
            Finds the alias of the first entry whose certificate equals <paramref name="cert"/>.
            </summary>
            <param name="cert">The certificate to search for.</param>
            <returns>The alias, or <c>null</c> if not found.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="cert"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.GetCertificateChain(System.String)">
            <summary>
            Builds the certificate chain for a private-key alias by following Authority Key Identifier
            or issuer/subject matching.
            </summary>
            <param name="alias">The private-key alias.</param>
            <returns>The chain from end entity to root, or <c>null</c> if the alias is not a key entry.</returns>
            <exception cref="T:System.ArgumentNullException"><paramref name="alias"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.SetCertificateEntry(System.String,Org.BouncyCastle.Pkcs.X509CertificateEntry)">
            <summary>
            Adds or replaces a certificate-only entry under the given alias.
            </summary>
            <param name="alias">The entry alias.</param>
            <param name="certEntry">The certificate entry to store.</param>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="alias"/> or <paramref name="certEntry"/> is <c>null</c>.
            </exception>
            <exception cref="T:System.ArgumentException">
            A private-key entry already exists under <paramref name="alias"/>.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.SetFriendlyName(System.String,System.String)">
            <summary>
            Renames an entry by updating its PKCS#9 friendly name and re-keying internal maps.
            </summary>
            <param name="alias">The current alias.</param>
            <param name="newFriendlyName">The new friendly name.</param>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="alias"/> or <paramref name="newFriendlyName"/> is <c>null</c>.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.SetKeyEntry(System.String,Org.BouncyCastle.Pkcs.AsymmetricKeyEntry,Org.BouncyCastle.Pkcs.X509CertificateEntry[])">
            <summary>
            Adds or replaces a private-key entry and optional certificate chain under the given alias.
            </summary>
            <param name="alias">The entry alias.</param>
            <param name="keyEntry">The private-key entry.</param>
            <param name="chain">
            The certificate chain for the key (required when <paramref name="keyEntry"/> holds a private key).
            </param>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="alias"/> or <paramref name="keyEntry"/> is <c>null</c>.
            </exception>
            <exception cref="T:System.ArgumentException">
            A private key was supplied without a certificate chain.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.DeleteEntry(System.String)">
            <summary>Removes the entry (certificate and/or key) for the given alias.</summary>
            <param name="alias">The entry alias.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="alias"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.IsEntryOfType(System.String,System.Type)">
            <summary>
            Returns <c>true</c> if the alias refers to an entry assignable to <paramref name="entryType"/>.
            </summary>
            <param name="alias">The entry alias.</param>
            <param name="entryType"><see cref="T:Org.BouncyCastle.Pkcs.X509CertificateEntry"/> or <see cref="T:Org.BouncyCastle.Pkcs.AsymmetricKeyEntry"/>.</param>
        </member>
        <member name="P:Org.BouncyCastle.Pkcs.Pkcs12Store.Count">
            <summary>Gets the number of distinct aliases in this store.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Store.Save(System.IO.Stream,System.Char[],Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Writes this store as a PKCS#12 PFX structure to a stream.
            </summary>
            <param name="stream">The output stream.</param>
            <param name="password">
            The password used to encrypt shrouded key bags and the integrity MAC, or <c>null</c> for unencrypted keys.
            </param>
            <param name="random">Randomness source for salts and IVs.</param>
            <exception cref="T:System.ArgumentNullException">
            <paramref name="stream"/> or <paramref name="random"/> is <c>null</c>.
            </exception>
        </member>
        <member name="T:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder">
            <summary>
            Fluent builder for <see cref="T:Org.BouncyCastle.Pkcs.Pkcs12Store"/> instances, configuring PBE algorithms and
            encoding options used when saving PKCS#12 files (RFC 7292).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder.#ctor">
            <summary>Creates a builder with library-default PBE algorithms and options.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder.Build">
            <summary>
            Builds a new <see cref="T:Org.BouncyCastle.Pkcs.Pkcs12Store"/> using the configured algorithms and options.
            </summary>
            <returns>A new, empty PKCS#12 store.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder.SetCertAlgorithm(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Sets the PBE algorithm used to encrypt certificate bags when saving (PKCS#12 scheme 1).
            </summary>
            <param name="certAlgorithm">The certificate encryption algorithm OID.</param>
            <returns>This builder instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder.SetCertAlgorithm(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Sets the PBES2 algorithm and PRF used to encrypt certificate bags when saving (PKCS#12 scheme 2).
            </summary>
            <param name="certAlgorithm">The certificate encryption algorithm OID.</param>
            <param name="certPrfAlgorithm">The PRF algorithm OID.</param>
            <returns>This builder instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder.SetEnableOracleTrustedKeyUsage(System.Boolean)">
            <summary>
            Whether to include Oracle's TrustedKeyUsage attribute in CertBag attributes. Defaults to <c>true</c>.
            </summary>
            <remarks>The OID 2.16.840.1.113894.746875.1.1 is used for this attribute.</remarks>
            <param name="enableOracleTrustedKeyUsage"><c>true</c> to emit the attribute when saving.</param>
            <returns>This builder instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder.SetKeyAlgorithm(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Sets the PBE algorithm used to encrypt private-key bags when saving (PKCS#12 scheme 1).
            </summary>
            <param name="keyAlgorithm">The key encryption algorithm OID.</param>
            <returns>This builder instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder.SetKeyAlgorithm(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Sets the PBES2 algorithm and PRF used to encrypt private-key bags when saving (PKCS#12 scheme 2).
            </summary>
            <param name="keyAlgorithm">The key encryption algorithm OID.</param>
            <param name="keyPrfAlgorithm">The PRF algorithm OID.</param>
            <returns>This builder instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder.SetOverwriteFriendlyName(System.Boolean)">
            <summary>
            Controls whether <see cref="M:Org.BouncyCastle.Pkcs.Pkcs12Store.SetFriendlyName(System.String,System.String)"/> may replace an existing friendly name.
            Defaults to <c>true</c>.
            </summary>
            <param name="overwriteFriendlyName"><c>true</c> to allow overwriting friendly names.</param>
            <returns>This builder instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder.SetReverseCertificates(System.Boolean)">
            <summary>
            When <c>true</c>, certificate and key bags are written in reverse insertion order when saving.
            </summary>
            <param name="reverseCertificates"><c>true</c> to reverse bag order on save.</param>
            <returns>This builder instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12StoreBuilder.SetUseDerEncoding(System.Boolean)">
            <summary>
            When <c>true</c>, saved PKCS#12 structures use DER encoding instead of BER for inner content.
            </summary>
            <param name="useDerEncoding"><c>true</c> for definite-length DER encoding.</param>
            <returns>This builder instance.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Pkcs.Pkcs12Utilities">
            <summary>Utility class for re-encoding PKCS#12 files to definite length.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Utilities.ConvertToDefiniteLength(System.Byte[])">
            <summary>Just re-encode the outer layer of the PKCS#12 file to definite length encoding.</summary>
            <param name="berPkcs12File">original PKCS#12 file.</param>
            <returns>a byte array representing the DL encoding of the PFX structure.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs12Utilities.ConvertToDefiniteLength(System.Byte[],System.Char[])">
            <summary>Re-encode the PKCS#12 structure to definite length encoding at the inner layer as well.</summary>
            <remarks>The MAC (if present) is recomputed accordingly.</remarks>
            <param name="berPkcs12File">original PKCS#12 file.</param>
            <param name="passwd">The store password, if any.</param>
            <returns>a byte array representing the DL encoding of the PFX structure.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfo">
            <summary>
            A holding class for a PKCS#8 encrypted private key info object that allows for its decryption.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfo.#ctor(Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo)">
            <summary>
            Base constructor from a PKCS#8 EncryptedPrivateKeyInfo object.
            </summary>
            <param name="encryptedPrivateKeyInfo">A PKCS#8 EncryptedPrivateKeyInfo object.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfo.#ctor(System.Byte[])">
            <summary>
            Base constructor from a BER encoding of a PKCS#8 EncryptedPrivateKeyInfo object.
            </summary>
            <param name="encryptedPrivateKeyInfo">A BER encoding of a PKCS#8 EncryptedPrivateKeyInfo objects.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfo.ToAsn1Structure">
            <summary>
            Returns the underlying ASN.1 structure inside this object.
            </summary>
            <returns>Return the EncryptedPrivateKeyInfo structure in this object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfo.GetEncryptedData">
            <summary>
            Returns a copy of the encrypted data in this structure.
            </summary>
            <returns>Return a copy of the encrypted data in this object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfo.GetEncoded">
            <summary>
            Return a binary ASN.1 encoding of the EncryptedPrivateKeyInfo structure in this object.
            </summary>
            <returns>A byte array containing the encoded object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfo.DecryptPrivateKeyInfo(Org.BouncyCastle.Crypto.IDecryptorBuilderProvider)">
            <summary>
            Get a decryptor from the passed in provider and decrypt the encrypted private key info, returning the result.
            </summary>
            <param name="inputDecryptorProvider">A provider to query for decryptors for the object.</param>
            <returns>The decrypted private key info structure.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.Pkcs8EncryptedPrivateKeyInfoBuilder.Build(Org.BouncyCastle.Crypto.ICipherBuilder)">
            <summary>
            Create the encrypted private key info using the passed in encryptor.
            </summary>
            <param name="encryptor">The encryptor to use.</param>
            <returns>An encrypted private key info containing the original private key info.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Pkcs.PkcsException">
            <summary>Base exception for PKCS related issues.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pkcs.PkcsIOException">
            <summary>Base exception for parsing related issues in the PKCS namespace.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pkcs.PrivateKeyInfoFactory">
            <summary>
            A factory to produce <see cref="T:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo"/> (PKCS#8) objects from Bouncy Castle private key parameters.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.PrivateKeyInfoFactory.CreatePrivateKeyInfo(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Create a <see cref="T:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo"/> representation of a private key.
            </summary>
            <example>
            Example of exporting a private key to PKCS#8 bytes:
            <code>
            byte[] pkcs8Bytes = PrivateKeyInfoFactory.CreatePrivateKeyInfo(privateKey).GetEncoded();
            </code>
            </example>
            <param name="privateKey">The private key parameters.</param>
            <returns>The <see cref="T:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo"/> object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.PrivateKeyInfoFactory.CreatePrivateKeyInfo(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Asn1.Asn1Set)">
            <summary>
            Create a <see cref="T:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo"/> representation of a private key with attributes.
            </summary>
            <param name="privateKey">The key to be encoded into the info object.</param>
            <param name="attributes">The set of attributes to be included.</param>
            <returns>The appropriate <see cref="T:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo"/>.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="privateKey"/> is null.</exception>
            <exception cref="T:System.ArgumentException">If a public key is passed instead of a private key.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.PrivateKeyInfoFactory.CreatePrivateKeyInfo(System.Char[],Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo)">
            <summary>
            Create a <see cref="T:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo"/> from an encrypted representation using a passphrase.
            </summary>
            <param name="passPhrase">The password for decryption.</param>
            <param name="encInfo">The encrypted private key information.</param>
            <returns>A <see cref="T:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo"/> object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkcs.PrivateKeyInfoFactory.CreatePrivateKeyInfo(System.Char[],System.Boolean,Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo)">
            <summary>
            Create a <see cref="T:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo"/> from an encrypted representation using a passphrase.
            </summary>
            <param name="passPhrase">The password for decryption.</param>
            <param name="wrongPkcs12Zero">If true, uses a specific zero-padding for PKCS#12 PBE (for compatibility).</param>
            <param name="encInfo">The encrypted private key information.</param>
            <returns>A <see cref="T:Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo"/> object.</returns>
            <exception cref="T:System.ArgumentException">If the encryption algorithm is unknown.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.CertStatus.RevocationDate">
            <summary>
            Returns the revocationDate.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.CertStatus.Status">
            <summary>
            Returns the certStatus.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.INameConstraintHostName">
            <summary>
            The canonical-form contract shared by the string-host name-constraint wrapper types whose subtree
            set algebra is the common host-name algebra (see the Relate/Intersect/Union methods of
            <see cref="T:Org.BouncyCastle.Pkix.NameConstraintUtilities"/>): <see cref="T:Org.BouncyCastle.Pkix.NameConstraintEmail"/>,
            <see cref="T:Org.BouncyCastle.Pkix.NameConstraintUri"/> and <see cref="T:Org.BouncyCastle.Pkix.NameConstraintDns"/> (which classifies everything as
            one fixed <see cref="F:Org.BouncyCastle.Pkix.NameConstraintHostNameKind.Domain"/> - every dNSName denotes a subtree).
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.INameConstraintHostName.Kind">
            <summary>The shape classification, fixed at construction.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.INameConstraintHostName.Value">
            <summary>The canonical string - the identity.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.INameConstraintHostName.Host">
            <summary>The derived host comparand (for the address kinds, the part after the first '@').</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.NameConstraintDN">
            <summary>A directoryName (tested name or constraint) in parsed form for name-constraint processing.</summary>
            <remarks>
            Construction is the only way in: the RDNSequence is parsed once, here, into its <see cref="T:Org.BouncyCastle.Asn1.X500.Rdn"/>
            elements ("parse, don't validate"), so subtree matching operates on structurally valid values by
            construction; a sequence whose elements are not RDN-shaped throws from construction, propagating per
            the call site's exception policy. All in-library values arrive pre-validated (GeneralName parses
            directoryName via X509Name, and the subject DN is re-encoded from one), so only direct callers of the
            public Check*DN(Asn1Sequence) methods can trip this. Equality, hashing and display remain those of the
            underlying ASN.1 sequence (encoding-based), matching the historical set semantics; note that MATCHING
            uses the broader IETF normalized RDN comparison.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintDN.WithinDNSubtreeSgp22(Org.BouncyCastle.Pkix.NameConstraintDN,Org.BouncyCastle.Pkix.NameConstraintDN)">
            <summary>
            Relaxed directoryName subtree matching for GSMA SGP.22 v2.5 (sections 4.5.2.1.0.2 and 4.5.2.1.0.3), enabled
            only when <see cref="F:Org.BouncyCastle.Utilities.Properties.X509Sgp22NameConstraints"/> is <c>true</c>.
            </summary>
            <remarks>
            Each RDN of the permitted subtree must be matched by some RDN of the subject DN regardless of position;
            additional subject attributes are permitted, and a serialNumber RDN is matched with a StartsWith comparison
            wherever it occurs. This deliberately departs from the contiguous prefix matching of RFC 5280 7.1
            implemented by the non-SGP22 matching.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.NameConstraintDns">
            <summary>A dNSName (tested name or constraint) in canonical form for name-constraint processing.</summary>
            <remarks>
            Construction is the only way in, and it validates as well as canonicalises: an empty label is
            rejected and the single RFC 1034 root-label trailing dot is stripped, so every downstream comparison
            and set operation works on validated, canonical values by construction. A constraint may carry a
            leading dot, excluding the apex from the subtree - the de facto reading shared by OpenSSL, Go and
            bc-java, alongside RFC 5280 sec. 4.2.1.10's own undotted, apex-inclusive form. A tested name may
            not: there the leading dot is just an empty first label. Equality and hashing are case-insensitive
            (original case is preserved for display). Matching and the subtree set algebra go through the shared
            <c>Relate</c> classifier with one fixed <see cref="F:Org.BouncyCastle.Pkix.NameConstraintHostNameKind.Domain"/> kind: both
            spellings denote subtrees, and RelateDomains reads the apex distinction from the value itself.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintDns.FromConstraint(System.String)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException">for an empty label</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintDns.FromName(System.String)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException">for an empty label, or a leading dot
            (the proper-subtree form is a constraint-only shape)</exception>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.NameConstraintEmail">
            <summary>An rfc822Name (tested name or constraint) in canonical form for name-constraint processing.</summary>
            <remarks>
            Construction is the only way in, and it validates as well as canonicalises: the single RFC 1034
            root-label trailing dot (of the host, which is always the string tail) is stripped once, here; the
            value's shape - particular mailbox ("local@host"), legacy exact-host ("@host"), host ("host") or
            domain (".domain") - is classified once, here, into a <see cref="T:Org.BouncyCastle.Pkix.NameConstraintHostNameKind"/>, with
            the host comparand cached alongside; and the host part is then rejected if it contains an empty label
            (fail-closed). The domain form's leading dot is a constraint-only shape, so a tested name (which
            classifies through the same rules) is rejected for it too; the mailbox LOCAL part is not restricted
            (a quoted local part may legally contain dots). The canonical string remains the identity: equality
            and hashing are case-insensitive on it alone (kind and host are derived from it), and original case
            is preserved for display. Matching only ever branches on the constraint's kind.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintEmail.FromConstraint(System.String)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException">for an empty label in the host</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintEmail.FromAddress(System.String)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException">for an empty label in the host, or a
            leading dot (the domain form is a constraint-only shape)</exception>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.NameConstraintHostNameKind">
            <summary>Shape classification of a string-host name-constraint value, fixed at construction.</summary>
            <remarks>
            The classification precedence mirrors the historical per-comparison dispatch exactly: a '@' at an
            index greater than 0 is a particular mailbox (even if the value also begins with '.'); a leading '@'
            is the legacy exact-host form; otherwise a leading '.' is a domain (subdomains) constraint; anything
            else is a host.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.NameConstraintIPAddress">
            <summary>A tested iPAddress name in canonical form for name-constraint processing.</summary>
            <remarks>
            Construction is the only way in, and it both canonicalises and validates: an IPv4-mapped IPv6 address
            (RFC 4291 sec. 2.5.5.2) is reduced to its 4-byte IPv4 form, and the result must then be 4 or 16 bytes -
            anything else throws <see cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>, so a structurally invalid
            iPAddress fails closed (the certificate path is rejected) instead of silently failing to match. Tested
            addresses are transient: matched against <see cref="T:Org.BouncyCastle.Pkix.NameConstraintIPRange"/> constraints, never stored.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintIPAddress.Create(System.Byte[])">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintIPAddress.NormalizeIPv4MappedIPv6Address(System.Byte[])">
            If {@code ip} is a 16-byte IPv4-mapped IPv6 address (RFC 4291
            sec. 2.5.5.2: leading 80 bits zero, next 16 bits all-ones, trailing
            32 bits the IPv4 address), return the 4-byte IPv4 form; otherwise
            return {@code ip} unchanged.
        </member>
        <member name="T:Org.BouncyCastle.Pkix.NameConstraintIPRange">
            <summary>An iPAddress constraint (base address || subnet mask) in canonical form for name-constraint
            processing.</summary>
            <remarks>
            Construction is the only way in, and it both canonicalises and validates, so downstream matching and
            set-algebra see only canonical CIDR:
            <list type="bullet">
            <item>The length must be 8 or 32 bytes - anything else throws
            <see cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/> (fail-closed: the certificate path is rejected).</item>
            <item>The subnet mask must be a contiguous CIDR prefix. A non-contiguous mask is rejected by default;
            with <see cref="F:Org.BouncyCastle.Utilities.Properties.X509AllowLenientIPAddressMask"/> it is instead rounded to the
            most-restrictive contiguous mask for the construction context - a permitted range is narrowed (fill up
            to the last 1-bit), an excluded range is broadened (keep only the leading 1-bits) - so the salvage can
            only tighten validation. This is what keeps intersection from minting new ranges.</item>
            <item>A 32-byte constraint whose address half is IPv4-mapped (RFC 4291 sec. 2.5.5.2) and whose mask
            covers the full <c>::ffff:0:0/96</c> prefix is reduced to the 8-byte IPv4 form.</item>
            <item>The base's host bits (those cleared by the mask) are zeroed, so equal networks are byte-equal and
            dedupe. Matching is unaffected (it masks both operands).</item>
            </list>
            Equality and hashing are content-based. Use <see cref="M:Org.BouncyCastle.Pkix.NameConstraintIPRange.CreatePermitted(System.Byte[])"/> for permitted subtrees and
            <see cref="M:Org.BouncyCastle.Pkix.NameConstraintIPRange.CreateExcluded(System.Byte[])"/> for excluded subtrees. Tested addresses are the separate (transient)
            <see cref="T:Org.BouncyCastle.Pkix.NameConstraintIPAddress"/> type.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintIPRange.CreatePermitted(System.Byte[])">
            <summary>Create a permitted-subtree iPAddress range (a non-contiguous mask, if salvaged, is
            narrowed).</summary>
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintIPRange.CreateExcluded(System.Byte[])">
            <summary>Create an excluded-subtree iPAddress range (a non-contiguous mask, if salvaged, is
            broadened).</summary>
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintIPRange.Create(System.Byte[],System.Boolean)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintIPRange.ToString">
            <summary>Stringifies as dotted address bytes, '/', dotted subnet mask bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintIPRange.IsConstrained(Org.BouncyCastle.Pkix.NameConstraintIPRange,Org.BouncyCastle.Pkix.NameConstraintIPAddress)">
            Checks if the IP address <code>ip</code> is constrained by
            <code>constraint</code>. Both are canonical by construction -
            IPv4-mapped IPv6 forms already reduced - so the length pre-filter
            compares like-for-like address families.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintIPRange.NormalizeIPv4MappedIPv6Constraint(System.Byte[])">
            A Name-Constraints iPAddress constraint is encoded as
            {@code IP || subnet-mask}. If both halves are in IPv4-mapped IPv6
            form (the IP half matches the {@code ::ffff:0:0/96} prefix and the
            mask half is all-ones across the first 96 bits), reduce to the
            8-byte (4-byte IPv4 || 4-byte mask) form. Otherwise return the
            constraint unchanged. The mask check matters: a mask narrower than
            /96 means the constraint is really an IPv6 range that happens to
            start at an IPv4-mapped address, and collapsing it to IPv4 would
            change which addresses match.
        </member>
        <member name="T:Org.BouncyCastle.Pkix.NameConstraintRelation">
            <summary>
            The set relationship of one string-host name-constraint value to another, as classified by the
            <c>Relate</c> extension in <see cref="T:Org.BouncyCastle.Pkix.NameConstraintUtilities"/>. Because a host/mailbox is a single
            point and a domain is a subtree, two such constraints never partially overlap - the relationship is
            always exactly one of these four.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pkix.NameConstraintRelation.Equal">
            <summary>The two match the same set of names.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pkix.NameConstraintRelation.Disjoint">
            <summary>The two share no names.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pkix.NameConstraintRelation.Subsumes">
            <summary>The first strictly contains the second (the first is the broader constraint).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pkix.NameConstraintRelation.SubsumedBy">
            <summary>The first is strictly contained by the second (the first is the narrower constraint).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.NameConstraintUri">
            <summary>
            A uniformResourceIdentifier (tested name or constraint) in canonical form for name-constraint
            processing.
            </summary>
            <remarks>
            Construction is the only way in, and it validates as well as canonicalises. A tested name is reduced
            to its RFC 3986 authority host (via <see cref="M:Org.BouncyCastle.Pkix.NameConstraintUtilities.ExtractHostFromURL(System.String)"/>) with the
            single RFC 1034 root-label trailing dot stripped; a constraint (a host, or a ".domain") is stripped of
            a trailing dot only. Either way the host part is then rejected if it contains an empty label
            (fail-closed); the domain form's leading dot is a constraint-only shape, so an extracted host is
            rejected for it too. The value's shape is classified once, here, into a
            <see cref="T:Org.BouncyCastle.Pkix.NameConstraintHostNameKind"/> with the same precedence as
            <see cref="T:Org.BouncyCastle.Pkix.NameConstraintEmail"/>, because the subtree intersect/union logic is a historical clone of
            the rfc822Name logic - including its '@' dispatch, which never fires for well-formed URI constraints -
            and is deliberately kept branch-for-branch identical (on canonical values). The canonical string
            remains the identity: equality and hashing are case-insensitive on it alone (kind and host are derived
            from it), and original case is preserved for display.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintUri.FromConstraint(System.String)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException">for an empty label in the host</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintUri.FromUri(System.String)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException">for an empty label in the extracted host,
            or a leading dot (the domain form is a constraint-only shape)</exception>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.NameConstraintUtilities">
            <summary>Name canonicalisation and matching helpers for name-constraint processing.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintUtilities.ExtractIA5String(Org.BouncyCastle.Asn1.Asn1Encodable)">
            <summary>
            Reads a GeneralName value as an IA5String. Only valid for the IA5String-valued GeneralName
            choices - rfc822Name, dNSName and uniformResourceIdentifier - so callers must dispatch on the
            tag first; any other value throws the same ArgumentException a malformed name would, propagating
            per the call site's exception policy.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintUtilities.IsIPv4MappedIPv6Address(System.Byte[])">
            <summary>Is <paramref name="ip"/> a 16-byte IPv4-mapped IPv6 address (RFC 4291 sec. 2.5.5.2)?</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintUtilities.IsIPv4MappedIPv6Address(System.Byte[],System.Int32)">
            <summary>Is the 16-byte span at <paramref name="off"/> an IPv4-mapped IPv6 address (RFC 4291
            sec. 2.5.5.2)? The caller must ensure 16 bytes are available from <paramref name="off"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintUtilities.CheckHostLabels(System.String,System.Int32,System.String)">
            <summary>
            Reject an empty label in the host part of a name-constraint value - a '.' at either end of the
            tail of <paramref name="s"/> from <paramref name="hostStart"/>, or a ".." within it. Runs after
            the single-trailing-dot strip, so a dot still trailing denotes an empty label, not the root. An
            empty tail passes: it is not an empty label (such values match by equality alone).
            </summary>
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException">for an empty label</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintUtilities.WithinDomain(System.String,System.String)">
            <summary>
            Is <paramref name="testDomain"/> a PROPER subdomain of <paramref name="domain"/> - i.e. does it
            extend it leftwards by at least one label? The domain may carry the domain-form leading dot
            (".example.com" and "example.com" denote the same subtree here); the apex itself never matches.
            </summary>
            <remarks>
            A single case-insensitive suffix comparison, with the '.' label boundary part of the suffix,
            replaces the historical per-label walk. The two are exactly equivalent because operands are
            label-clean by construction (no empty labels; see the wrapper factories) - a suffix can neither
            start mid-label nor hide behind a ".." misalignment.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintUtilities.Relate``1(``0,``0)">
            <summary>
            Classify the set relationship of <paramref name="name1"/> to <paramref name="name2"/>. Two host-name
            constraints never partially overlap (a host/mailbox is a point, a domain a subtree), so the result is
            always exactly one <see cref="T:Org.BouncyCastle.Pkix.NameConstraintRelation"/>. The per-kind comparisons are the historical
            ones verbatim, so Intersect/Union stay behaviour-identical - except that two case-differing-but-equal
            values are reported <see cref="F:Org.BouncyCastle.Pkix.NameConstraintRelation.Equal"/>, whereupon the consumers keep name1,
            the call sites' existing constraint (first-registered wins) - a ToString-only nuance since equality
            and hashing are case-insensitive.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintUtilities.Intersect``1(``0,``0,System.Collections.Generic.HashSet{``0})">
            <summary>Add the intersection of <paramref name="name1"/> and <paramref name="name2"/> - the more
            restrictive of an overlapping pair, or nothing if disjoint - to <paramref name="intersect"/>.
            An equal pair keeps <paramref name="name1"/>; call sites pass the existing constraint there, so
            the first-registered instance survives.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.NameConstraintUtilities.Union``1(System.Collections.Generic.HashSet{``0},``0)">
            <summary>
            The union of the excluded-constraint set <paramref name="excluded"/> (null for none) with one
            more constraint <paramref name="name"/>, updating the set IN PLACE (the caller owns it - the
            stored sets are never aliased). If any existing constraint subsumes <paramref name="name"/> (or
            equals it - the first-registered instance is kept), the set is already the union; otherwise
            every constraint that <paramref name="name"/> strictly subsumes is removed - deferred past the
            enumeration, which must not mutate the set - and <paramref name="name"/> is added. Keeps the
            stored sets pairwise non-nested (minimal). One Relate per element.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixAttrCertChecker.GetSupportedExtensions">
             Returns an immutable <code>Set</code> of X.509 attribute certificate
             extensions that this <code>PkixAttrCertChecker</code> supports or
             <code>null</code> if no extensions are supported.
             <p>
             Each element of the set is a <code>String</code> representing the
             Object Identifier (OID) of the X.509 extension that is supported.
             </p>
             <p>
             All X.509 attribute certificate extensions that a
             <code>PkixAttrCertChecker</code> might possibly be able to process
             should be included in the set.
             </p>
            
             @return an immutable <code>Set</code> of X.509 extension OIDs (in
                     <code>String</code> format) supported by this
                     <code>PkixAttrCertChecker</code>, or <code>null</code> if no
                     extensions are supported
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixAttrCertChecker.Check(Org.BouncyCastle.X509.X509V2AttributeCertificate,Org.BouncyCastle.Pkix.PkixCertPath,Org.BouncyCastle.Pkix.PkixCertPath,System.Collections.Generic.ICollection{System.String})">
             Performs checks on the specified attribute certificate. Every handled
             extension is rmeoved from the <code>unresolvedCritExts</code>
             collection.
            
             @param attrCert The attribute certificate to be checked.
             @param certPath The certificate path which belongs to the attribute
                        certificate issuer public key certificate.
             @param holderCertPath The certificate path which belongs to the holder
                        certificate.
             @param unresolvedCritExts a <code>Collection</code> of OID strings
                        representing the current set of unresolved critical extensions
             @throws CertPathValidatorException if the specified attribute certificate
                         does not pass the check.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixAttrCertChecker.Clone">
             Returns a clone of this object.
            
             @return a copy of this <code>PkixAttrCertChecker</code>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixAttrCertPathBuilder.Build(Org.BouncyCastle.Pkix.PkixBuilderParameters)">
             Build and validate a CertPath using the given parameter.
            
             @param params PKIXBuilderParameters object containing all information to
                        build the CertPath
        </member>
        <member name="T:Org.BouncyCastle.Pkix.PkixAttrCertPathValidator">
            CertPathValidatorSpi implementation for X.509 Attribute Certificates la RFC 3281.
            
            @see Org.BouncyCastle.X509.ExtendedPkixParameters
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixAttrCertPathValidator.Validate(Org.BouncyCastle.Pkix.PkixCertPath,Org.BouncyCastle.Pkix.PkixParameters)">
            Validates an attribute certificate with the given certificate path.
            
            <p>
            <code>params</code> must be an instance of
            <code>ExtendedPkixParameters</code>.
            </p><p>
            The target constraints in the <code>params</code> must be an
            <code>X509AttrCertStoreSelector</code> with at least the attribute
            certificate criterion set. Obey that also target informations may be
            necessary to correctly validate this attribute certificate.
            </p><p>
            The attribute certificate issuer must be added to the trusted attribute
            issuers with {@link ExtendedPkixParameters#setTrustedACIssuers(Set)}.
            </p>
            @param certPath The certificate path which belongs to the attribute
                       certificate issuer public key certificate.
            @param params The PKIX parameters.
            @return A <code>PKIXCertPathValidatorResult</code> of the result of
                    validating the <code>certPath</code>.
            @throws InvalidAlgorithmParameterException if <code>params</code> is
                        inappropriate for this validator.
            @throws CertPathValidatorException if the verification fails.
        </member>
        <member name="T:Org.BouncyCastle.Pkix.PkixBuilderParameters">
            <summary>
            Summary description for PkixBuilderParameters.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixBuilderParameters.GetInstance(Org.BouncyCastle.Pkix.PkixParameters)">
             Returns an instance of <code>PkixBuilderParameters</code>.
             <p>
             This method can be used to get a copy from other
             <code>PKIXBuilderParameters</code>, <code>PKIXParameters</code>,
             and <code>ExtendedPKIXParameters</code> instances.
             </p>
            
             @param pkixParams The PKIX parameters to create a copy of.
             @return An <code>PkixBuilderParameters</code> instance.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixBuilderParameters.GetExcludedCerts">
            <summary>
            Excluded certificates are not used for building a certification path.
            </summary>
            <returns>the excluded certificates.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixBuilderParameters.SetExcludedCerts(System.Collections.Generic.ISet{Org.BouncyCastle.X509.X509Certificate})">
            <summary>
            Sets the excluded certificates which are not used for building a
            certification path. If the <code>ISet</code> is <code>null</code> an
            empty set is assumed.
            </summary>
            <remarks>
            The given set is cloned to protect it against subsequent modifications.
            </remarks>
            <param name="excludedCerts">The excluded certificates to set.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixBuilderParameters.SetParams(Org.BouncyCastle.Pkix.PkixParameters)">
            Can alse handle <code>ExtendedPKIXBuilderParameters</code> and
            <code>PKIXBuilderParameters</code>.
            
            @param params Parameters to set.
            @see Org.BouncyCastle.X509.ExtendedPKIXParameters#setParams(java.security.cert.PKIXParameters)
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixBuilderParameters.Clone">
             Makes a copy of this <code>PKIXParameters</code> object. Changes to the
             copy will not affect the original and vice versa.
            
             @return a copy of this <code>PKIXParameters</code> object
        </member>
        <member name="T:Org.BouncyCastle.Pkix.PkixCertPath">
             An immutable sequence of certificates (a certification path).<br />
             <br />
             This is an abstract class that defines the methods common to all CertPaths.
             Subclasses can handle different kinds of certificates (X.509, PGP, etc.).<br />
             <br />
             All CertPath objects have a type, a list of Certificates, and one or more
             supported encodings. Because the CertPath class is immutable, a CertPath
             cannot change in any externally visible way after being constructed. This
             stipulation applies to all public fields and methods of this class and any
             added or overridden by subclasses.<br />
             <br />
             The type is a string that identifies the type of Certificates in the
             certification path. For each certificate cert in a certification path
             certPath, cert.getType().equals(certPath.getType()) must be true.<br />
             <br />
             The list of Certificates is an ordered List of zero or more Certificates.
             This List and all of the Certificates contained in it must be immutable.<br />
             <br />
             Each CertPath object must support one or more encodings so that the object
             can be translated into a byte array for storage or transmission to other
             parties. Preferably, these encodings should be well-documented standards
             (such as PKCS#7). One of the encodings supported by a CertPath is considered
             the default encoding. This encoding is used if no encoding is explicitly
             requested (for the {@link #getEncoded()} method, for instance).<br />
             <br />
             All CertPath objects are also Serializable. CertPath objects are resolved
             into an alternate {@link CertPathRep} object during serialization. This
             allows a CertPath object to be serialized into an equivalent representation
             regardless of its underlying implementation.<br />
             <br />
             CertPath objects can be created with a CertificateFactory or they can be
             returned by other classes, such as a CertPathBuilder.<br />
             <br />
             By convention, X.509 CertPaths (consisting of X509Certificates), are ordered
             starting with the target certificate and ending with a certificate issued by
             the trust anchor. That is, the issuer of one certificate is the subject of
             the following one. The certificate representing the
             {@link TrustAnchor TrustAnchor} should not be included in the certification
             path. Unvalidated X.509 CertPaths may not follow these conventions. PKIX
             CertPathValidators will detect any departure from these conventions that
             cause the certification path to be invalid and throw a
             CertPathValidatorException.<br />
             <br />
             <strong>Concurrent Access</strong><br />
             <br />
             All CertPath objects must be thread-safe. That is, multiple threads may
             concurrently invoke the methods defined in this class on a single CertPath
             object (or more than one) with no ill effects. This is also true for the List
             returned by CertPath.getCertificates.<br />
             <br />
             Requiring CertPath objects to be immutable and thread-safe allows them to be
             passed around to various pieces of code without worrying about coordinating
             access. Providing this thread-safety is generally not difficult, since the
             CertPath and List objects in question are immutable.
            
             @see CertificateFactory
             @see CertPathBuilder
            <summary>
            CertPath implementation for X.509 certificates.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPath.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.X509.X509Certificate})">
            Creates a CertPath of the specified type.
            This constructor is protected because most users should use
            a CertificateFactory to create CertPaths.
            @param type the standard name of the type of Certificatesin this path
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPath.#ctor(System.IO.Stream,System.String)">
             Creates a CertPath of the specified type.
             This constructor is protected because most users should use
             a CertificateFactory to create CertPaths.
            
             @param type the standard name of the type of Certificatesin this path
        </member>
        <member name="P:Org.BouncyCastle.Pkix.PkixCertPath.Encodings">
             Returns an iteration of the encodings supported by this
             certification path, with the default encoding
             first. Attempts to modify the returned Iterator via its
             remove method result in an UnsupportedOperationException.
            
             @return an Iterator over the names of the supported encodings (as Strings)
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPath.Equals(System.Object)">
             Compares this certification path for equality with the specified object.
             Two CertPaths are equal if and only if their types are equal and their
             certificate Lists (and by implication the Certificates in those Lists)
             are equal. A CertPath is never equal to an object that is not a CertPath.<br />
             <br />
             This algorithm is implemented by this method. If it is overridden, the
             behavior specified here must be maintained.
            
             @param other
                        the object to test for equality with this certification path
            
             @return true if the specified object is equal to this certification path,
                     false otherwise
            
             @see Object#hashCode() Object.hashCode()
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPath.GetEncoded">
             Returns the encoded form of this certification path, using
             the default encoding.
            
             @return the encoded bytes
             @exception CertificateEncodingException if an encoding error occurs
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPath.GetEncoded(System.String)">
             Returns the encoded form of this certification path, using
             the specified encoding.
            
             @param encoding the name of the encoding to use
             @return the encoded bytes
             @exception CertificateEncodingException if an encoding error
             occurs or the encoding requested is not supported
            
        </member>
        <member name="P:Org.BouncyCastle.Pkix.PkixCertPath.Certificates">
            <summary>
            Returns the list of certificates in this certification
            path.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPath.ToAsn1Object(Org.BouncyCastle.X509.X509Certificate)">
             Return a DERObject containing the encoded certificate.
            
             @param cert the X509Certificate object to be encoded
            
             @return the DERObject
        </member>
        <member name="T:Org.BouncyCastle.Pkix.PkixCertPathBuilder">
             Implements the PKIX CertPathBuilding algorithm for BouncyCastle.
            
             @see CertPathBuilderSpi
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathBuilder.Build(Org.BouncyCastle.Pkix.PkixBuilderParameters)">
             Build and validate a CertPath using the given parameter.
            
             @param params PKIXBuilderParameters object containing all information to
                        build the CertPath
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathChecker.Init(System.Boolean)">
             Initializes the internal state of this <code>PKIXCertPathChecker</code>.
             <p>
             The <code>forward</code> flag specifies the order that certificates
             will be passed to the {@link #check check} method (forward or reverse). A
             <code>PKIXCertPathChecker</code> <b>must</b> support reverse checking
             and <b>may</b> support forward checking.
             </p>
            
             @param forward
                        the order that certificates are presented to the
                        <code>check</code> method. If <code>true</code>,
                        certificates are presented from target to most-trusted CA
                        (forward); if <code>false</code>, from most-trusted CA to
                        target (reverse).
             @exception CertPathValidatorException
                            if this <code>PKIXCertPathChecker</code> is unable to
                            check certificates in the specified order; it should never
                            be thrown if the forward flag is false since reverse
                            checking must be supported
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathChecker.IsForwardCheckingSupported">
             Indicates if forward checking is supported. Forward checking refers to
             the ability of the <code>PKIXCertPathChecker</code> to perform its
             checks when certificates are presented to the <code>check</code> method
             in the forward direction (from target to most-trusted CA).
            
             @return <code>true</code> if forward checking is supported,
                     <code>false</code> otherwise
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathChecker.GetSupportedExtensions">
             Returns an immutable <code>Set</code> of X.509 certificate extensions
             that this <code>PKIXCertPathChecker</code> supports (i.e. recognizes,
             is able to process), or <code>null</code> if no extensions are
             supported.
             <p>
             Each element of the set is a <code>String</code> representing the
             Object Identifier (OID) of the X.509 extension that is supported. The OID
             is represented by a set of nonnegative integers separated by periods.
             </p><p>
             All X.509 certificate extensions that a <code>PKIXCertPathChecker</code>
             might possibly be able to process should be included in the set.
             </p>
            
             @return an immutable <code>Set</code> of X.509 extension OIDs (in
                     <code>String</code> format) supported by this
                     <code>PKIXCertPathChecker</code>, or <code>null</code> if no
                     extensions are supported
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathChecker.Check(Org.BouncyCastle.X509.X509Certificate,System.Collections.Generic.ISet{System.String})">
             Performs the check(s) on the specified certificate using its internal
             state and removes any critical extensions that it processes from the
             specified collection of OID strings that represent the unresolved
             critical extensions. The certificates are presented in the order
             specified by the <code>init</code> method.
            
             @param cert
                        the <code>Certificate</code> to be checked
             @param unresolvedCritExts
                        a <code>Collection</code> of OID strings representing the
                        current set of unresolved critical extensions
             @exception CertPathValidatorException
                            if the specified certificate does not pass the check
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathChecker.Clone">
             Returns a clone of this object. Calls the <code>Object.clone()</code>
             method. All subclasses which maintain state must support and override
             this method, if necessary.
            
             @return a copy of this <code>PKIXCertPathChecker</code>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.PkixCertPathValidator">
            The <i>Service Provider Interface</i> (<b>SPI</b>)
            for the {@link CertPathValidator CertPathValidator} class. All
            <code>CertPathValidator</code> implementations must include a class (the
            SPI class) that extends this class (<code>CertPathValidatorSpi</code>)
            and implements all of its methods. In general, instances of this class
            should only be accessed through the <code>CertPathValidator</code> class.
            For details, see the Java Cryptography Architecture.<br />
            <br />
            <b>Concurrent Access</b><br />
            <br />
            Instances of this class need not be protected against concurrent
            access from multiple threads. Threads that need to access a single
            <code>CertPathValidatorSpi</code> instance concurrently should synchronize
            amongst themselves and provide the necessary locking before calling the
            wrapping <code>CertPathValidator</code> object.<br />
            <br />
            However, implementations of <code>CertPathValidatorSpi</code> may still
            encounter concurrency issues, since multiple threads each
            manipulating a different <code>CertPathValidatorSpi</code> instance need not
            synchronize.
            <summary>
            CertPathValidatorSpi implementation for X.509 Certificate validation a la RFC
            3280.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException">
             An exception indicating one of a variety of problems encountered when
             validating a certification path. <br />
             <br />
             A <code>CertPathValidatorException</code> provides support for wrapping
             exceptions. The {@link #getCause getCause} method returns the throwable,
             if any, that caused this exception to be thrown. <br />
             <br />
             A <code>CertPathValidatorException</code> may also include the index of
             the certificate in the certification path that caused the
             exception to be thrown. Use the {@link #Index Index} property to retrieve
             this information.<br />
             <br />
             <b>Concurrent Access</b><br />
             <br />
             Unless otherwise specified, the methods defined in this class are not
             thread-safe. Multiple threads that need to access a single
             object concurrently should synchronize amongst themselves and
             provide the necessary locking. Multiple threads each manipulating
             separate objects need not synchronize.
            
             @see CertPathValidator
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathValidatorException.#ctor(System.String,System.Exception,System.Int32)">
            <summary>
            Creates a <code>PkixCertPathValidatorException</code> with the specified
            detail message, cause, certification path, and index.
            </summary>
            <param name="message">the detail message (or <code>null</code> if none)</param>
            <param name="innerException">the cause (or <code>null</code> if none)</param>
            <param name="index">the index of the certificate in the certification path that</param>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.PkixCertPathValidatorException.Index">
            <summary> eturns the index of the certificate in the certification path that caused the exception to be
            thrown.</summary>
            <remarks>
            Note that the list of certificates in a <see cref="T:Org.BouncyCastle.Pkix.PkixCertPath"/> is zero based. If no index has been set,
            -1 is returned.
            </remarks>
            <returns>The index that has been set, or -1 if none has been set.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities">
            <summary>
            Summary description for PkixCertPathValidatorUtilities.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities.KEY_CERT_SIGN">
            <summary>
            key usage bits
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities.FindTrustAnchor(Org.BouncyCastle.X509.X509Certificate,System.Collections.Generic.ISet{Org.BouncyCastle.Pkix.TrustAnchor})">
            <summary>
            Search the given Set of TrustAnchor's for one that is the
            issuer of the given X509 certificate.
            </summary>
            <param name="cert">the X509 certificate</param>
            <param name="trustAnchors">a Set of TrustAnchor's</param>
            <returns>the <code>TrustAnchor</code> object if found or
            <code>null</code> if not.
            </returns>
            @exception
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities.GetIssuerPrincipal(System.Object)">
            <summary>
            Returns the issuer of an attribute certificate or certificate.
            </summary>
            <param name="obj">The attribute certificate or certificate.</param>
            <returns>The issuer as <code>X500Principal</code>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities.CheckPolicyTreeSize(System.Collections.Generic.List{Org.BouncyCastle.Pkix.PkixPolicyNode}[])">
            <summary>
            Bound the size of the valid-policy-tree to guard against a crafted certificate chain whose
            policy mappings and anyPolicy expansion (RFC 5280 6.1.3/6.1.4) make the tree grow
            multiplicatively per certificate -- a denial of service of the class of CVE-2023-0464.
            Called once per certificate after that certificate's policy processing; the live node count
            across all depth levels must not exceed the configured maximum.
            </summary>
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities.GetNextWorkingKey(System.Collections.Generic.IList{Org.BouncyCastle.X509.X509Certificate},System.Int32)">
             Return the next working key inheriting DSA parameters if necessary.
             <p>
             This methods inherits DSA parameters from the indexed certificate or
             previous certificates in the certificate chain to the returned
             <code>PublicKey</code>. The list is searched upwards, meaning the end
             certificate is at position 0 and previous certificates are following.
             </p>
             <p>
             If the indexed certificate does not contain a DSA key this method simply
             returns the public key. If the DSA key already contains DSA parameters
             the key is also only returned.
             </p>
            
             @param certs The certification path.
             @param index The index of the certificate which contains the public key
                        which should be extended with DSA parameters.
             @return The public key of the certificate in list position
                     <code>index</code> extended with DSA parameters if applicable.
             @throws Exception if DSA parameters cannot be inherited.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities.GetCrlIssuersFromDistributionPoint(Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Collections.Generic.ICollection{Org.BouncyCastle.Asn1.X509.X509Name},Org.BouncyCastle.X509.Store.X509CrlStoreSelector,Org.BouncyCastle.Pkix.PkixParameters)">
             Add the CRL issuers from the cRLIssuer field of the distribution point or
             from the certificate if not given to the issuer criterion of the
             <code>selector</code>.
             <p>
             The <code>issuerPrincipals</code> are a collection with a single
             <code>X500Principal</code> for <code>X509Certificate</code>s. For
             {@link X509AttributeCertificate}s the issuer may contain more than one
             <code>X500Principal</code>.
             </p>
            
             @param dp The distribution point.
             @param issuerPrincipals The issuers of the certificate or attribute
                        certificate which contains the distribution point.
             @param selector The CRL selector.
             @param pkixParams The PKIX parameters containing the cert stores.
             @throws Exception if an exception occurs while processing.
             @throws ClassCastException if <code>issuerPrincipals</code> does not
             contain only <code>X500Principal</code>s.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities.GetCompleteCrls(System.Int32,Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Object,Org.BouncyCastle.Pkix.PkixParameters,System.DateTime)">
             Fetches complete CRLs according to RFC 3280.
            
             @param dp The distribution point for which the complete CRL
             @param certObj The <code>X509Certificate</code> or
                        {@link Org.BouncyCastle.X509.X509AttributeCertificate} for
                        which the CRL should be searched.
             @param pkixParams The extended PKIX parameters.
             @param validityDate The date for which the delta CRLs must be valid.
             @return A <code>Set</code> of <code>X509CRL</code>s with complete CRLs.
             @throws Exception if an exception occurs while picking the CRLs or no CRLs are found.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities.GetDeltaCrls(System.DateTime,Org.BouncyCastle.Pkix.PkixParameters,Org.BouncyCastle.X509.X509Crl)">
             Fetches delta CRLs according to RFC 3280 section 5.2.4.
            
             @param validityDate The date for which the delta CRLs must be valid.
             @param pkixParams The extended PKIX parameters.
             @param completeCrl The complete CRL the delta CRL is for.
             @return A <code>Set</code> of <code>X509CRL</code>s with delta CRLs.
             @throws Exception if an exception occurs while picking the delta
                         CRLs.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCertPathValidatorUtilities.FindIssuerCerts(Org.BouncyCastle.X509.X509Certificate,Org.BouncyCastle.Pkix.PkixBuilderParameters)">
             Find the issuer certificates of a given certificate.
            
             @param cert
                        The certificate for which an issuer should be found.
             @param pkixParams
             @return A <code>Collection</code> object containing the issuer
                     <code>X509Certificate</code>s. Never <code>null</code>.
            
             @exception Exception
                            if an error occurs.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixCrlUtilities.ImplFindCrls(Org.BouncyCastle.Utilities.Collections.ISelector{Org.BouncyCastle.X509.X509Crl},System.Collections.Generic.IEnumerable{Org.BouncyCastle.Utilities.Collections.IStore{Org.BouncyCastle.X509.X509Crl}})">
            <summary>
            crl checking
            Return a Collection of all CRLs found in the X509Store's that are
            matching the crlSelect criteriums.
            </summary>
            <param name="crlSelector">a {@link X509CRLStoreSelector} object that will be used
            to select the CRLs</param>
            <param name="crlStores">a List containing only {@link Org.BouncyCastle.X509.X509Store
            X509Store} objects. These are used to search for CRLs</param>
            <returns>a Collection of all found {@link X509CRL X509CRL} objects. May be
            empty but never <code>null</code>.
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckDN(Org.BouncyCastle.Asn1.Asn1Sequence)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckDN(Org.BouncyCastle.Asn1.X509.X509Name)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckDNSgp22(Org.BouncyCastle.Asn1.X509.X509Name)">
            <summary>Check a directoryName with the relaxed GSMA SGP.22 matching (see
            <see cref="M:Org.BouncyCastle.Pkix.NameConstraintDN.IsConstrainedSgp22(System.Collections.Generic.HashSet{Org.BouncyCastle.Pkix.NameConstraintDN},Org.BouncyCastle.Pkix.NameConstraintDN)"/>). The cert-path driver calls this instead of
            <see cref="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckDN(Org.BouncyCastle.Asn1.X509.X509Name)"/> when a chain identifies itself as SGP.22 by its policy OIDs.</summary>
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckDNSgp22(Org.BouncyCastle.Asn1.Asn1Sequence)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckExcludedDN(Org.BouncyCastle.Asn1.Asn1Sequence)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckPermittedDN(Org.BouncyCastle.Asn1.Asn1Sequence)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckEmail(System.String)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckExcludedEmail(System.String)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckPermittedEmail(System.String)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.checkPermitted(Org.BouncyCastle.Asn1.X509.GeneralName)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckName(Org.BouncyCastle.Asn1.X509.GeneralName)">
            Checks that the given GeneralName is within the permitted subtrees and not within the excluded
            subtrees, converting the name (once) as required. The permitted check is applied before the
            excluded check, so for a name violating both it is the permitted violation that is reported.
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckPermittedName(Org.BouncyCastle.Asn1.X509.GeneralName)">
             Checks if the given GeneralName is in the permitted ISet.
            
             @param name The GeneralName
             @throws PkixNameConstraintValidatorException
                      If the <code>name</code>
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.checkExcluded(Org.BouncyCastle.Asn1.X509.GeneralName)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.CheckExcludedName(Org.BouncyCastle.Asn1.X509.GeneralName)">
             Check if the given GeneralName is contained in the excluded ISet.
            
             @param name The GeneralName.
             @throws PkixNameConstraintValidatorException
                      If the <code>name</code> is
                      excluded.
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.IntersectPermittedSubtree(Org.BouncyCastle.Asn1.X509.GeneralSubtree)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException">for a structurally invalid constraint</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.IntersectPermittedSubtree(Org.BouncyCastle.Asn1.Asn1Sequence)">
             Updates the permitted ISet of these name constraints with the intersection
             with the given subtree.
            
             @param permitted The permitted subtrees
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException">for a structurally invalid constraint</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixNameConstraintValidator.AddExcludedSubtree(Org.BouncyCastle.Asn1.X509.GeneralSubtree)">
             Adds a subtree to the excluded ISet of these name constraints.
            
             @param subtree A subtree with an excluded GeneralName.
            <exception cref="T:Org.BouncyCastle.Pkix.PkixNameConstraintValidatorException">for a structurally invalid constraint</exception>
        </member>
        <member name="T:Org.BouncyCastle.Pkix.PkixParameters">
            <summary>
            Summary description for PkixParameters.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pkix.PkixParameters.PkixValidityModel">
            This is the default PKIX validity model. Actually there are two variants
            of this: The PKIX model and the modified PKIX model. The PKIX model
            verifies that all involved certificates must have been valid at the
            current time. The modified PKIX model verifies that all involved
            certificates were valid at the signing time. Both are indirectly choosen
            with the {@link PKIXParameters#setDate(java.util.Date)} method, so this
            methods sets the Date when <em>all</em> certificates must have been
            valid.
        </member>
        <member name="F:Org.BouncyCastle.Pkix.PkixParameters.ChainValidityModel">
            This model uses the following validity model. Each certificate must have
            been valid at the moment where is was used. That means the end
            certificate must have been valid at the time the signature was done. The
            CA certificate which signed the end certificate must have been valid,
            when the end certificate was signed. The CA (or Root CA) certificate must
            have been valid, when the CA certificate was signed and so on. So the
            {@link PKIXParameters#setDate(java.util.Date)} method sets the time, when
            the <em>end certificate</em> must have been valid. <p/> It is used e.g.
            in the German signature law.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.#ctor(System.Collections.Generic.ISet{Org.BouncyCastle.Pkix.TrustAnchor})">
             Creates an instance of PkixParameters with the specified Set of
             most-trusted CAs. Each element of the set is a TrustAnchor.<br />
             <br />
             Note that the Set is copied to protect against subsequent modifications.
            
             @param trustAnchors
                        a Set of TrustAnchors
            
             @exception InvalidAlgorithmParameterException
                            if the specified Set is empty
                            <code>(trustAnchors.isEmpty() == true)</code>
             @exception NullPointerException
                            if the specified Set is <code>null</code>
             @exception ClassCastException
                            if any of the elements in the Set are not of type
                            <code>java.security.cert.TrustAnchor</code>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.PkixParameters.IsRevocationEnabled">
            **
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.GetTargetConstraintsAttrCert">
             Returns the required constraints on the target certificate or attribute
             certificate. The constraints are returned as an instance of
             <code>IX509Selector</code>. If <code>null</code>, no constraints are
             defined.
            
             <p>
             The target certificate in a PKIX path may be a certificate or an
             attribute certificate.
             </p><p>
             Note that the <code>IX509Selector</code> returned is cloned to protect
             against subsequent modifications.
             </p>
             @return a <code>IX509Selector</code> specifying the constraints on the
                     target certificate or attribute certificate (or <code>null</code>)
             @see #setTargetConstraints
             @see X509CertStoreSelector
             @see X509AttributeCertStoreSelector
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.SetTargetConstraintsAttrCert(Org.BouncyCastle.Utilities.Collections.ISelector{Org.BouncyCastle.X509.X509V2AttributeCertificate})">
             Sets the required constraints on the target certificate or attribute
             certificate. The constraints are specified as an instance of
             <code>IX509Selector</code>. If <code>null</code>, no constraints are
             defined.
             <p>
             The target certificate in a PKIX path may be a certificate or an
             attribute certificate.
             </p><p>
             Note that the <code>IX509Selector</code> specified is cloned to protect
             against subsequent modifications.
             </p>
            
             @param selector a <code>IX509Selector</code> specifying the constraints on
                        the target certificate or attribute certificate (or
                        <code>null</code>)
             @see #getTargetConstraints
             @see X509CertStoreSelector
             @see X509AttributeCertStoreSelector
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.GetTargetConstraintsCert">
             Returns the required constraints on the target certificate. The
             constraints are returned as an instance of CertSelector. If
             <code>null</code>, no constraints are defined.<br />
             <br />
             Note that the CertSelector returned is cloned to protect against
             subsequent modifications.
            
             @return a CertSelector specifying the constraints on the target
                     certificate (or <code>null</code>)
            
             @see #setTargetCertConstraints(CertSelector)
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.SetTargetConstraintsCert(Org.BouncyCastle.Utilities.Collections.ISelector{Org.BouncyCastle.X509.X509Certificate})">
             Sets the required constraints on the target certificate. The constraints
             are specified as an instance of CertSelector. If null, no constraints are
             defined.<br />
             <br />
             Note that the CertSelector specified is cloned to protect against
             subsequent modifications.
            
             @param selector
                        a CertSelector specifying the constraints on the target
                        certificate (or <code>null</code>)
            
             @see #getTargetCertConstraints()
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.GetInitialPolicies">
             Returns an immutable Set of initial policy identifiers (OID strings),
             indicating that any one of these policies would be acceptable to the
             certificate user for the purposes of certification path processing. The
             default return value is an empty <code>Set</code>, which is
             interpreted as meaning that any policy would be acceptable.
            
             @return an immutable <code>Set</code> of initial policy OIDs in String
                     format, or an empty <code>Set</code> (implying any policy is
                     acceptable). Never returns <code>null</code>.
            
             @see #setInitialPolicies(java.util.Set)
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.SetInitialPolicies(System.Collections.Generic.ISet{System.String})">
             Sets the <code>Set</code> of initial policy identifiers (OID strings),
             indicating that any one of these policies would be acceptable to the
             certificate user for the purposes of certification path processing. By
             default, any policy is acceptable (i.e. all policies), so a user that
             wants to allow any policy as acceptable does not need to call this
             method, or can call it with an empty <code>Set</code> (or
             <code>null</code>).<br />
             <br />
             Note that the Set is copied to protect against subsequent modifications.<br />
             <br />
            
             @param initialPolicies
                        a Set of initial policy OIDs in String format (or
                        <code>null</code>)
            
             @exception ClassCastException
                            if any of the elements in the set are not of type String
            
             @see #getInitialPolicies()
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.SetCertPathCheckers(System.Collections.Generic.IList{Org.BouncyCastle.Pkix.PkixCertPathChecker})">
             Sets a <code>List</code> of additional certification path checkers. If
             the specified List contains an object that is not a PKIXCertPathChecker,
             it is ignored.<br />
             <br />
             Each <code>PKIXCertPathChecker</code> specified implements additional
             checks on a certificate. Typically, these are checks to process and
             verify private extensions contained in certificates. Each
             <code>PKIXCertPathChecker</code> should be instantiated with any
             initialization parameters needed to execute the check.<br />
             <br />
             This method allows sophisticated applications to extend a PKIX
             <code>CertPathValidator</code> or <code>CertPathBuilder</code>. Each
             of the specified PKIXCertPathCheckers will be called, in turn, by a PKIX
             <code>CertPathValidator</code> or <code>CertPathBuilder</code> for
             each certificate processed or validated.<br />
             <br />
             Regardless of whether these additional PKIXCertPathCheckers are set, a
             PKIX <code>CertPathValidator</code> or <code>CertPathBuilder</code>
             must perform all of the required PKIX checks on each certificate. The one
             exception to this rule is if the RevocationEnabled flag is set to false
             (see the {@link #setRevocationEnabled(boolean) setRevocationEnabled}
             method).<br />
             <br />
             Note that the List supplied here is copied and each PKIXCertPathChecker
             in the list is cloned to protect against subsequent modifications.
            
             @param checkers
                        a List of PKIXCertPathCheckers. May be null, in which case no
                        additional checkers will be used.
             @exception ClassCastException
                            if any of the elements in the list are not of type
                            <code>java.security.cert.PKIXCertPathChecker</code>
             @see #getCertPathCheckers()
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.GetCertPathCheckers">
             Returns the List of certification path checkers. Each PKIXCertPathChecker
             in the returned IList is cloned to protect against subsequent modifications.
            
             @return an immutable List of PKIXCertPathCheckers (may be empty, but not
                     <code>null</code>)
            
             @see #setCertPathCheckers(java.util.List)
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.AddCertPathChecker(Org.BouncyCastle.Pkix.PkixCertPathChecker)">
             Adds a <code>PKIXCertPathChecker</code> to the list of certification
             path checkers. See the {@link #setCertPathCheckers setCertPathCheckers}
             method for more details.
             <p>
             Note that the <code>PKIXCertPathChecker</code> is cloned to protect
             against subsequent modifications.</p>
            
             @param checker a <code>PKIXCertPathChecker</code> to add to the list of
             checks. If <code>null</code>, the checker is ignored (not added to list).
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.SetParams(Org.BouncyCastle.Pkix.PkixParameters)">
             Method to support <code>Clone()</code> under J2ME.
             <code>super.Clone()</code> does not exist and fields are not copied.
            
             @param params Parameters to set. If this are
                        <code>ExtendedPkixParameters</code> they are copied to.
        </member>
        <member name="P:Org.BouncyCastle.Pkix.PkixParameters.IsUseDeltasEnabled">
            Whether delta CRLs should be used for checking the revocation status.
            Defaults to <code>false</code>.
        </member>
        <member name="P:Org.BouncyCastle.Pkix.PkixParameters.ValidityModel">
            The validity model.
            @see #CHAIN_VALIDITY_MODEL
            @see #PKIX_VALIDITY_MODEL
        </member>
        <member name="P:Org.BouncyCastle.Pkix.PkixParameters.IsAdditionalLocationsEnabled">
             Returns if additional {@link X509Store}s for locations like LDAP found
             in certificates or CRLs should be used.
            
             @return Returns <code>true</code> if additional stores are used.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.SetAdditionalLocationsEnabled(System.Boolean)">
             Sets if additional {@link X509Store}s for locations like LDAP found in
             certificates or CRLs should be used.
            
             @param enabled <code>true</code> if additional stores are used.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.GetTrustedACIssuers">
             Returns the trusted attribute certificate issuers. If attribute
             certificates is verified the trusted AC issuers must be set.
             <p>
             The returned <code>ISet</code> consists of <code>TrustAnchor</code>s.
             </p><p>
             The returned <code>ISet</code> is immutable. Never <code>null</code>
             </p>
            
             @return Returns an immutable set of the trusted AC issuers.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.SetTrustedACIssuers(System.Collections.Generic.ISet{Org.BouncyCastle.Pkix.TrustAnchor})">
             Sets the trusted attribute certificate issuers. If attribute certificates
             is verified the trusted AC issuers must be set.
             <p>
             The <code>trustedACIssuers</code> must be a <code>ISet</code> of
             <code>TrustAnchor</code>
             </p><p>
             The given set is cloned.
             </p>
            
             @param trustedACIssuers The trusted AC issuers to set. Is never
                        <code>null</code>.
             @throws ClassCastException if an element of <code>stores</code> is not
                         a <code>TrustAnchor</code>.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.GetNecessaryACAttributes">
             Returns the necessary attributes which must be contained in an attribute
             certificate.
             <p>
             The returned <code>ISet</code> is immutable and contains
             <code>String</code>s with the OIDs.
             </p>
            
             @return Returns the necessary AC attributes.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.SetNecessaryACAttributes(System.Collections.Generic.ISet{System.String})">
             Sets the necessary which must be contained in an attribute certificate.
             <p>
             The <code>ISet</code> must contain <code>String</code>s with the
             OIDs.
             </p><p>
             The set is cloned.
             </p>
            
             @param necessaryACAttributes The necessary AC attributes to set.
             @throws ClassCastException if an element of
                         <code>necessaryACAttributes</code> is not a
                         <code>String</code>.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.GetProhibitedACAttributes">
             Returns the attribute certificates which are not allowed.
             <p>
             The returned <code>ISet</code> is immutable and contains
             <code>String</code>s with the OIDs.
             </p>
            
             @return Returns the prohibited AC attributes. Is never <code>null</code>.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.SetProhibitedACAttributes(System.Collections.Generic.ISet{System.String})">
             Sets the attribute certificates which are not allowed.
             <p>
             The <code>ISet</code> must contain <code>String</code>s with the
             OIDs.
             </p><p>
             The set is cloned.
             </p>
            
             @param prohibitedACAttributes The prohibited AC attributes to set.
             @throws ClassCastException if an element of
                         <code>prohibitedACAttributes</code> is not a
                         <code>String</code>.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.GetAttrCertCheckers">
             Returns the attribute certificate checker. The returned set contains
             {@link PKIXAttrCertChecker}s and is immutable.
            
             @return Returns the attribute certificate checker. Is never
                     <code>null</code>.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixParameters.SetAttrCertCheckers(System.Collections.Generic.ISet{Org.BouncyCastle.Pkix.PkixAttrCertChecker})">
             Sets the attribute certificate checkers.
             <p>
             All elements in the <code>ISet</code> must a {@link PKIXAttrCertChecker}.
             </p>
             <p>
             The given set is cloned.
             </p>
            
             @param attrCertCheckers The attribute certificate checkers to set. Is
                        never <code>null</code>.
             @throws ClassCastException if an element of <code>attrCertCheckers</code>
                         is not a <code>PKIXAttrCertChecker</code>.
        </member>
        <member name="T:Org.BouncyCastle.Pkix.PkixPolicyNode">
            <summary>
            Summary description for PkixPolicyNode.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.PkixPolicyNode.#ctor(System.Collections.Generic.IEnumerable{Org.BouncyCastle.Pkix.PkixPolicyNode},System.Int32,System.Collections.Generic.ISet{System.String},Org.BouncyCastle.Pkix.PkixPolicyNode,System.Collections.Generic.ISet{Org.BouncyCastle.Asn1.X509.PolicyQualifierInfo},System.String,System.Boolean)">
            Constructors
        </member>
        <member name="T:Org.BouncyCastle.Pkix.ReasonsMask">
            <summary>
            This class helps to handle CRL revocation reasons mask. Each CRL handles a certain set of revocation reasons.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pkix.ReasonsMask.AllReasons">
            <summary>Value with all revocation reasons flags set.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.ReasonsMask.#ctor">
            <summary>
            A reason mask with no reason.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.ReasonsMask.#ctor(System.Int32)">
            <summary>
            Constructs a reason mask with the given reasons.
            </summary>
            <param name="reasons">The reasons.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.ReasonsMask.AddReasons(Org.BouncyCastle.Pkix.ReasonsMask)">
            <summary>Adds all reasons from the reasons mask to this mask.</summary>
            <param name="mask">The reasons mask to add.</param>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.ReasonsMask.IsAllReasons">
            <summary>
            Returns <code>true</code> if this reasons mask contains all possible reasons.
            </summary>
            <returns><c>true</c> if this reasons mask contains all possible reasons.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.ReasonsMask.HasNewReasons(Org.BouncyCastle.Pkix.ReasonsMask)">
            <summary>
            Returns <c>true</c> if the passed reasons mask has new reasons.
            </summary>
            <param name="mask">The reasons mask which should be tested for new reasons.</param>
            <returns><c>true</c> if the passed reasons mask has one or more new reasons.</returns>
        </member>
        <member name="F:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.CrlSignersInProgress">
            <summary>
            Per-thread set of CRL-signer certificates currently being validated by
            <see cref="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.ProcessCrlF(Org.BouncyCastle.X509.X509Crl,System.Object,Org.BouncyCastle.X509.X509Certificate,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Pkix.PkixParameters,System.Collections.Generic.IList{Org.BouncyCastle.X509.X509Certificate})"/>.
            </summary>
            <remarks>
            Used to break cycles when multiple candidate signers cause the recursive
            <see cref="M:Org.BouncyCastle.Pkix.PkixCertPathBuilder.Build(Org.BouncyCastle.Pkix.PkixBuilderParameters)"/> call inside <c>ProcessCrlF</c> to re-enter
            for the same signer (github bc-java #2291).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.ProcessCrlB2(Org.BouncyCastle.Asn1.X509.DistributionPoint,Org.BouncyCastle.X509.IX509Extension,Org.BouncyCastle.X509.X509Crl)">
             If the complete CRL includes an issuing distribution point (IDP) CRL
             extension check the following:
             <p>
             (i) If the distribution point name is present in the IDP CRL extension
             and the distribution field is present in the DP, then verify that one of
             the names in the IDP matches one of the names in the DP. If the
             distribution point name is present in the IDP CRL extension and the
             distribution field is omitted from the DP, then verify that one of the
             names in the IDP matches one of the names in the cRLIssuer field of the
             DP.
             </p>
             <p>
             (ii) If the onlyContainsUserCerts boolean is asserted in the IDP CRL
             extension, verify that the certificate does not include the basic
             constraints extension with the cA boolean asserted.
             </p>
             <p>
             (iii) If the onlyContainsCACerts boolean is asserted in the IDP CRL
             extension, verify that the certificate includes the basic constraints
             extension with the cA boolean asserted.
             </p>
             <p>
             (iv) Verify that the onlyContainsAttributeCerts boolean is not asserted.
             </p>
            
             @param dp   The distribution point.
             @param cert The certificate.
             @param crl  The CRL.
             @throws AnnotatedException if one of the conditions is not met or an error occurs.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.ProcessCertBC(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,Org.BouncyCastle.Pkix.PkixNameConstraintValidator,System.Boolean)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.PrepareNextCertA(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.ProcessCertD(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Collections.Generic.HashSet{System.String},Org.BouncyCastle.Pkix.PkixPolicyNode,System.Collections.Generic.List{Org.BouncyCastle.Pkix.PkixPolicyNode}[],System.Int32,System.Boolean)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.ProcessCrlB1(Org.BouncyCastle.Asn1.X509.DistributionPoint,System.Object,Org.BouncyCastle.X509.X509Crl)">
             If the DP includes cRLIssuer, then verify that the issuer field in the
             complete CRL matches cRLIssuer in the DP and that the complete CRL
             contains an
                  g distribution point extension with the indirectCRL
             boolean asserted. Otherwise, verify that the CRL issuer matches the
             certificate issuer.
            
             @param dp   The distribution point.
             @param cert The certificate ot attribute certificate.
             @param crl  The CRL for <code>cert</code>.
             @throws AnnotatedException if one of the above conditions does not apply or an error
                                        occurs.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.ProcessCrlF(Org.BouncyCastle.X509.X509Crl,System.Object,Org.BouncyCastle.X509.X509Certificate,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Pkix.PkixParameters,System.Collections.Generic.IList{Org.BouncyCastle.X509.X509Certificate})">
             Obtain and validate the certification path for the complete CRL issuer.
             If a key usage extension is present in the CRL issuer's certificate,
             verify that the cRLSign bit is set.
            
             @param crl                CRL which contains revocation information for the certificate
                                       <code>cert</code>.
             @param cert               The attribute certificate or certificate to check if it is
                                       revoked.
             @param defaultCRLSignCert The issuer certificate of the certificate <code>cert</code>.
             @param defaultCRLSignKey  The public key of the issuer certificate
                                       <code>defaultCRLSignCert</code>.
             @param paramsPKIX         paramsPKIX PKIX parameters.
             @param certPathCerts      The certificates on the certification path.
             @return A <code>Set</code> with all keys of possible CRL issuer
                     certificates.
             @throws AnnotatedException if the CRL is not valid or the status cannot be checked or
                                        some error occurs.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.CheckCrl(System.Int32,Org.BouncyCastle.Asn1.X509.DistributionPoint,Org.BouncyCastle.Pkix.PkixParameters,System.DateTime,System.DateTime,Org.BouncyCastle.X509.X509Certificate,Org.BouncyCastle.X509.X509Certificate,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Pkix.CertStatus,Org.BouncyCastle.Pkix.ReasonsMask,System.Collections.Generic.IList{Org.BouncyCastle.X509.X509Certificate})">
             Checks a distribution point for revocation information for the
             certificate <code>cert</code>.
            
             @param dp                 The distribution point to consider.
             @param paramsPKIX         PKIX parameters.
             @param cert               Certificate to check if it is revoked.
             @param validDate          The date when the certificate revocation status should be
                                       checked.
             @param defaultCRLSignCert The issuer certificate of the certificate <code>cert</code>.
             @param defaultCRLSignKey  The public key of the issuer certificate
                                       <code>defaultCRLSignCert</code>.
             @param certStatus         The current certificate revocation status.
             @param reasonsMask        The reasons mask which is already checked.
             @param certPathCerts      The certificates of the certification path.
             @throws AnnotatedException if the certificate is revoked or the status cannot be checked
                                        or some error occurs.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.CheckCrls(System.Int32,Org.BouncyCastle.Pkix.PkixParameters,Org.BouncyCastle.X509.X509Certificate,System.DateTime,System.DateTime,Org.BouncyCastle.X509.X509Certificate,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Collections.Generic.IList{Org.BouncyCastle.X509.X509Certificate})">
             Checks a certificate if it is revoked.
            
             @param pkixParams       PKIX parameters.
             @param cert             Certificate to check if it is revoked.
             @param currentDate      The date when the check is being performed.
             @param validityDate     The date when the certificate revocation status should be checked.
             @param sign             The issuer certificate of the certificate <code>cert</code>.
             @param workingPublicKey The public key of the issuer certificate <code>sign</code>.
             @param certPathCerts    The certificates of the certification path.
             @throws AnnotatedException if the certificate is revoked or the status cannot be checked
                                        or some error occurs.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.PrepareCertB(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Collections.Generic.List{Org.BouncyCastle.Pkix.PkixPolicyNode}[],Org.BouncyCastle.Pkix.PkixPolicyNode,System.Int32)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.PrepareNextCertI2(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.PrepareNextCertG(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,Org.BouncyCastle.Pkix.PkixNameConstraintValidator)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.PrepareNextCertJ(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.PrepareNextCertK(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.PrepareNextCertL(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.PrepareNextCertM(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32,Org.BouncyCastle.Asn1.X509.BasicConstraints)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.PrepareNextCertN(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.PrepareNextCertO(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Collections.Generic.ISet{System.String},System.Collections.Generic.IEnumerable{Org.BouncyCastle.Pkix.PkixCertPathChecker})">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.WrapupCertB(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Int32)">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.WrapupCertF(Org.BouncyCastle.Pkix.PkixCertPath,System.Int32,System.Collections.Generic.IEnumerable{Org.BouncyCastle.Pkix.PkixCertPathChecker},System.Collections.Generic.ISet{System.String})">
            <exception cref="T:Org.BouncyCastle.Pkix.PkixCertPathValidatorException"/>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.ProcessCrlC(Org.BouncyCastle.X509.X509Crl,Org.BouncyCastle.X509.X509Crl)">
             If use-deltas is set, verify the issuer and scope of the delta CRL.
            
             @param deltaCRL    The delta CRL.
             @param completeCRL The complete CRL.
             @param pkixParams  The PKIX paramaters.
             @throws AnnotatedException if an exception occurs.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3280CertPathUtilities.ExtractEmailAddressesFromSubjectDN(Org.BouncyCastle.Asn1.X509.X509Name)">
            <summary>
            Returns every <c>emailAddress</c> value present in <paramref name="dn"/>, including the values inside
            multi-valued RDNs that hold other attribute types in the same RDN.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities.CheckCrls(Org.BouncyCastle.X509.X509V2AttributeCertificate,Org.BouncyCastle.Pkix.PkixParameters,System.DateTime,System.DateTime,Org.BouncyCastle.X509.X509Certificate,System.Collections.Generic.IList{Org.BouncyCastle.X509.X509Certificate})">
            Checks if an attribute certificate is revoked.
            
            @param attrCert Attribute certificate to check if it is revoked.
            @param paramsPKIX PKIX parameters.
            @param issuerCert The issuer certificate of the attribute certificate
                       <code>attrCert</code>.
            @param validDate The date when the certificate revocation status should
                       be checked.
            @param certPathCerts The certificates of the certification path to be
                       checked.
            
            @throws CertPathValidatorException if the certificate is revoked or the
                        status cannot be checked or some error occurs.
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities.ProcessAttrCert1(Org.BouncyCastle.X509.X509V2AttributeCertificate,Org.BouncyCastle.Pkix.PkixParameters)">
            Searches for a holder public key certificate and verifies its
            certification path.
            
            @param attrCert the attribute certificate.
            @param pkixParams The PKIX parameters.
            @return The certificate path of the holder certificate.
            @throws Exception if
                        <ul>
                        <li>no public key certificate can be found although holder
                        information is given by an entity name or a base certificate
                        ID</li>
                        <li>support classes cannot be created</li>
                        <li>no certification path for the public key certificate can
                        be built</li>
                        </ul>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.Rfc3281CertPathUtilities.CheckCrl(Org.BouncyCastle.Asn1.X509.DistributionPoint,Org.BouncyCastle.X509.X509V2AttributeCertificate,Org.BouncyCastle.Pkix.PkixParameters,System.DateTime,System.DateTime,Org.BouncyCastle.X509.X509Certificate,Org.BouncyCastle.Pkix.CertStatus,Org.BouncyCastle.Pkix.ReasonsMask,System.Collections.Generic.IList{Org.BouncyCastle.X509.X509Certificate})">
            
            Checks a distribution point for revocation information for the
            certificate <code>attrCert</code>.
            
            @param dp The distribution point to consider.
            @param attrCert The attribute certificate which should be checked.
            @param paramsPKIX PKIX parameters.
            @param validDate The date when the certificate revocation status should
                       be checked.
            @param issuerCert Certificate to check if it is revoked.
            @param reasonsMask The reasons mask which is already checked.
            @param certPathCerts The certificates of the certification path to be
                       checked.
            @throws Exception if the certificate is revoked or the status
                        cannot be checked or some error occurs.
        </member>
        <member name="T:Org.BouncyCastle.Pkix.TrustAnchor">
             <summary>
             A trust anchor or most-trusted Certification Authority (CA).
            
             This class represents a "most-trusted CA", which is used as a trust anchor
             for validating X.509 certification paths. A most-trusted CA includes the
             public key of the CA, the CA's name, and any constraints upon the set of
             paths which may be validated using this key. These parameters can be
             specified in the form of a trusted X509Certificate or as individual
             parameters.
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.TrustAnchor.#ctor(Org.BouncyCastle.X509.X509Certificate,System.Byte[])">
             <summary>
             Creates an instance of TrustAnchor with the specified X509Certificate and
             optional name constraints, which are intended to be used as additional
             constraints when validating an X.509 certification path.
             The name constraints are specified as a byte array. This byte array
             should contain the DER encoded form of the name constraints, as they
             would appear in the NameConstraints structure defined in RFC 2459 and
             X.509. The ASN.1 definition of this structure appears below.
            
             <pre>
             NameConstraints ::= SEQUENCE {
                 permittedSubtrees       [0]     GeneralSubtrees OPTIONAL,
                 excludedSubtrees        [1]     GeneralSubtrees OPTIONAL }
            
             GeneralSubtrees ::= SEQUENCE SIZE (1..MAX) OF GeneralSubtree
            
                 GeneralSubtree ::= SEQUENCE {
                 base                    GeneralName,
                 minimum         [0]     BaseDistance DEFAULT 0,
                 maximum         [1]     BaseDistance OPTIONAL }
            
                 BaseDistance ::= INTEGER (0..MAX)
            
                 GeneralName ::= CHOICE {
                 otherName                       [0]     OtherName,
                 rfc822Name                      [1]     IA5String,
                 dNSName                         [2]     IA5String,
                 x400Address                     [3]     ORAddress,
                 directoryName                   [4]     Name,
                 ediPartyName                    [5]     EDIPartyName,
                 uniformResourceIdentifier       [6]     IA5String,
                 iPAddress                       [7]     OCTET STRING,
                 registeredID                    [8]     OBJECT IDENTIFIER}
             </pre>
            
             Note that the name constraints byte array supplied is cloned to protect
             against subsequent modifications.
             </summary>
             <param name="trustedCert">a trusted X509Certificate</param>
             <param name="nameConstraints">a byte array containing the ASN.1 DER encoding of a
             NameConstraints extension to be used for checking name
             constraints. Only the value of the extension is included, not
             the OID or criticality flag. Specify null to omit the
             parameter.</param>
             <exception cref="T:System.ArgumentNullException">if the specified X509Certificate is null</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.TrustAnchor.#ctor(Org.BouncyCastle.Asn1.X509.X509Name,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[])">
            <summary>
            Creates an instance of <c>TrustAnchor</c> where the
            most-trusted CA is specified as an X500Principal and public key.
            </summary>
            <remarks>
            <p>
            Name constraints are an optional parameter, and are intended to be used
            as additional constraints when validating an X.509 certification path.
            </p><p>
            The name constraints are specified as a byte array. This byte array
            contains the DER encoded form of the name constraints, as they
            would appear in the NameConstraints structure defined in RFC 2459
            and X.509. The ASN.1 notation for this structure is supplied in the
            documentation for the other constructors.
            </p><p>
            Note that the name constraints byte array supplied here is cloned to
            protect against subsequent modifications.
            </p>
            </remarks>
            <param name="caPrincipal">the name of the most-trusted CA as X509Name</param>
            <param name="pubKey">the public key of the most-trusted CA</param>
            <param name="nameConstraints">
            a byte array containing the ASN.1 DER encoding of a NameConstraints extension to
            be used for checking name constraints. Only the value of the extension is included,
            not the OID or criticality flag. Specify <c>null</c> to omit the parameter.
            </param>
            <exception cref="T:System.ArgumentNullException">
            if <c>caPrincipal</c> or <c>pubKey</c> is null
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.TrustAnchor.#ctor(System.String,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Byte[])">
            <summary>
            Creates an instance of <code>TrustAnchor</code> where the most-trusted
            CA is specified as a distinguished name and public key. Name constraints
            are an optional parameter, and are intended to be used as additional
            constraints when validating an X.509 certification path.
            <br/>
            The name constraints are specified as a byte array. This byte array
            contains the DER encoded form of the name constraints, as they would
            appear in the NameConstraints structure defined in RFC 2459 and X.509.
            </summary>
            <param name="caName">the X.500 distinguished name of the most-trusted CA in RFC
            2253 string format</param>
            <param name="pubKey">the public key of the most-trusted CA</param>
            <param name="nameConstraints">a byte array containing the ASN.1 DER encoding of a
            NameConstraints extension to be used for checking name
            constraints. Only the value of the extension is included, not 
            the OID or criticality flag. Specify null to omit the 
            parameter.</param>
            throws NullPointerException, IllegalArgumentException
        </member>
        <member name="P:Org.BouncyCastle.Pkix.TrustAnchor.TrustedCert">
            <summary>
            Returns the most-trusted CA certificate.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.TrustAnchor.CA">
            <summary>
            Returns the name of the most-trusted CA as an X509Name.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.TrustAnchor.CAName">
            <summary>
            Returns the name of the most-trusted CA in RFC 2253 string format.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Pkix.TrustAnchor.CAPublicKey">
            <summary>
            Returns the public key of the most-trusted CA.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.TrustAnchor.SetNameConstraints(System.Byte[])">
            <summary>
            Decode the name constraints and clone them if not null.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pkix.TrustAnchor.ToString">
            <summary>
            Returns a formatted string describing the <code>TrustAnchor</code>.
            </summary>
            <returns>a formatted string describing the <code>TrustAnchor</code></returns>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.rainbow">
            1.3.6.1.4.1.8301.3.1.3.5.3.2 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.rainbowWithSha1">
            1.3.6.1.4.1.8301.3.1.3.5.3.2.1 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.rainbowWithSha224">
            1.3.6.1.4.1.8301.3.1.3.5.3.2.2 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.rainbowWithSha256">
            1.3.6.1.4.1.8301.3.1.3.5.3.2.3 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.rainbowWithSha384">
            1.3.6.1.4.1.8301.3.1.3.5.3.2.4 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.rainbowWithSha512">
            1.3.6.1.4.1.8301.3.1.3.5.3.2.5 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.gmss">
            1.3.6.1.4.1.8301.3.1.3.3 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.gmssWithSha1">
            1.3.6.1.4.1.8301.3.1.3.3.1 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.gmssWithSha224">
            1.3.6.1.4.1.8301.3.1.3.3.2 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.gmssWithSha256">
            1.3.6.1.4.1.8301.3.1.3.3.3 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.gmssWithSha384">
            1.3.6.1.4.1.8301.3.1.3.3.4 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.gmssWithSha512">
            1.3.6.1.4.1.8301.3.1.3.3.5 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.mcEliece">
            1.3.6.1.4.1.8301.3.1.3.4.1 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.mcElieceCca2">
            1.3.6.1.4.1.8301.3.1.3.4.2 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.xmss">
            XMSS
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.xmss_mt">
            XMSS^MT
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.qTESLA">
            qTESLA
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Asn1.PqcObjectIdentifiers.id_Dilithium3_RSA_PKCS15_SHA256">
            Explicit composite algorithms
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Asn1.SphincsPlusPrivateKey">
            See https://datatracker.ietf.org/doc/draft-uni-qsckeys-sphincsplus/00/ for details
            ASN.1 Encoding for a
            SphincsPlus private key for fully populated:
            <pre>
              SPHINCSPLUSPrivateKey ::= SEQUENCE {
                version          INTEGER {v2(1)}     --syntax version 2 (round 3)
                skseed          OCTET STRING,        --n-byte private key seed
                skprf           OCTET STRING,        --n-byte private key seed
                PublicKey       SPHINCSPLUSPublicKey --public key
              }
            </pre>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Asn1.SphincsPlusPublicKey">
            See https://datatracker.ietf.org/doc/draft-uni-qsckeys-sphincsplus/00/ for details.
            ASN.1 Encoding for a
            SphincsPlus public key for fully populated:
            <pre>
              SPHINCSPPLUSPublicKey := SEQUENCE {
                pkseed          OCTET STRING,     --n-byte public key seed
                pkroot          OCTET STRING      --n-byte public hypertree root
              }
            </pre>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Bike.BikeEngine.GenKeyPair(System.Byte[],System.Byte[],System.Byte[],System.Byte[],Org.BouncyCastle.Security.SecureRandom)">
                     Generate key pairs
                     - Secret key : (h0, h1, sigma)
                     - Public key: h
                     * @param h0            h0
                     * @param h1            h1
                     * @param sigma         sigma
                     * @param h             h
                     * @param random        Secure Random
                     *
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Bike.BikeEngine.Encaps(System.Byte[],System.Byte[],System.Byte[],Org.BouncyCastle.Security.SecureRandom)">
                     KEM Encapsulation
                     - Input: h
                     - Output: (c0,c1,k)
                     * @param c0            ciphertext
                     * @param c1            ciphertext
                     * @param k             session key
                     * @param h             public key
                     * @param random        Secure Random
                     *
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Bike.BikeEngine.Decaps(System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Byte[])">
                     KEM Decapsulation
                     - Input: (h0, h1, sigma), (c0, c1)
                     - Output: k
                     * @param h0            private key
                     * @param h1            private key
                     * @param sigma         private key
                     * @param c0            ciphertext
                     * @param c1            ciphertext
                     * @param k             session key
                     *
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Bike.BikeEngine.CtVerify(System.UInt64[],System.UInt64[])">
            <summary>
            Constant-time comparison of the first R2_ULONG words of <paramref name="a"/> and
            <paramref name="b"/>: returns an all-ones mask (-1) when they are equal and 0 otherwise,
            with no input-dependent branch.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceKeyGenerationParameters">
            <summary>
            Key generation parameters for Classic McEliece, binding a randomness source to a parameter set.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceKeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters)">
            <summary>Creates key generation parameters for the given Classic McEliece parameter set.</summary>
            <param name="random">The randomness source for key generation.</param>
            <param name="CmceParams">The Classic McEliece parameter set to generate keys for.</param>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceKeyGenerationParameters.Parameters">
            <summary>The Classic McEliece parameter set keys will be generated for.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceKeyParameters">
            <summary>Base class for Classic McEliece public and private keys, carrying the parameter set.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceKeyParameters.Parameters">
            <summary>The Classic McEliece parameter set this key belongs to.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters">
            <summary>
            Classic McEliece code-based KEM parameter sets. The <c>f</c> variants use the semi-systematic ("fast")
            matrix-reduction form, which speeds up key generation without changing the key format.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.mceliece348864r3">
            <summary>mceliece348864 parameter set (128-bit security).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.mceliece348864fr3">
            <summary>mceliece348864f parameter set (128-bit security, fast key generation).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.mceliece460896r3">
            <summary>mceliece460896 parameter set (192-bit security).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.mceliece460896fr3">
            <summary>mceliece460896f parameter set (192-bit security, fast key generation).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.mceliece6688128r3">
            <summary>mceliece6688128 parameter set (256-bit security).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.mceliece6688128fr3">
            <summary>mceliece6688128f parameter set (256-bit security, fast key generation).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.mceliece6960119r3">
            <summary>mceliece6960119 parameter set (256-bit security).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.mceliece6960119fr3">
            <summary>mceliece6960119f parameter set (256-bit security, fast key generation).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.mceliece8192128r3">
            <summary>mceliece8192128 parameter set (256-bit security).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.mceliece8192128fr3">
            <summary>mceliece8192128f parameter set (256-bit security, fast key generation).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.Name">
            <summary>The name of this parameter set.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.M">
            <summary>The field extension degree <c>m</c> (<c>GF(2^m)</c>).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.N">
            <summary>The code length <c>n</c>.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.T">
            <summary>The number of errors / Goppa polynomial degree <c>t</c>.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.Mu">
            <summary>The semi-systematic parameter <c>mu</c> (non-zero only for the fast variants).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.Nu">
            <summary>The semi-systematic parameter <c>nu</c> (non-zero only for the fast variants).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters.DefaultKeySize">
            <summary>The default session key size, in bits.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Cmce.CmcePrivateKeyParameters">
            <summary>A Classic McEliece private (decapsulation) key, represented by its raw byte encoding.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Cmce.CmcePrivateKeyParameters.GetPrivateKey">
            <summary>Returns a copy of the raw private key bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Cmce.CmcePrivateKeyParameters.#ctor(Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters,System.Byte[])">
            <summary>Creates a Classic McEliece private key from its raw encoding.</summary>
            <param name="parameters">The Classic McEliece parameter set this key belongs to.</param>
            <param name="privateKey">The raw private key bytes; a defensive copy is taken.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Cmce.CmcePrivateKeyParameters.#ctor(Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters,System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Byte[])">
            <summary>Creates a Classic McEliece private key from its component fields.</summary>
            <param name="parameters">The Classic McEliece parameter set this key belongs to.</param>
            <param name="delta">The delta component.</param>
            <param name="C">The C component.</param>
            <param name="g">The Goppa polynomial component.</param>
            <param name="alpha">The field-ordering component.</param>
            <param name="s">The s component.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Cmce.CmcePrivateKeyParameters.ReconstructPublicKey">
            <summary>Reconstructs the matching public key from this private key.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Cmce.CmcePrivateKeyParameters.GetEncoded">
            <summary>Returns a copy of the raw private key encoding.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Cmce.CmcePublicKeyParameters">
            <summary>A Classic McEliece public (encapsulation) key, represented by its raw byte encoding.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Cmce.CmcePublicKeyParameters.#ctor(Org.BouncyCastle.Pqc.Crypto.Cmce.CmceParameters,System.Byte[])">
            <summary>Creates a Classic McEliece public key from its raw encoding.</summary>
            <param name="parameters">The Classic McEliece parameter set this key belongs to.</param>
            <param name="publicKey">The raw public key bytes; a defensive copy is taken.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Cmce.CmcePublicKeyParameters.GetPublicKey">
            <summary>Returns a copy of the raw public key bytes.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Cmce.CmcePublicKeyParameters.GetEncoded">
            <summary>Returns a copy of the raw public key encoding.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium.DilithiumSigner">
            <summary>
            Signer implementation for the CRYSTALS-Dilithium post-quantum signature algorithm.
            </summary>
            <remarks>
            Dilithium is part of the CRYSTALS (Cryptographic Suite for Algebraic Lattices) family.
            This implementation corresponds to the submission to the NIST PQC project.
            Note: Users are encouraged to migrate to ML-DSA (FIPS 204) as the standardized version.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium.DilithiumSigner.#ctor">
            <summary>
            Default constructor.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium.DilithiumSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Initialise the Dilithium signer.
            </summary>
            <param name="forSigning">True if initializing for signing, false for verification.</param>
            <param name="param">The parameters for the signer (typically <see cref="T:Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium.DilithiumPrivateKeyParameters"/> or <see cref="T:Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium.DilithiumPublicKeyParameters"/>).</param>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium.DilithiumSigner.GenerateSignature(System.Byte[])">
            <summary>
            Generate a signature for the given message.
            </summary>
            <param name="message">The message bytes to sign.</param>
            <returns>The generated signature byte array.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Crystals.Dilithium.DilithiumSigner.VerifySignature(System.Byte[],System.Byte[])">
            <summary>
            Verify a signature for the given message.
            </summary>
            <param name="message">The original message bytes.</param>
            <param name="signature">The signature bytes to verify.</param>
            <returns>True if the signature is valid, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Falcon.FalconPrivateKeyParameters.GetPublicKeyParameters">
            <summary>Return the matching public key parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcEngine.GenKeyPair(System.Byte[],System.Byte[],Org.BouncyCastle.Security.SecureRandom)">
             Generate key pairs - Secret key : (x,y) - Public key: (h,s)
            
             @param pk output pk = (publicSeed||s)
            
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcEngine.Encaps(System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Byte[],Org.BouncyCastle.Security.SecureRandom)">
             HQC Encapsulation - Input: pk, seed - Output: c = (u,v,d), K
            
             @param u u
             @param v v
             @param kTheta session key
             @param pk public key
            
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcEngine.Decaps(System.Byte[],System.Byte[],System.Byte[])">
             HQC Decapsulation - Input: ct, sk - Output: ss
            
             @param ss session key
             @param ct ciphertext
             @param sk secret key
             @return 0 if decapsulation is successful, -1 otherwise
            
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcEngine.WriteSupportToVector(System.UInt64[],System.UInt32[],System.Int32)">
            Constant-time materialisation of a fixed-weight sparse vector (given as its support
            indices) into a freshly-zeroed dense long[] target. Branchless mask-OR over every
            (i, j) pair, so neither timing nor cache-access patterns leak the secret support.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcEngine.AddSupportTo(System.UInt64[],System.UInt32[],System.Int32)">
            Constant-time XOR of a fixed-weight sparse vector (given as its support indices) into a
            dense long[] target. Equivalent to materialising the sparse vector to a dense long[] and
            then XORing it into {@code out}, but in a single pass without the dense intermediate.
            The (i, j) iteration pattern matches {@link #writeSupportToVector}'s constant-time
            branchless mask-OR, so timing and cache-access do not leak the secret support indices.
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcKeyGenerationParameters">
            <summary>Key generation parameters for HQC, binding a randomness source to an HQC parameter set.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcKeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters)">
            <summary>Creates key generation parameters for the given HQC parameter set.</summary>
            <param name="random">The randomness source for key generation.</param>
            <param name="param">The HQC parameter set to generate keys for.</param>
            <exception cref="T:System.ArgumentNullException">If <paramref name="param"/> is null.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcKeyGenerationParameters.Parameters">
            <summary>The HQC parameter set keys will be generated for.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcKeyParameters">
            <summary>Base class for HQC public and private keys, carrying the associated parameter set.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcKeyParameters.Parameters">
            <summary>The HQC parameter set this key belongs to.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters">
            <summary>HQC code-based KEM parameter sets (HQC-128, HQC-192, HQC-256).</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters.hqc128">
            <summary>HQC parameter set targeting 128-bit security.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters.hqc192">
            <summary>HQC parameter set targeting 192-bit security.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters.hqc256">
            <summary>HQC parameter set targeting 256-bit security.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters.EncapsulationLength">
            <summary>The length, in bytes, of an HQC ciphertext (encapsulation).</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters.SessionKeySize">
            <summary>The session (shared) key size, in bits.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters.Name">
            <summary>The name of this parameter set.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters.PublicKeyBytes">
            <summary>The length, in bytes, of an HQC public key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters.SecretKeyBytes">
            <summary>The length, in bytes, of an HQC private key.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters.SecretLength">
            <summary>The length, in bytes, of the shared secret.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters.ToString">
            <inheritdoc/>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPrivateKeyParameters">
            <summary>An HQC private (decapsulation) key, represented by its raw byte encoding.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPrivateKeyParameters.#ctor(Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters,System.Byte[])">
            <summary>Creates an HQC private key from its raw encoding.</summary>
            <param name="param">The HQC parameter set this key belongs to.</param>
            <param name="sk">The raw private key bytes; a defensive copy is taken.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPrivateKeyParameters.GetEncoded">
            <summary>Returns a copy of the raw private key encoding.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPrivateKeyParameters.GetPrivateKey">
            <summary>Returns a copy of the raw private key bytes.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPrivateKeyParameters.PrivateKey">
            <summary>Obsolete. Use <see cref="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPrivateKeyParameters.GetPrivateKey"/> instead.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPublicKeyParameters">
            <summary>An HQC public (encapsulation) key, represented by its raw byte encoding.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPublicKeyParameters.#ctor(Org.BouncyCastle.Pqc.Crypto.Hqc.HqcParameters,System.Byte[])">
            <summary>Creates an HQC public key from its raw encoding.</summary>
            <param name="param">The HQC parameter set this key belongs to.</param>
            <param name="pk">The raw public key bytes; a defensive copy is taken.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPublicKeyParameters.GetEncoded">
            <summary>Returns a copy of the raw public key encoding.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPublicKeyParameters.GetPublicKey">
            <summary>Returns a copy of the raw public key bytes.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPublicKeyParameters.PublicKey">
            <summary>Obsolete. Use <see cref="M:Org.BouncyCastle.Pqc.Crypto.Hqc.HqcPublicKeyParameters.GetPublicKey"/> instead.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.IMessageSigner">
            <summary>Base interface for a PQC signature algorithm.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.IMessageSigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>Initialise this instance for signature generation or verification.</summary>
            <param name="forSigning">true if we are generating a signature, false otherwise.</param>
            <param name="param">parameters for signature generation or verification.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.IMessageSigner.GenerateSignature(System.Byte[])">
            <summary>Sign a message.</summary>
            <param name="message">the message to be signed.</param>
            <returns>the signature of the message.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.IMessageSigner.VerifySignature(System.Byte[],System.Byte[])">
            <summary>Verify a purported signature for a message.</summary>
            <param name="message">the message supposedly signed.</param>
            <param name="signature">the purported signature to verify.</param>
            <returns>true if and only if the signature verified against the message.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Lms.Composer">
            Type to assist in build LMS messages.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Lms.Hss.IncrementIndex(Org.BouncyCastle.Pqc.Crypto.Lms.HssPrivateKeyParameters)">
             Increments an HSS private key without doing any work on it.
             HSS private keys are automatically incremented when when used to create signatures.
             <p/>
             The HSS private key is ranged tested before this incrementation is applied.
             LMS keys will be replaced as required.
            
             @param keyPair
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Lms.HssKeyGenerationParameters.#ctor(Org.BouncyCastle.Pqc.Crypto.Lms.LmsParameters[],Org.BouncyCastle.Security.SecureRandom)">
             Base constructor - parameters and a source of randomness.
            
             @param lmsParameters array of LMS parameters, one per level in the hierarchy (up to 8 levels).
             @param random   the random byte source.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Lms.HssPrivateKeyParameters.ExtractKeyShard(System.Int32)">
             Return a key that can be used usageCount times.
             <p>
             Note: this will use the range [index...index + usageCount) for the current key.
             </p>
            
             @param usageCount the number of usages the key should have.
             @return a key based on the current key that can be used usageCount times.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Lms.HssPrivateKeyParameters.ResetKeyToIndex">
            Reset to index will ensure that all LMS keys are correct for a given HSS index value.
            Normally LMS keys updated in sync with their parent HSS key but in cases of sharding
            the normal monotonic updating does not apply and the state of the LMS keys needs to be
            reset to match the current HSS index.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Lms.HssSignature.GetInstance(System.Object,System.Int32)">
            @param src byte[], InputStream or HSSSignature
            @param L   The HSS depth, available from public key.
            @return An HSSSignature instance.
            @throws IOException
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Lms.LmsKeyGenerationParameters.#ctor(Org.BouncyCastle.Pqc.Crypto.Lms.LmsParameters,Org.BouncyCastle.Security.SecureRandom)">
             Base constructor - parameters and a source of randomness.
            
             @param lmsParameters LMS parameter set to use.
             @param random   the random byte source.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Lms.LmsPrivateKeyParameters.GetIndex">
             Return the key index (the q value).
            
             @return private key index number.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Lms.LmsPrivateKeyParameters.ExtractKeyShard(System.Int32)">
             Return a key that can be used usageCount times.
             <p>
             Note: this will use the range [index...index + usageCount) for the current key.
             </p>
            
             @param usageCount the number of usages the key should have.
             @return a key based on the current key that can be used usageCount times.
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruEncapsulation">
            <summary>
            Encapsulated secret encapsulated by NTRU.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruKemExtractor">
            <summary>
            NTRU secret encapsulation extractor.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruKemGenerator">
             <summary>
             Encapsulate a secret using NTRU. Returns an <see cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruEncapsulation"/> as encapsulation.
             </summary>
            
             <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruKemExtractor"/>
             <seealso href="https://ntru.org/">NTRU website</seealso>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruKeyGenerationParameters">
            <summary>Key generation parameters for NTRU, binding a randomness source to an NTRU parameter set.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruKeyGenerationParameters.#ctor(Org.BouncyCastle.Security.SecureRandom,Org.BouncyCastle.Pqc.Crypto.Ntru.NtruParameters)">
            <summary>Creates key generation parameters for the given NTRU parameter set.</summary>
            <param name="random">The randomness source for key generation.</param>
            <param name="ntruParameters">The NTRU parameter set to generate keys for.</param>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruKeyGenerationParameters.GetParameters">
            <summary>The NTRU parameter set keys will be generated for.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruKeyParameters">
            <summary>Base class for NTRU public and private keys, carrying the associated parameter set.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruKeyParameters.Parameters">
            <summary>The NTRU parameter set this key belongs to.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruKeyParameters.GetEncoded">
            <summary>Returns a copy of the raw key encoding.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruParameters">
            <summary>
            NTRU cipher parameter sets
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruParameters.NtruHps2048509">
            <summary>
            NTRU-HPS parameter set with n = 509 and q = 2048.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruParameters.NtruHps2048677">
            <summary>
            NTRU-HPS parameter set with n = 677 and q = 2048.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruParameters.NtruHps4096821">
            <summary>
            NTRU-HPS parameter set with n = 821 and q = 4096.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruParameters.NtruHps40961229">
            <summary>
            NTRU-HPS parameter set with n = 1229 and q = 4096.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruParameters.NtruHrss701">
            <summary>
            NTRU-HRSS parameter set with n = 701.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruParameters.NtruHrss1373">
            <summary>
            NTRU-HRSS parameter set with n = 1373.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruPublicKeyParameters">
            <summary>An NTRU public (encapsulation) key, represented by its raw byte encoding.</summary>
            <remarks>Instances are immutable. Create them via <see cref="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruPublicKeyParameters.FromEncoding(Org.BouncyCastle.Pqc.Crypto.Ntru.NtruParameters,System.Byte[])"/>.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruPublicKeyParameters.FromEncoding(Org.BouncyCastle.Pqc.Crypto.Ntru.NtruParameters,System.Byte[])">
            <summary>Creates an <see cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruPublicKeyParameters"/> from its raw public key encoding.</summary>
            <param name="parameters">The NTRU parameter set this key belongs to.</param>
            <param name="encoding">
            The raw public key bytes; length must equal the parameter set's public key length.
            </param>
            <returns>A new instance wrapping a defensive copy of <paramref name="encoding"/>.</returns>
            <exception cref="T:System.ArgumentNullException">
            If <paramref name="parameters"/> or <paramref name="encoding"/> is null.
            </exception>
            <exception cref="T:System.ArgumentException">If <paramref name="encoding"/> has the wrong length.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruPublicKeyParameters.GetEncoded">
            <summary>Returns a copy of the raw public key encoding.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruPublicKeyParameters.PublicKey">
            <summary>Obsolete. Use <see cref="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruPublicKeyParameters.GetEncoded"/> instead.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruSampling">
             <summary>
             NTRU sampling.
            
             <seealso href="https://ntru.org/f/ntru-20190330.pdf">NTRU specification section 1.10</seealso>
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruSampling.SampleFg(System.Byte[])">
            <summary>
            Sample_fg
            </summary>
            <param name="uniformBytes">random byte array</param>
            <returns>a pair of polynomial <c>f</c> and <c>g</c></returns>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruSampling.SampleRm(System.Byte[])">
            <summary>
            Sample_rm
            </summary>
            <param name="uniformBytes">random byte array</param>
            <returns>a pair of polynomial <c>r</c> and <c>m</c></returns>
            <exception cref="T:System.ArgumentException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruSampling.SampleIid(System.Byte[])">
            <summary>
            Ternary
            </summary>
            <param name="uniformBytes">random byte array</param>
            <returns>A ternary polynomial</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruSampling.SampleFixedType(System.Byte[])">
            <summary>
            Fixed_Type
            </summary>
            <param name="uniformBytes">random byte array</param>
            <returns>a ternary polynomial with exactly q/16 − 1 coefficients equal to 1 and q/16 − 1 coefficient equal to −1</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.NtruSampling.SampleIidPlus(System.Byte[])">
            <summary>
            Ternary_Plus
            </summary>
            <param name="uniformBytes">random byte array</param>
            <returns>a ternary polynomial that satisfies the non-negative correlation property</returns>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.Owcpa.NtruOwcpa">
            <summary>
            An OW-CPA secure deterministic public key encryption scheme (DPKE).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.Owcpa.NtruOwcpa.KeyPair(System.Byte[])">
            <summary>
            Generate a DPKE key pair.
            </summary>
            <param name="seed">a random byte array</param>
            <returns>DPKE key pair</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.Owcpa.NtruOwcpa.Encrypt(Org.BouncyCastle.Pqc.Crypto.Ntru.Polynomials.Polynomial,Org.BouncyCastle.Pqc.Crypto.Ntru.Polynomials.Polynomial,System.Byte[])">
            <summary>
            DPKE encryption.
            </summary>
            <param name="r"></param>
            <param name="m"></param>
            <param name="publicKey"></param>
            <returns>DPKE ciphertext</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.Owcpa.NtruOwcpa.Decrypt(System.Byte[],System.Byte[])">
            <summary>
            DPKE decryption.
            </summary>
            <param name="ciphertext"></param>
            <param name="privateKey"></param>
            <returns>an instance of <see cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.Owcpa.OwcpaDecryptResult"/> containing <c>packed_rm</c> an  fail flag</returns>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHps2048509">
            <summary>
            NTRU-HPS parameter set with n = 509 and q = 2048.
            </summary>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHpsParameterSet"/>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHps2048677">
            <summary>
            NTRU-HPS parameter set with n = 677 and q = 2048.
            </summary>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHpsParameterSet"/>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHps40961229">
            <summary>
            NTRU-HPS parameter set with n = 1229 and q = 4096.
            </summary>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHpsParameterSet"/>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHps4096821">
            <summary>
            NTRU-HPS parameter set with n = 821 and q = 4096.
            </summary>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHpsParameterSet"/>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHpsParameterSet">
            <summary>
            Abstract class for NTRU-HPS parameter classes.
            <para/>
            The naming convention for the classes is <c>NTRUHPS[q][n]</c>. e.g. <see cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHps2048509"/> has n = 509 and q = 2048.
            </summary>
            <remarks><a href="https://ntru.org/f/ntru-20190330.pdf">NTRU specification document section 1.3.2</a>.</remarks>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHps2048509"></seealso>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHps2048677"></seealso>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHps4096821"></seealso>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHrss1373">
            <summary>
            NTRU-HRSS parameter set with n = 1373.
            </summary>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHrssParameterSet"></seealso>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHrss701">
            <summary>
            NTRU-HRSS parameter set with n = 701.
            </summary>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHrssParameterSet"/>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHrssParameterSet">
            <summary>
            Abstract class for NTRU-HRSS parameter classes.
            <para/>
            The naming convention for the classes is {@codeNtruhrss[n]"/>. e.g. <see cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHrss701"/> has n = 701.
            </summary>
            <remarks><a href="https://ntru.org/f/ntru-20190330.pdf">NTRU specification document section 1.3.3</a>.</remarks>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHrss701"></seealso>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet">
            <summary>
            Abstract class for all NTRU parameter sets.
            </summary>
            <remarks><a href="https://ntru.org/f/ntru-20190330.pdf">NTRU specification document</a>.</remarks>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHpsParameterSet"></seealso>
            <seealso cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruHrssParameterSet"></seealso>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.N">
            <summary>
            n
            </summary>
            <returns> n is a prime and both 2 and 3 are of order n − 1 in (Z/n)×</returns>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.LogQ">
            <summary>
            logq
            </summary>
            <returns> log2(q)</returns>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.SeedBytes">
            <summary>
            The number of random bytes consumed by keygen.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.PrfKeyBytes">
            <summary>
            The number of bytes used to key the implicit rejection mechanism.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.CreatePolynomial">
            <summary>
            Creates a polynomial based on this parameter set.
            </summary>
            <returns> an instance of <see cref="T:Org.BouncyCastle.Pqc.Crypto.Ntru.Polynomials.Polynomial"/></returns>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.Q">
            <summary>
            q
            </summary>
            <returns> q is a power of two</returns>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.OwcpaMsgBytes">
            <summary>
            The number of bytes in a plaintext for the DPKE.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.OwcpaPublicKeyBytes">
            <summary>
            The number of bytes in a public key for the DPKE.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.OwcpaSecretKeyBytes">
            <summary>
            The number of bytes in a private key for the DPKE.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.OwcpaBytes">
            <summary>
            The number of bytes in a ciphertext for the DPKE.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.NtruPublicKeyBytes">
            <summary>
            The number of bytes in a public key for the KEM.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.NtruSecretKeyBytes">
            <summary>
            The number of bytes in a private key for the KEM.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Ntru.ParameterSets.NtruParameterSet.NtruCiphertextBytes">
            <summary>
            The number of bytes in a ciphertext for the KEM.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstants.GET_MAT(Org.BouncyCastle.Pqc.Crypto.Picnic.KMatrices,System.Int32)">
            <summary>Return a pointer to the r-th matrix.</summary>
            <remarks>The caller must know the dimensions.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstants.LMatrix(Org.BouncyCastle.Pqc.Crypto.Picnic.PicnicEngine,System.Int32)">
            <summary>Return the LowMC linear matrix for this round.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstants.LMatrixInv(Org.BouncyCastle.Pqc.Crypto.Picnic.PicnicEngine,System.Int32)">
            <summary>Return the LowMC inverse linear layer matrix for this round.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstants.KMatrix(Org.BouncyCastle.Pqc.Crypto.Picnic.PicnicEngine,System.Int32)">
            <summary>Return the LowMC key matrix for this round.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstants.KMatrixInv(Org.BouncyCastle.Pqc.Crypto.Picnic.PicnicEngine,System.Int32)">
            <summary>Return the LowMC inverse key matrix for this round.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstants.RConstant(Org.BouncyCastle.Pqc.Crypto.Picnic.PicnicEngine,System.Int32)">
            <summary>Return the LowMC round constant for this round.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL1.s_linearMatrices">
            <summary>Length: 10240</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL1.s_roundConstants">
            <summary>Length: 80</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL1.s_keyMatrices">
            <summary>Length: 10752</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL1.s_linearMatrices_full">
            <summary>Length: 2580</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL1.s_keyMatrices_full">
            <summary>Length: 3225</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL1.s_keyMatrices_inv">
            <summary>Length: 645</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL1.s_linearMatrices_inv">
            <summary>Length: 2580</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL1.s_roundConstants_full">
            <summary>Length: 20</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL3.s_linearMatrices">
            <summary>Length: 34560</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL3.s_roundConstants">
            <summary>Length: 180</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL3.s_keyMatrices">
            <summary>Length: 35712</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL3.s_linearMatrices_full">
            <summary>Length: 4608</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL3.s_keyMatrices_full">
            <summary>Length: 5760</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL3.s_keyMatrices_inv">
            <summary>Length: 1152</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL3.s_linearMatrices_inv">
            <summary>Length: 4608</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL3.s_roundConstants_full">
            <summary>Length: 24</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL5.s_linearMatrices">
            <summary>Length: 77824</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL5.s_roundConstants">
            <summary>Length: 304</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL5.s_keyMatrices">
            <summary>Length: 79872</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL5.s_linearMatrices_full">
            <summary>Length: 8160</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL5.s_keyMatrices_full">
            <summary>Length: 10200</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL5.s_keyMatrices_inv">
            <summary>Length: 2040</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL5.s_linearMatrices_inv">
            <summary>Length: 8160</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.LowmcConstantsL5.s_roundConstants_full">
            <summary>Length: 32</summary>
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.PicnicEngine.PICNIC_MAX_PRIVATEKEY_SIZE">
            Largest serialized public key size, in bytes 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.PicnicEngine.TRANSFORM_FS">
            Largest signature size, in bytes 
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.PicnicEngine.CRYPTO_SECRETKEYBYTES">
            parameters
        </member>
        <member name="F:Org.BouncyCastle.Pqc.Crypto.Picnic.PicnicEngine.transform">
            
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.SphincsPlus.Fors.GetMessageIdx(System.Byte[],System.Int32,System.Int32)">
            Interprets m as SPX_FORS_HEIGHT-bit unsigned integers.
            Assumes m contains at least SPX_FORS_HEIGHT * SPX_FORS_TREES bits.
            Assumes indices has space for SPX_FORS_TREES integers.
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.SphincsPlus.HarakaS512Digest">
            Haraka-512 v2, https://eprint.iacr.org/2016/098.pdf
            <p>
            Haraka512-256 with reference to Python Reference Impl from: https://github.com/sphincs/sphincsplus
            </p>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.SphincsPlus.HarakaSBase">
            Haraka-512 v2, https://eprint.iacr.org/2016/098.pdf
            <p>
            Haraka512-256 with reference to Python Reference Impl from: https://github.com/sphincs/sphincsplus
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.SphincsPlus.SphincsPlusParameters.GetParams(System.Int32)">
            Return the SPHINCS+ parameters that map to the passed in parameter ID.
            
            @param id the oid of interest.
            @return the parameter set.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.SphincsPlus.SphincsPlusParameters.GetID(Org.BouncyCastle.Pqc.Crypto.SphincsPlus.SphincsPlusParameters)">
             Return the OID that maps to the passed in SPHINCS+ parameters.
            
             @param params the parameters of interest.
             @return the OID for the parameter set.
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.SphincsPlus.SphincsPlusSigner">
            SPHINCS+ signer.
            <p>
                This version is based on the 3rd submission with deference to the updated reference
                implementation on github as at November 9th 2021. This version includes the changes
                for the countermeasure for the long-message second preimage attack - see
                "https://github.com/sphincs/sphincsplus/commit/61cd2695c6f984b4f4d6ed675378ed9a486cbede"
                for further details.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.SphincsPlus.SphincsPlusSigner.#ctor">
            Base constructor.
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcOtherInfoGenerator">
            OtherInfo Generator for which can be used for populating the SuppPrivInfo field used to provide shared
            secret data used with NIST SP 800-56A agreement algorithms.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcOtherInfoGenerator.#ctor(Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[],System.Byte[],Org.BouncyCastle.Security.SecureRandom)">
             Create a basic builder with just the compulsory fields.
            
             @param algorithmID the algorithm associated with this invocation of the KDF.
             @param partyUInfo  sender party info.
             @param partyVInfo  receiver party info.
             @param random a source of randomness.
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcOtherInfoGenerator.PartyU">
            Party U (initiator) generation.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcOtherInfoGenerator.PartyU.#ctor(Org.BouncyCastle.Pqc.Crypto.IKemParameters,Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[],System.Byte[],Org.BouncyCastle.Security.SecureRandom)">
             Create a basic builder with just the compulsory fields for the initiator.
            
             @param kemParams the key type parameters for populating the private info field.
             @param algorithmID the algorithm associated with this invocation of the KDF.
             @param partyUInfo  sender party info.
             @param partyVInfo  receiver party info.
             @param random a source of randomness.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcOtherInfoGenerator.PartyU.WithSuppPubInfo(System.Byte[])">
             Add optional supplementary public info (DER tagged, implicit, 0).
            
             @param suppPubInfo supplementary public info.
             @return the current builder instance.
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcOtherInfoGenerator.PartyV">
            Party V (responder) generation.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcOtherInfoGenerator.PartyV.#ctor(Org.BouncyCastle.Pqc.Crypto.IKemParameters,Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[],System.Byte[],Org.BouncyCastle.Security.SecureRandom)">
             Create a basic builder with just the compulsory fields for the responder.
            
             @param kemParams the key type parameters for populating the private info field.
             @param algorithmID the algorithm associated with this invocation of the KDF.
             @param partyUInfo  sender party info.
             @param partyVInfo  receiver party info.
             @param random a source of randomness.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcOtherInfoGenerator.PartyV.WithSuppPubInfo(System.Byte[])">
             Add optional supplementary public info (DER tagged, implicit, 0).
            
             @param suppPubInfo supplementary public info.
             @return the current builder instance.
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcPrivateKeyFactory.CreateKey(System.Byte[])">
            <summary> Create a private key parameter from a PKCS8 PrivateKeyInfo encoding.</summary>
            <param name="privateKeyInfoData"> the PrivateKeyInfo encoding</param>
            <returns> a suitable private key parameter</returns>
            <exception cref="T:System.IO.IOException"> on an error decoding the key</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcPrivateKeyFactory.CreateKey(System.IO.Stream)">
            <summary> Create a private key parameter from a PKCS8 PrivateKeyInfo encoding read from a stream</summary>
            <param name="inStr"> the stream to read the PrivateKeyInfo encoding from</param>
            <returns> a suitable private key parameter</returns>
            <exception cref="T:System.IO.IOException"> on an error decoding the key</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcPrivateKeyFactory.CreateKey(Org.BouncyCastle.Asn1.Pkcs.PrivateKeyInfo)">
            <summary> Create a private key parameter from the passed in PKCS8 PrivateKeyInfo object.</summary>
            <param name="keyInfo"> the PrivateKeyInfo object containing the key material</param>
            <returns> a suitable private key parameter</returns>
            <exception cref="T:System.IO.IOException"> on an error decoding the key</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcPrivateKeyInfoFactory.CreatePrivateKeyInfo(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary> Create a PrivateKeyInfo representation of a private key.</summary>
            <param name="privateKey"> the key to be encoded into the info object.</param>
            <returns> the appropriate PrivateKeyInfo</returns>
            <exception cref="T:System.ArgumentException"> on an error encoding the key</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcPrivateKeyInfoFactory.CreatePrivateKeyInfo(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Asn1.Asn1Set)">
            <summary> Create a PrivateKeyInfo representation of a private key with attributes.</summary>
            <param name="privateKey"> the key to be encoded into the info object.</param>
            <param name="attributes"> the set of attributes to be included.</param>
            <returns> the appropriate PrivateKeyInfo</returns>
            <exception cref="T:System.ArgumentException"> on an error encoding the key</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcPublicKeyFactory.CreateKey(System.Byte[])">
            <summary> Create a public key from a SubjectPublicKeyInfo encoding</summary>
            <param name="keyInfoData"> the SubjectPublicKeyInfo encoding</param>
            <returns> the appropriate key parameter</returns>
            <exception cref="T:System.IO.IOException"> on an error decoding the key</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcPublicKeyFactory.CreateKey(System.IO.Stream)">
            <summary> Create a public key from a SubjectPublicKeyInfo encoding read from a stream</summary>
            <param name="inStr"> the stream to read the SubjectPublicKeyInfo encoding from</param>
            <returns>the appropriate key parameter</returns>
            <exception cref="T:System.IO.IOException"> on an error decoding the key</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcPublicKeyFactory.CreateKey(Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo)">
            <summary> Create a public key from the passed in SubjectPublicKeyInfo</summary>
            <param name="keyInfo"> the SubjectPublicKeyInfo containing the key data</param>
            <returns> the appropriate key parameter</returns>
            <exception cref="T:System.IO.IOException"> on an error decoding the key</exception>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcPublicKeyFactory.CreateKey(Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo,System.Object)">
            <summary> Create a public key from the passed in SubjectPublicKeyInfo</summary>
            <param name="keyInfo"> the SubjectPublicKeyInfo containing the key data</param>
            <param name="defaultParams"> default parameters that might be needed.</param>
            <returns> the appropriate key parameter</returns>
            <exception cref="T:System.IO.IOException"> on an error decoding the key</exception>
        </member>
        <member name="T:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcSubjectPublicKeyInfoFactory">
            <summary>
            A factory to produce Public Key Info Objects.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Pqc.Crypto.Utilities.PqcSubjectPublicKeyInfoFactory.CreateSubjectPublicKeyInfo(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Create a Subject Public Key Info object for a given public key.
            </summary>
            <param name="publicKey">One of ElGammalPublicKeyParameters, DSAPublicKeyParameter, DHPublicKeyParameters, RsaKeyParameters or ECPublicKeyParameters</param>
            <returns>A subject public key info object.</returns>
            <exception cref="T:System.Exception">Throw exception if object provided is not one of the above.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Security.AgreementUtilities">
            <remarks>
             Utility class for creating IBasicAgreement objects from their names/Oids
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Security.CipherUtilities">
            <summary>
            Factory for <see cref="T:Org.BouncyCastle.Crypto.IBufferedCipher"/> instances, resolved from a textual algorithm name (with optional
            mode/padding components) or from an ASN.1 algorithm OID.
            </summary>
            <remarks>
            <para>
            Algorithm strings follow the JCA-style <c>ALGORITHM[/MODE[/PADDING]]</c> convention (for example
            <c>"AES/CBC/PKCS7Padding"</c> or <c>"DESEDE/ECB/NoPadding"</c>). Aliases for common algorithm names and
            many standard ASN.1 OIDs are recognised. When the input cannot be resolved, a
            <see cref="T:Org.BouncyCastle.Security.SecurityUtilityException"/> is thrown.
            </para>
            <para>
            The returned <see cref="T:Org.BouncyCastle.Crypto.IBufferedCipher"/> is uninitialised; the caller must invoke
            <see cref="M:Org.BouncyCastle.Crypto.IBufferedCipher.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)"/> before processing data.
            </para>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Security.CipherUtilities.GetAlgorithmName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Returns the canonical algorithm name registered for the given ASN.1 OID, or <c>null</c> if the OID
            is not mapped to a known cipher.
            </summary>
            <param name="oid">An ASN.1 algorithm identifier.</param>
            <returns>The canonical algorithm name (suitable for passing to <see cref="M:Org.BouncyCastle.Security.CipherUtilities.GetCipher(System.String)"/>),
            or <c>null</c>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.CipherUtilities.GetCipher(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Resolve and instantiate an <see cref="T:Org.BouncyCastle.Crypto.IBufferedCipher"/> for the given ASN.1 algorithm OID.
            </summary>
            <param name="oid">The algorithm OID to look up.</param>
            <returns>A new, uninitialised <see cref="T:Org.BouncyCastle.Crypto.IBufferedCipher"/>.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="oid"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the OID does not map to a known cipher.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.CipherUtilities.GetCipher(System.String)">
            <summary>
            Resolve and instantiate an <see cref="T:Org.BouncyCastle.Crypto.IBufferedCipher"/> for the given algorithm specification.
            </summary>
            <param name="algorithm">A JCA-style cipher name of the form <c>ALGORITHM[/MODE[/PADDING]]</c>
            (e.g. <c>"AES/CBC/PKCS7Padding"</c>). Aliases such as <c>"DESede"</c> or <c>"3DES"</c> are
            also accepted.</param>
            <returns>A new, uninitialised <see cref="T:Org.BouncyCastle.Crypto.IBufferedCipher"/>.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="algorithm"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the algorithm, mode, or padding component is not
            recognised.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Security.DigestUtilities">
            <summary>
            Factory for <see cref="T:Org.BouncyCastle.Crypto.IDigest"/> instances and convenience helpers for one-shot hash computation.
            </summary>
            <remarks>
            Digests can be looked up by canonical name (e.g. <c>"SHA-256"</c>, <c>"SHA3-512"</c>) or by ASN.1 OID.
            Names are matched case-insensitively and a number of common aliases are recognised.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.CalculateDigest(Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[])">
            <summary>One-shot digest of <paramref name="buf"/>, using the algorithm identified by
            <paramref name="algID"/>.</summary>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If <paramref name="algID"/> is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.CalculateDigest(Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier,System.Byte[],System.Int32,System.Int32)">
            <summary>One-shot digest of <paramref name="len"/> bytes from <paramref name="buf"/>, starting at offset
            <paramref name="off"/>, using the algorithm identified by <paramref name="algID"/>.</summary>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If <paramref name="algID"/> is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.CalculateDigest(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Byte[])">
            <summary>One-shot digest of <paramref name="input"/>, using the algorithm identified by
            <paramref name="id"/>.</summary>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If <paramref name="id"/> is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.CalculateDigest(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Byte[],System.Int32,System.Int32)">
            <summary>One-shot digest of <paramref name="len"/> bytes from <paramref name="buf"/>, starting at
            offset <paramref name="off"/>, using the algorithm identified by <paramref name="oid"/>.</summary>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If <paramref name="oid"/> is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.CalculateDigest(System.String,System.Byte[])">
            <summary>One-shot digest of <paramref name="input"/>, using the algorithm identified by
            <paramref name="algorithm"/>.</summary>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If <paramref name="algorithm"/> is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.CalculateDigest(System.String,System.Byte[],System.Int32,System.Int32)">
            <summary>One-shot digest of <paramref name="len"/> bytes from <paramref name="buf"/>, starting at
            offset <paramref name="off"/>, using the algorithm identified by <paramref name="algorithm"/>.</summary>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If <paramref name="algorithm"/> is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.DoFinal(Org.BouncyCastle.Crypto.IDigest)">
            <summary>Finalises <paramref name="digest"/> and returns the resulting hash as a fresh array.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.DoFinal(Org.BouncyCastle.Crypto.IDigest,System.Byte[])">
            <summary>Feeds <paramref name="input"/> into <paramref name="digest"/>, then finalises and returns the
            hash.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.DoFinal(Org.BouncyCastle.Crypto.IDigest,System.Byte[],System.Int32,System.Int32)">
            <summary>Feeds <paramref name="len"/> bytes from <paramref name="buf"/> at offset
            <paramref name="off"/> into <paramref name="digest"/>, then finalises and returns the hash.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.GetAlgorithmName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Returns the canonical algorithm name registered for the given ASN.1 OID, or <c>null</c> if the OID
            is not mapped to a known digest.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.GetDigest(Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier)">
            <summary>
            Resolve and instantiate an <see cref="T:Org.BouncyCastle.Crypto.IDigest"/> for the given ASN.1 algorithm.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="algID"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">
            If <paramref name="algID"/> does not map to a known digest.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.GetDigest(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Resolve and instantiate an <see cref="T:Org.BouncyCastle.Crypto.IDigest"/> for the given ASN.1 algorithm OID.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="id"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the OID does not map to a known digest.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.GetDigest(System.String)">
            <summary>
            Resolve and instantiate an <see cref="T:Org.BouncyCastle.Crypto.IDigest"/> by name (or alias).
            </summary>
            <param name="algorithm">A digest name (e.g. <c>"SHA-256"</c>, <c>"SHA3-512"</c>,
            <c>"BLAKE2B-512"</c>).</param>
            <exception cref="T:System.ArgumentNullException">If <paramref name="algorithm"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the digest name is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DigestUtilities.GetObjectIdentifier(System.String)">
            <summary>
            Returns the ASN.1 OID associated with the named digest mechanism, or <c>null</c> when none is
            registered.
            </summary>
            <param name="mechanism">A digest name or alias (e.g. <c>"SHA-256"</c>).</param>
            <exception cref="T:System.ArgumentNullException">If <paramref name="mechanism"/> is <c>null</c>.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Security.DotNetUtilities">
            <summary>
            A class containing methods to interface the BouncyCastle world to the .NET Crypto world.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToX509Certificate(Org.BouncyCastle.Asn1.X509.X509CertificateStructure)">
            <summary>
            Create an System.Security.Cryptography.X509Certificate from an X509CertificateStructure.
            </summary>
            <param name="x509Struct"></param>
            <returns>A System.Security.Cryptography.X509Certificate.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToX509Certificate(Org.BouncyCastle.X509.X509Certificate)">
            <summary>
            Create an System.Security.Cryptography.X509Certificate from an X509Certificate.
            </summary>
            <param name="x509Cert"></param>
            <returns>A System.Security.Cryptography.X509Certificate.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.FromX509Certificate(System.Security.Cryptography.X509Certificates.X509Certificate)">
            <summary>
            Create a Bouncy Castle <see cref="T:Org.BouncyCastle.X509.X509Certificate"/> from a .NET <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"/>.
            </summary>
            <param name="x509Cert">The .NET certificate.</param>
            <returns>A Bouncy Castle <see cref="T:Org.BouncyCastle.X509.X509Certificate"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.FromX509Certificate(System.Security.Cryptography.X509Certificates.X509Certificate2)">
            <summary>
            Create a Bouncy Castle <see cref="T:Org.BouncyCastle.X509.X509Certificate"/> from a .NET <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/>.
            </summary>
            <param name="x509Cert">The .NET certificate.</param>
            <returns>A Bouncy Castle <see cref="T:Org.BouncyCastle.X509.X509Certificate"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetSubjectPublicKeyInfo(System.Security.Cryptography.X509Certificates.X509Certificate2)">
            <summary>
            Extract the <see cref="T:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo"/> (an X.509 ASN.1 type used for public keys) from a .NET
            <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/>.
            </summary>
            <param name="certificate">The .NET certificate.</param>
            <returns>A <see cref="T:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo"/> object.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="certificate"/> is null.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetSubjectPublicKeyInfoDer(System.Security.Cryptography.X509Certificates.X509Certificate2)">
            <summary>
            Extract the DER-encoded <see cref="T:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo"/> bytes from a .NET
            <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"/>.
            </summary>
            <param name="certificate">The .NET certificate.</param>
            <returns>A byte array containing the DER-encoded public key info.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="certificate"/> is null.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetDsaKeyPair(System.Security.Cryptography.DSA)">
            <summary>
            Extract a DSA key pair from a .NET <see cref="T:System.Security.Cryptography.DSA"/> object.
            </summary>
            <param name="dsa">The .NET DSA object.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair"/> containing the BC DSA keys.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetDsaKeyPair(System.Security.Cryptography.DSAParameters)">
            <summary>
            Extract a DSA key pair from <see cref="T:System.Security.Cryptography.DSAParameters"/>.
            </summary>
            <param name="dp">The .NET DSA parameters.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair"/> containing the BC DSA keys.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetDsaPublicKey(System.Security.Cryptography.DSA)">
            <summary>
            Extract DSA public key parameters from a .NET <see cref="T:System.Security.Cryptography.DSA"/> object.
            </summary>
            <param name="dsa">The .NET DSA object.</param>
            <returns>A <see cref="T:Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters"/> object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetDsaPublicKey(System.Security.Cryptography.DSAParameters)">
            <summary>
            Extract DSA public key parameters from <see cref="T:System.Security.Cryptography.DSAParameters"/>.
            </summary>
            <param name="dp">The .NET DSA parameters.</param>
            <returns>A <see cref="T:Org.BouncyCastle.Crypto.Parameters.DsaPublicKeyParameters"/> object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetECDsaKeyPair(System.Security.Cryptography.ECDsa)">
            <summary>
            Extract an EC key pair from a .NET <see cref="T:System.Security.Cryptography.ECDsa"/> object.
            </summary>
            <param name="ecDsa">The .NET ECDsa object.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair"/> containing the BC EC keys.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetECDsaPublicKey(System.Security.Cryptography.ECDsa)">
            <summary>
            Extract EC public key parameters from a .NET <see cref="T:System.Security.Cryptography.ECDsa"/> object.
            </summary>
            <param name="ecDsa">The .NET ECDsa object.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters"/> object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetECKeyPair(System.String,System.Security.Cryptography.ECParameters)">
            <summary>
            Extract an EC key pair from <see cref="T:System.Security.Cryptography.ECParameters"/>.
            </summary>
            <param name="algorithm">The algorithm name (e.g., "ECDSA").</param>
            <param name="ec">The .NET EC parameters.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair"/> containing the BC EC keys.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetECPublicKey(System.String,System.Security.Cryptography.ECParameters)">
            <summary>
            Extract EC public key parameters from <see cref="T:System.Security.Cryptography.ECParameters"/>.
            </summary>
            <param name="algorithm">The algorithm name (e.g., "ECDSA").</param>
            <param name="ec">The .NET EC parameters.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters"/> object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetRsaKeyPair(System.Security.Cryptography.RSA)">
            <summary>
            Extract an RSA key pair from a .NET <see cref="T:System.Security.Cryptography.RSA"/> object.
            </summary>
            <param name="rsa">The .NET RSA object.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair"/> containing the BC RSA keys.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetRsaKeyPair(System.Security.Cryptography.RSAParameters)">
            <summary>
            Extract an RSA key pair from <see cref="T:System.Security.Cryptography.RSAParameters"/>.
            </summary>
            <param name="rp">The .NET RSA parameters.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair"/> containing the BC RSA keys.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetRsaPublicKey(System.Security.Cryptography.RSA)">
            <summary>
            Extract RSA public key parameters from a .NET <see cref="T:System.Security.Cryptography.RSA"/> object.
            </summary>
            <param name="rsa">The .NET RSA object.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters"/> object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetRsaPublicKey(System.Security.Cryptography.RSAParameters)">
            <summary>
            Extract RSA public key parameters from <see cref="T:System.Security.Cryptography.RSAParameters"/>.
            </summary>
            <param name="rp">The .NET RSA parameters.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters"/> object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.GetKeyPair(System.Security.Cryptography.AsymmetricAlgorithm)">
            <summary>
            Extract an asymmetric key pair from a .NET <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm"/> object.
            </summary>
            <param name="privateKey">The .NET private key object.</param>
            <returns>An <see cref="T:Org.BouncyCastle.Crypto.AsymmetricCipherKeyPair"/> containing the BC keys.</returns>
            <exception cref="T:System.ArgumentException">If the algorithm is not supported.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToRSA(Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters)">
            <summary>
            Create a .NET <see cref="T:System.Security.Cryptography.RSA"/> instance from Bouncy Castle RSA public key parameters.
            </summary>
            <param name="rsaKey">The BC RSA public key.</param>
            <returns>A .NET <see cref="T:System.Security.Cryptography.RSA"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToRSA(Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters,System.Security.Cryptography.CspParameters)">
            <summary>
            Create a .NET <see cref="T:System.Security.Cryptography.RSA"/> instance from Bouncy Castle RSA public key parameters.
            </summary>
            <param name="rsaKey">The BC RSA public key.</param>
            <param name="csp">The .NET CspParameters.</param>
            <returns>A .NET <see cref="T:System.Security.Cryptography.RSA"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToRSA(Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters)">
            <summary>
            Create a .NET <see cref="T:System.Security.Cryptography.RSA"/> instance from Bouncy Castle RSA private CRT parameters.
            </summary>
            <param name="privKey">The BC RSA private CRT keys.</param>
            <returns>A .NET <see cref="T:System.Security.Cryptography.RSA"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToRSA(Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters,System.Security.Cryptography.CspParameters)">
            <summary>
            Create a .NET <see cref="T:System.Security.Cryptography.RSA"/> instance from Bouncy Castle RSA private CRT parameters and CSP info.
            </summary>
            <param name="privKey">The BC RSA private CRT keys.</param>
            <param name="csp">The .NET CspParameters.</param>
            <returns>A .NET <see cref="T:System.Security.Cryptography.RSA"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToRSA(Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure)">
            <summary>
            Create a .NET <see cref="T:System.Security.Cryptography.RSA"/> instance from Bouncy Castle RSA private CRT structure.
            </summary>
            <param name="privKey">The BC RSA private CRT keys.</param>
            <returns>A .NET <see cref="T:System.Security.Cryptography.RSA"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToRSA(Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure,System.Security.Cryptography.CspParameters)">
            <summary>
            Create a .NET <see cref="T:System.Security.Cryptography.RSA"/> instance from Bouncy Castle RSA private CRT structure and CSP info.
            </summary>
            <param name="privKey">The BC RSA private CRT keys.</param>
            <param name="csp">The .NET CspParameters.</param>
            <returns>A .NET <see cref="T:System.Security.Cryptography.RSA"/> instance.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToRSAParameters(Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters)">
            <summary>
            Convert Bouncy Castle RSA public key parameters to .NET <see cref="T:System.Security.Cryptography.RSAParameters"/>.
            </summary>
            <param name="rsaKey">The BC RSA key.</param>
            <returns>A .NET <see cref="T:System.Security.Cryptography.RSAParameters"/> object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToRSAParameters(Org.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters)">
            <summary>
            Convert Bouncy Castle RSA private CRT parameters to .NET <see cref="T:System.Security.Cryptography.RSAParameters"/>.
            </summary>
            <param name="privKey">The BC RSA key.</param>
            <returns>A .NET <see cref="T:System.Security.Cryptography.RSAParameters"/> object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.DotNetUtilities.ToRSAParameters(Org.BouncyCastle.Asn1.Pkcs.RsaPrivateKeyStructure)">
            <summary>
            Convert Bouncy Castle RSA private CRT structure to .NET <see cref="T:System.Security.Cryptography.RSAParameters"/>.
            </summary>
            <param name="privKey">The BC RSA key.</param>
            <returns>A .NET <see cref="T:System.Security.Cryptography.RSAParameters"/> object.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Security.GeneratorUtilities">
            <summary>
            Factory for symmetric key generators (<see cref="T:Org.BouncyCastle.Crypto.CipherKeyGenerator"/>) and asymmetric key pair
            generators (<see cref="T:Org.BouncyCastle.Crypto.IAsymmetricCipherKeyPairGenerator"/>), resolved by algorithm name or ASN.1 OID.
            </summary>
            <remarks>
            Names are matched case-insensitively. Symmetric generators are pre-configured with the algorithm's
            default key size; asymmetric generators are returned uninitialised — the caller must invoke
            <see cref="M:Org.BouncyCastle.Crypto.IAsymmetricCipherKeyPairGenerator.Init(Org.BouncyCastle.Crypto.KeyGenerationParameters)"/> with appropriate
            <see cref="T:Org.BouncyCastle.Crypto.KeyGenerationParameters"/> before generating a key pair.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Security.GeneratorUtilities.FixedKeySizeAlgorithms">
            <summary>
            Canonical algorithm names whose <see cref="F:Org.BouncyCastle.Security.GeneratorUtilities.DefaultKeySizes"/> entry is a single fixed key length, as opposed
            to a nominal default for a variable-length cipher (RC2, RC4, CAST5, ...).
            </summary>
            <remarks>
            Only these may be used to bound a constant-time PKCS#1 v1.5 unwrap: a wrong length would corrupt a
            legitimate variable-length CEK. This is a deliberately conservative whitelist - anything absent is treated
            as "size not fixed" (see <see cref="M:Org.BouncyCastle.Security.GeneratorUtilities.TryGetFixedKeySize(System.String,System.Int32@)"/>), which fails safe rather than
            risking a wrong bound.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Security.GeneratorUtilities.GetKeyGenerator(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Resolve a <see cref="T:Org.BouncyCastle.Crypto.CipherKeyGenerator"/> for the given symmetric algorithm OID.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.GeneratorUtilities.GetKeyGenerator(System.String)">
            <summary>
            Resolve a <see cref="T:Org.BouncyCastle.Crypto.CipherKeyGenerator"/> for the named symmetric algorithm (e.g. <c>"AES"</c>,
            <c>"DESede"</c>, <c>"ChaCha20"</c>), pre-configured with the algorithm's default key size.
            </summary>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the algorithm is not recognised or has no default
            key size.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.GeneratorUtilities.GetKeyPairGenerator(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Resolve an <see cref="T:Org.BouncyCastle.Crypto.IAsymmetricCipherKeyPairGenerator"/> for the given algorithm OID.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.GeneratorUtilities.GetKeyPairGenerator(System.String)">
            <summary>
            Resolve an <see cref="T:Org.BouncyCastle.Crypto.IAsymmetricCipherKeyPairGenerator"/> for the named asymmetric algorithm
            (e.g. <c>"RSA"</c>, <c>"ECDSA"</c>, <c>"Ed25519"</c>, <c>"DH"</c>).
            </summary>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the algorithm is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.GeneratorUtilities.TryGetFixedKeySize(System.String,System.Int32@)">
            <summary>
            Return the key size in bits for the given algorithm, but only when that algorithm has a single fixed key
            length (a variable-length cipher returns <c>false</c> even though it has a nominal default size).
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Security.JksStore.JksObfuscationAlg">
            <remarks>keytool >= v20 removed the NULL parameters from the AlgorithmIdentifier.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Security.JksStore.Probe(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Security.JksStore.GetKey(System.String,System.Char[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Security.JksStore.SetKeyEntry(System.String,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,System.Char[],Org.BouncyCastle.X509.X509Certificate[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Security.JksStore.SetKeyEntry(System.String,System.Byte[],Org.BouncyCastle.X509.X509Certificate[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Security.JksStore.SetCertificateEntry(System.String,Org.BouncyCastle.X509.X509Certificate)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Security.JksStore.Save(System.IO.Stream,System.Char[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Security.JksStore.Load(System.IO.Stream,System.Char[])">
            <remarks>WARNING: If <paramref name="password"/> is <c>null</c>, no integrity check is performed.</remarks>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Security.JksStore.LoadUnchecked(System.IO.Stream)">
            <summary>Load without any integrity check.</summary>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Security.JksStore.ValidateStream(System.IO.Stream,System.Char[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Security.JksStore.JksTrustedCertEntry">
            JksTrustedCertEntry is a internal container for the certificate entry.
        </member>
        <member name="T:Org.BouncyCastle.Security.MacUtilities">
            <summary>
            Factory for <see cref="T:Org.BouncyCastle.Crypto.IMac"/> instances (HMAC, CMAC, GMAC, Poly1305, etc.) and convenience helpers for
            one-shot MAC computation.
            </summary>
            <remarks>
            MACs can be looked up by canonical name (e.g. <c>"HMAC-SHA256"</c>, <c>"AESCMAC"</c>) or by ASN.1 OID;
            names are matched case-insensitively. The returned <see cref="T:Org.BouncyCastle.Crypto.IMac"/> is uninitialised — the caller
            must invoke <see cref="M:Org.BouncyCastle.Crypto.IMac.Init(Org.BouncyCastle.Crypto.ICipherParameters)"/> with a key before processing data.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Security.MacUtilities.CalculateMac(System.String,Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[])">
            <summary>
            One-shot MAC of <paramref name="input"/> using the named algorithm and the supplied key parameters.
            </summary>
            <param name="algorithm">A MAC name or alias (e.g. <c>"HMAC-SHA256"</c>).</param>
            <param name="cp">Key (and any other) parameters required to initialise the MAC.</param>
            <param name="input">The data to authenticate.</param>
        </member>
        <member name="M:Org.BouncyCastle.Security.MacUtilities.DoFinal(Org.BouncyCastle.Crypto.IMac)">
            <summary>Finalises <paramref name="mac"/> and returns the resulting tag as a fresh array.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.MacUtilities.DoFinal(Org.BouncyCastle.Crypto.IMac,System.Byte[])">
            <summary>Feeds <paramref name="input"/> into <paramref name="mac"/>, then finalises and returns the
            tag.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.MacUtilities.GetAlgorithmName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Returns the canonical algorithm name registered for the given ASN.1 OID, or <c>null</c> if the OID
            is not mapped to a known MAC.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.MacUtilities.GetMac(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>Resolve and instantiate an <see cref="T:Org.BouncyCastle.Crypto.IMac"/> for the given ASN.1 algorithm OID.</summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="id"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the OID does not map to a known MAC.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.MacUtilities.GetMac(System.String)">
            <summary>Resolve and instantiate an <see cref="T:Org.BouncyCastle.Crypto.IMac"/> by name (or alias).</summary>
            <param name="algorithm">A MAC name (e.g. <c>"HMAC-SHA512"</c>, <c>"AESCMAC"</c>,
            <c>"POLY1305"</c>).</param>
            <exception cref="T:System.ArgumentNullException">If <paramref name="algorithm"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the MAC name is not recognised.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Security.ParameterUtilities">
            <summary>
            Helpers for building <see cref="T:Org.BouncyCastle.Crypto.ICipherParameters"/> values: creating algorithm-appropriate
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/> instances, decoding ASN.1 algorithm parameters into IV-bearing
            <see cref="T:Org.BouncyCastle.Crypto.ICipherParameters"/>, generating random IV/parameter blocks, and wrapping/unwrapping
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom"/> / <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithContext"/> envelopes.
            </summary>
            <remarks>
            Algorithm names are resolved through <see cref="M:Org.BouncyCastle.Security.ParameterUtilities.GetCanonicalAlgorithmName(System.String)"/> and matched
            case-insensitively. DES, DES-EDE and RC2 receive their dedicated parameter subclasses with parity
            enforcement; other algorithms get a plain <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/>.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.GetCanonicalAlgorithmName(System.String)">
            <summary>
            Returns the canonical algorithm name for the given alias or OID string, or <c>null</c> if the
            algorithm is not recognised.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.CreateKeyParameter(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Byte[])">
            <summary>
            Build a <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/> for the algorithm identified by <paramref name="algOid"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.CreateKeyParameter(System.String,System.Byte[])">
            <summary>Build a <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/> for the named algorithm.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.CreateKeyParameter(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Byte[],System.Int32,System.Int32)">
            <summary>Build a <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/> from a slice of <paramref name="keyBytes"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.CreateKeyParameter(System.String,System.Byte[],System.Int32,System.Int32)">
            <summary>
            Build a <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/> from a slice of <paramref name="keyBytes"/>. DES / DES-EDE / RC2
            keys are returned as their dedicated parameter subclasses; all other algorithms get a plain
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.KeyParameter"/>.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="algorithm"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the algorithm is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.GetCipherParameters(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Crypto.ICipherParameters,Org.BouncyCastle.Asn1.Asn1Object)">
            <summary>
            Combine a key with ASN.1-encoded algorithm parameters, returning the appropriate
            <see cref="T:Org.BouncyCastle.Crypto.ICipherParameters"/> envelope (e.g. <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithIV"/> or
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.AeadParameters"/> for AES-GCM/CCM).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.GetCipherParameters(System.String,Org.BouncyCastle.Crypto.ICipherParameters,Org.BouncyCastle.Asn1.Asn1Object)">
            <summary>
            Combine a key with ASN.1-encoded algorithm parameters for the named algorithm. See the OID
            overload.
            </summary>
            <exception cref="T:System.ArgumentException">If <paramref name="key"/> cannot supply the data required by
            an AEAD mode, or the parameters block cannot be parsed.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the algorithm is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.GenerateParameters(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Generate a fresh ASN.1-encoded algorithm parameters block (typically a random IV) for the
            algorithm identified by <paramref name="algID"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.GenerateParameters(System.String,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Generate a fresh ASN.1-encoded algorithm parameters block for the named algorithm. CAST5, IDEA and
            RC2 receive their dedicated parameter structures; other IV-based algorithms get a plain
            <see cref="T:Org.BouncyCastle.Asn1.Asn1OctetString"/> containing the IV.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="algorithm"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the algorithm is not recognised or has no
            parameter generator.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.GetContext(Org.BouncyCastle.Crypto.ICipherParameters,System.Int32,System.Int32,System.Byte[]@)">
            <summary>
            Unwrap a <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithContext"/> envelope, returning the inner parameters and copying the
            context bytes out via <paramref name="context"/>. If the envelope is absent, <paramref name="context"/>
            is set to <c>null</c> and the input is returned unchanged.
            </summary>
            <param name="cipherParameters">Parameters to inspect.</param>
            <param name="minLen">Minimum permitted context length, inclusive.</param>
            <param name="maxLen">Maximum permitted context length, inclusive.</param>
            <param name="context">Receives the context bytes, or <c>null</c> if no envelope is present.</param>
            <exception cref="T:System.ArgumentOutOfRangeException">If the context length falls outside
            [<paramref name="minLen"/>, <paramref name="maxLen"/>].</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.GetRandom(Org.BouncyCastle.Crypto.ICipherParameters,Org.BouncyCastle.Security.SecureRandom@)">
            <summary>
            Unwrap a <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom"/> envelope, returning the inner parameters and exposing the
            attached <see cref="T:Org.BouncyCastle.Security.SecureRandom"/> via <paramref name="random"/>. If the envelope is absent,
            <paramref name="random"/> is set to <c>null</c> and the input is returned unchanged.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.IgnoreRandom(Org.BouncyCastle.Crypto.ICipherParameters)">
            <summary>
            Strip any <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom"/> envelope and return the inner parameters; otherwise return
            the input unchanged.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.WithContext(Org.BouncyCastle.Crypto.ICipherParameters,System.Byte[])">
            <summary>
            Wrap <paramref name="cp"/> in a <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithContext"/> envelope when <paramref name="context"/>
            is non-<c>null</c>; otherwise return <paramref name="cp"/> unchanged.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.ParameterUtilities.WithRandom(Org.BouncyCastle.Crypto.ICipherParameters,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Wrap <paramref name="cp"/> in a <see cref="T:Org.BouncyCastle.Crypto.Parameters.ParametersWithRandom"/> envelope when <paramref name="random"/>
            is non-<c>null</c>; otherwise return <paramref name="cp"/> unchanged.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Security.PbeUtilities">
             <summary>
            
             </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.PbeUtilities.GetObjectIdentifier(System.String)">
            <summary>
            Returns a ObjectIdentifier for a give encoding.
            </summary>
            <param name="mechanism">A string representation of the encoding.</param>
            <returns>A DerObjectIdentifier, null if the Oid is not available.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.SecureRandom.GetInstance(System.String)">
            <summary>
            Create and auto-seed an instance based on the given algorithm.
            </summary>
            <remarks>Equivalent to GetInstance(algorithm, true)</remarks>
            <param name="algorithm">e.g. "SHA256PRNG"</param>
        </member>
        <member name="M:Org.BouncyCastle.Security.SecureRandom.GetInstance(System.String,System.Boolean)">
            <summary>
            Create an instance based on the given algorithm, with optional auto-seeding
            </summary>
            <param name="algorithm">e.g. "SHA256PRNG"</param>
            <param name="autoSeed">If true, the instance will be auto-seeded.</param>
        </member>
        <member name="M:Org.BouncyCastle.Security.SecureRandom.#ctor(Org.BouncyCastle.Crypto.Prng.IRandomGenerator)">
            <summary>Use the specified instance of IRandomGenerator as random source.</summary>
            <remarks>
            This constructor performs no seeding of either the <c>IRandomGenerator</c> or the
            constructed <c>SecureRandom</c>. It is the responsibility of the client to provide
            proper seed material as necessary/appropriate for the given <c>IRandomGenerator</c>
            implementation.
            </remarks>
            <param name="generator">The source to generate all random bytes from.</param>
        </member>
        <member name="T:Org.BouncyCastle.Security.SignerUtilities">
            <summary>
            Factory for <see cref="T:Org.BouncyCastle.Crypto.ISigner"/> instances and helpers for resolving signature algorithm metadata
            (X.509 algorithm parameters, OID lookup) from algorithm names or OIDs.
            </summary>
            <remarks>
            <para>
            Algorithm names follow the JCA-style <c>DIGESTwithCIPHER</c> convention (for example
            <c>"SHA256withRSA"</c>, <c>"SHA1withECDSA"</c>, <c>"SHA256withRSAandMGF1"</c>) and a number of common
            aliases are recognised; matching is case-insensitive.
            </para>
            <para>
            The returned <see cref="T:Org.BouncyCastle.Crypto.ISigner"/> is uninitialised — the caller must invoke
            <see cref="M:Org.BouncyCastle.Crypto.ISigner.Init(System.Boolean,Org.BouncyCastle.Crypto.ICipherParameters)"/> before processing data, or use the higher-level
            <see cref="M:Org.BouncyCastle.Security.SignerUtilities.InitSigner(System.String,System.Boolean,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Security.SecureRandom)"/> overloads.
            </para>
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Security.SignerUtilities.Algorithms">
            <summary>The set of canonical signature algorithm names recognised by this factory.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.SignerUtilities.GetDefaultX509Parameters(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Returns the default X.509 <c>AlgorithmIdentifier</c> parameters block for the given signature
            algorithm OID. For RSASSA-PSS variants this constructs a populated <c>RSASSA-PSS-params</c>
            structure; for most other algorithms <see cref="F:Org.BouncyCastle.Asn1.DerNull.Instance"/> is returned.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.SignerUtilities.GetDefaultX509Parameters(System.String)">
            <summary>
            Returns the default X.509 <c>AlgorithmIdentifier</c> parameters block for the named signature
            algorithm. See the OID overload for behaviour.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.SignerUtilities.GetEncodingName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Returns the canonical signature algorithm name registered for the given ASN.1 OID, or <c>null</c>
            if the OID is not mapped.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Security.SignerUtilities.GetObjectIdentifier(System.String)">
            <summary>
            Returns an ObjectIdentifier for a given signature mechanism.
            </summary>
            <param name="mechanism">A string representation of the signature mechanism.</param>
            <returns>A DerObjectIdentifier, null if the OID is not available.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Security.SignerUtilities.GetSigner(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Resolve and instantiate an <see cref="T:Org.BouncyCastle.Crypto.ISigner"/> for the given ASN.1 algorithm OID.
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="id"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the OID does not map to a known signer.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.SignerUtilities.GetSigner(System.String)">
            <summary>
            Resolve and instantiate an <see cref="T:Org.BouncyCastle.Crypto.ISigner"/> by name (e.g. <c>"SHA256withRSA"</c>,
            <c>"SHA1withECDSA"</c>, <c>"Ed25519"</c>).
            </summary>
            <exception cref="T:System.ArgumentNullException">If <paramref name="algorithm"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the algorithm name is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.SignerUtilities.InitSigner(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Resolve a signer for the given OID and initialise it for signing or verification.
            </summary>
            <param name="algorithmOid">The signature algorithm OID.</param>
            <param name="forSigning"><c>true</c> to initialise for signing (private key required);
            <c>false</c> for verification (public key).</param>
            <param name="privateKey">The signing or verification key.</param>
            <param name="random">Source of randomness, used by signers that require it; ignored
            otherwise.</param>
            <exception cref="T:System.ArgumentNullException">If <paramref name="algorithmOid"/> is <c>null</c>.</exception>
            <exception cref="T:Org.BouncyCastle.Security.SecurityUtilityException">If the OID is not recognised.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Security.SignerUtilities.InitSigner(System.String,System.Boolean,Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Resolve a signer by name and initialise it for signing or verification. See the OID overload for
            parameter semantics.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Security.WrapperUtilities">
            <remarks>
             Utility class for creating IWrapper objects from their names/Oids
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Tls.AbstractTlsClient">
            <summary>Base class for a TLS client.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.AllowUnexpectedServerExtension(System.Int32,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.CheckForUnexpectedServerExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.GetNewConnectionID">
            <summary>RFC 9146 DTLS connection ID.</summary>
            <remarks>
            The default <see cref="M:Org.BouncyCastle.Tls.AbstractTlsClient.GetClientExtensions"/> implementation calls this to get the connection_id extension
            the client will send. As future communication doesn't include the connection IDs length, this should either
            be fixed-length or include the connection ID's length. (see explanation in RFC 9146 4. "cid:")
            </remarks>
            <returns>The connection ID to use.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.GetPskIdentity">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.GetSrpIdentity">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.GetMultiCertStatusRequest">
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.CertificateStatusRequestItemV2"/> (or null).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.GetSupportedGroups(System.Collections.Generic.IList{System.Int32})">
            <summary>The default <see cref="M:Org.BouncyCastle.Tls.AbstractTlsClient.GetClientExtensions"/> implementation calls this to determine which named
            groups to include in the supported_groups extension for the ClientHello.</summary>
            <param name="namedGroupRoles">The <see cref="T:Org.BouncyCastle.Tls.NamedGroupRole">named group roles</see> for which there should
            be at least one supported group. By default this is inferred from the offered cipher suites and signature
            algorithms.</param>
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:System.Int32"/>. See <see cref="T:Org.BouncyCastle.Tls.NamedGroup"/> for group constants.
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.NotifyHandshakeBeginning">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.GetClientExtensions">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.NotifyServerVersion(Org.BouncyCastle.Tls.ProtocolVersion)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.NotifySelectedPsk(Org.BouncyCastle.Tls.TlsPsk)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.ProcessServerExtensions(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.ProcessServerSupplementalData(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SupplementalDataEntry})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.GetClientSupplementalData">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsClient.NotifyNewSessionTicket(Org.BouncyCastle.Tls.NewSessionTicket)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsContext.HandshakeBeginning(Org.BouncyCastle.Tls.TlsPeer)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsContext.HandshakeComplete(Org.BouncyCastle.Tls.TlsPeer,Org.BouncyCastle.Tls.TlsSession)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.AbstractTlsKeyExchange">
            <summary>Base class for supporting a TLS key exchange implementation.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.AbstractTlsKeyExchangeFactory">
            <summary>Base class for supporting a TLS key exchange factory implementation.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.AbstractTlsPeer">
            <summary>Base class for a TLS client or server.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsPeer.GetSupportedVersions">
            <summary>Get the <see cref="T:Org.BouncyCastle.Tls.ProtocolVersion"/> values that are supported by this peer.</summary>
            <remarks>
            WARNING: Mixing DTLS and TLS versions in the returned array is currently NOT supported. Use a separate
            (sub-)class for each case.
            </remarks>
            <returns>an array of supported <see cref="T:Org.BouncyCastle.Tls.ProtocolVersion"/> values.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsPeer.Cancel">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsPeer.NotifyHandshakeBeginning">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsPeer.NotifySecureRenegotiation(System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsPeer.GetKeyExchangeFactory">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsPeer.NotifyHandshakeComplete">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.AbstractTlsServer">
            <summary>Base class for a TLS server.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsServer.SelectCipherSuite(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.AbstractTlsServer.GetNewConnectionID">
            <summary>RFC 9146 DTLS connection ID.</summary>
            <remarks>
            This method will be called if a connection_id extension was sent by the client.
            If the return value is non-null, the server will send this connection ID to the client to use in future packets.
            As future communication doesn't include the connection IDs length, this should either be fixed-length
            or include the connection ID's length. (see explanation in RFC 9146 4. "cid:")
            </remarks>
            <returns>The connection ID to use.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.AlertDescription">
            <summary>RFC 5246 7.2.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.close_notify">
            <summary>This message notifies the recipient that the sender will not send any more messages on this
            connection.</summary>
            <remarks>
            Note that as of TLS 1.1, failure to properly close a connection no longer requires that a session not be
            resumed. This is a change from TLS 1.0 ("The session becomes unresumable if any connection is terminated
            without proper close_notify messages with level equal to warning.") to conform with widespread
            implementation practice.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.unexpected_message">
            <summary>An inappropriate message was received.</summary>
            <remarks>
            This alert is always fatal and should never be observed in communication between proper implementations.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.bad_record_mac">
            <summary>This alert is returned if a record is received with an incorrect MAC.</summary>
            <remarks>
            This alert also MUST be returned if an alert is sent because a TLSCiphertext decrypted in an invalid way:
            either it wasn't an even multiple of the block length, or its padding values, when checked, weren't
            correct. This message is always fatal and should never be observed in communication between proper
            implementations (except when messages were corrupted in the network).
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.decryption_failed">
            <remarks>
            This alert was used in some earlier versions of TLS, and may have permitted certain attacks against the CBC
            mode [CBCATT]. It MUST NOT be sent by compliant implementations.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.record_overflow">
            <summary>A TLSCiphertext record was received that had a length more than 2^14+2048 bytes, or a record
            decrypted to a TLSCompressed record with more than 2^14+1024 bytes.</summary>
            <remarks>
            This message is always fatal and should never be observed in communication between proper implementations
            (except when messages were corrupted in the network).
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.decompression_failure">
            <summary>The decompression function received improper input (e.g., data that would expand to excessive
            length).</summary>
            <remarks>
            This message is always fatal and should never be observed in communication between proper implementations.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.handshake_failure">
            <summary>Reception of a handshake_failure alert message indicates that the sender was unable to negotiate
            an acceptable set of security parameters given the options available.</summary>
            <remarks>
            This is a fatal error.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.no_certificate">
            <remarks>
            This alert was used in SSLv3 but not any version of TLS. It MUST NOT be sent by compliant implementations.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.bad_certificate">
            <summary>A certificate was corrupt, contained signatures that did not verify correctly, etc.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.unsupported_certificate">
            <summary>A certificate was of an unsupported type.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.certificate_revoked">
            <summary>A certificate was revoked by its signer.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.certificate_expired">
            <summary>A certificate has expired or is not currently valid.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.certificate_unknown">
            <summary>Some other (unspecified) issue arose in processing the certificate, rendering it unacceptable.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.illegal_parameter">
            <summary>A field in the handshake was out of range or inconsistent with other fields.</summary>
            <remarks>
            This message is always fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.unknown_ca">
            <summary>A valid certificate chain or partial chain was received, but the certificate was not accepted
            because the CA certificate could not be located or couldn't be matched with a known, trusted CA.</summary>
            <remarks>
            This message is always fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.access_denied">
            <summary>A valid certificate was received, but when access control was applied, the sender decided not to
            proceed with negotiation.</summary>
            <remarks>
            This message is always fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.decode_error">
            <summary>A message could not be decoded because some field was out of the specified range or the length of
            the message was incorrect.</summary>
            <remarks>
            This message is always fatal and should never be observed in communication between proper
            implementations (except when messages were corrupted in the network).
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.decrypt_error">
            <summary>A handshake cryptographic operation failed, including being unable to correctly verify a signature
            or validate a Finished message.</summary>
            <remarks>
            This message is always fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.export_restriction">
            <remarks>
            This alert was used in some earlier versions of TLS. It MUST NOT be sent by compliant implementations.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.protocol_version">
            <summary>The protocol version the client has attempted to negotiate is recognized but not supported.
            </summary>
            <remarks>
            (For example, old protocol versions might be avoided for security reasons.) This message is always fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.insufficient_security">
            <summary>Returned instead of handshake_failure when a negotiation has failed specifically because the
            server requires ciphers more secure than those supported by the client.</summary>
            <remarks>
            This message is always fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.internal_error">
            <summary>An internal error unrelated to the peer or the correctness of the protocol (such as a memory
            allocation failure) makes it impossible to continue.</summary>
            <remarks>
            This message is always fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.user_canceled">
            <summary>This handshake is being canceled for some reason unrelated to a protocol failure.</summary>
            <remarks>
            If the user cancels an operation after the handshake is complete, just closing the connection by sending a
            close_notify is more appropriate. This alert should be followed by a close_notify. This message is
            generally a warning.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.no_renegotiation">
            <summary>Sent by the client in response to a hello request or by the server in response to a client hello
            after initial handshaking.</summary>
            <remarks>
            Either of these would normally lead to renegotiation; when that is not appropriate, the recipient should
            respond with this alert. At that point, the original requester can decide whether to proceed with the
            connection. One case where this would be appropriate is where a server has spawned a process to satisfy a
            request; the process might receive security parameters (key length, authentication, etc.) at startup, and
            it might be difficult to communicate changes to these parameters after that point. This message is always a
            warning.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.unsupported_extension">
            <summary>Sent by clients that receive an extended server hello containing an extension that they did not
            put in the corresponding client hello.</summary>
            <remarks>
            This message is always fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.certificate_unobtainable">
            <summary>This alert is sent by servers who are unable to retrieve a certificate chain from the URL supplied
            by the client(see Section 3.3).</summary>
            <remarks>
            This message MAY be fatal - for example if client authentication is required by the server for the
            handshake to continue and the server is unable to retrieve the certificate chain, it may send a fatal
            alert.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.unrecognized_name">
            <summary>This alert is sent by servers that receive a server_name extension request, but do not recognize
            the server name.</summary>
            <remarks>
            This message MAY be fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.bad_certificate_status_response">
            <summary>This alert is sent by clients that receive an invalid certificate status response (see Section 3.6
            ).</summary>
            <remarks>
            This message is always fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.bad_certificate_hash_value">
            <summary>This alert is sent by servers when a certificate hash does not match a client provided
            certificate_hash.</summary>
            <remarks>
            This message is always fatal.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.unknown_psk_identity">
            <summary>If the server does not recognize the PSK identity, it MAY respond with an "unknown_psk_identity"
            alert message.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.no_application_protocol">
            <summary>In the event that the server supports no protocols that the client advertises, then the server
            SHALL respond with a fatal "no_application_protocol" alert.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.inappropriate_fallback">
            <summary>If TLS_FALLBACK_SCSV appears in ClientHello.cipher_suites and the highest protocol version
            supported by the server is higher than the version indicated in ClientHello.client_version, the server MUST
            respond with a fatal inappropriate_fallback alert[..].</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.missing_extension">
            <summary>Sent by endpoints that receive a handshake message not containing an extension that is mandatory
            to send for the offered TLS version or other negotiated parameters.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.AlertDescription.certificate_required">
            <summary>Sent by servers when a client certificate is desired but none was provided by the client.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.AlertLevel">
            <summary>RFC 5246 7.2</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.BasicTlsPskIdentity">
            <summary>A basic PSK Identity holder.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.BasicTlsSrpIdentity">
            <summary>A basic SRP Identity holder.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.ByteQueue">
            <summary>A queue for bytes. This file could be more optimized.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ByteQueue.GetAllocationSize(System.Int32)">
            <returns>The smallest number which can be written as 2^x which is bigger than i.</returns>
        </member>
        <member name="F:Org.BouncyCastle.Tls.ByteQueue.m_databuf">
            <summary>The buffer where we store our data.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.ByteQueue.m_skipped">
            <summary>How many bytes at the beginning of the buffer are skipped.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.ByteQueue.m_available">
            <summary>How many bytes in the buffer are valid data.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ByteQueue.AddData(System.Byte[],System.Int32,System.Int32)">
            <summary>Add some data to our buffer.</summary>
            <param name="buf">A byte-array to read data from.</param>
            <param name="off">How many bytes to skip at the beginning of the array.</param>
            <param name="len">How many bytes to read from the array.</param>
        </member>
        <member name="P:Org.BouncyCastle.Tls.ByteQueue.Available">
            <returns>The number of bytes which are available in this buffer.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ByteQueue.CopyTo(System.IO.Stream,System.Int32)">
            <summary>Copy some bytes from the beginning of the data to the provided <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">The <see cref="T:System.IO.Stream"/> to copy the bytes to.</param>
            <param name="length">How many bytes to copy.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ByteQueue.Read(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <summary>Read data from the buffer.</summary>
            <param name="buf">The buffer where the read data will be copied to.</param>
            <param name="offset">How many bytes to skip at the beginning of buf.</param>
            <param name="len">How many bytes to read at all.</param>
            <param name="skip">How many bytes from our data to skip.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ByteQueue.ReadHandshakeMessage(System.Int32)">
            <summary>Return a <see cref="T:Org.BouncyCastle.Tls.HandshakeMessageInput"/> over some bytes at the beginning of the data.
            </summary>
            <param name="length">How many bytes will be readable.</param>
            <returns>A <see cref="T:Org.BouncyCastle.Tls.HandshakeMessageInput"/> over the data.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ByteQueue.RemoveData(System.Int32)">
            <summary>Remove some bytes from our data from the beginning.</summary>
            <param name="i">How many bytes to remove.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ByteQueue.RemoveData(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <summary>Remove data from the buffer.</summary>
            <param name="buf">The buffer where the removed data will be copied to.</param>
            <param name="off">How many bytes to skip at the beginning of buf.</param>
            <param name="len">How many bytes to read at all.</param>
            <param name="skip">How many bytes from our data to skip.</param>
        </member>
        <member name="T:Org.BouncyCastle.Tls.ByteQueueOutputStream">
            <summary>OutputStream based on a ByteQueue implementation.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.CertChainType">
            <summary>Implementation of the RFC 3546 3.3. CertChainType.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Certificate">
            <summary>Parsing and encoding of a <i>Certificate</i> struct from RFC 4346.</summary>
            <remarks>
            <pre>
            opaque ASN.1Cert&lt;2^24-1&gt;;
            struct {
              ASN.1Cert certificate_list&lt;0..2^24-1&gt;;
            } Certificate;
            </pre>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Certificate.GetCertificateList">
            <returns>an array of <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsCertificate"/> representing a certificate chain.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Tls.Certificate.IsEmpty">
            <returns><c>true</c> if this certificate chain contains no certificates, or <c>false</c> otherwise.
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Certificate.Encode(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream,System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.Certificate"/> to a <see cref="T:System.IO.Stream"/>, and optionally calculate the
            "end point hash" (per RFC 5929's tls-server-end-point binding).</summary>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="messageOutput">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <param name="endPointHashOutput">the <see cref="T:System.IO.Stream"/> to write the "end point hash" to (or null).
            </param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Certificate.Parse(Org.BouncyCastle.Tls.Certificate.ParseOptions,Org.BouncyCastle.Tls.TlsContext,System.IO.Stream,System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.Certificate"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="options">the <see cref="T:Org.BouncyCastle.Tls.Certificate.ParseOptions"/> to apply during parsing.</param>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="messageInput">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <param name="endPointHashOutput">the <see cref="T:System.IO.Stream"/> to write the "end point hash" to (or null).
            </param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.Certificate"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.CertificateCompressionAlgorithm">
            RFC 8879
        </member>
        <member name="T:Org.BouncyCastle.Tls.CertificateRequest">
            <summary>Parsing and encoding of a <i>CertificateRequest</i> struct from RFC 4346.</summary>
            <remarks>
            <pre>
            struct {
              ClientCertificateType certificate_types&lt;1..2^8-1&gt;;
              DistinguishedName certificate_authorities&lt;3..2^16-1&gt;;
            } CertificateRequest;
            </pre>
            Updated for RFC 5246:
            <pre>
            struct {
              ClientCertificateType certificate_types &lt;1..2 ^ 8 - 1&gt;;
              SignatureAndHashAlgorithm supported_signature_algorithms &lt;2 ^ 16 - 1&gt;;
              DistinguishedName certificate_authorities &lt;0..2 ^ 16 - 1&gt;;
            } CertificateRequest;
            </pre>
            Revised for RFC 8446:
            <pre>
            struct {
              opaque certificate_request_context &lt;0..2 ^ 8 - 1&gt;;
              Extension extensions &lt;2..2 ^ 16 - 1&gt;;
            } CertificateRequest;
            </pre>
            </remarks>
            <seealso cref="T:Org.BouncyCastle.Tls.ClientCertificateType"/>
            <seealso cref="T:Org.BouncyCastle.Asn1.X509.X509Name"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateRequest.CheckSupportedSignatureAlgorithms(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateRequest.#ctor(System.Int16[],System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},System.Collections.Generic.IList{Org.BouncyCastle.Asn1.X509.X509Name})">
            <param name="certificateTypes">see <see cref="T:Org.BouncyCastle.Tls.ClientCertificateType"/> for valid constants.</param>
            <param name="supportedSignatureAlgorithms"></param>
            <param name="certificateAuthorities">an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Asn1.X509.X509Name"/>.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateRequest.#ctor(System.Byte[],System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},System.Collections.Generic.IList{Org.BouncyCastle.Asn1.X509.X509Name})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="P:Org.BouncyCastle.Tls.CertificateRequest.CertificateTypes">
            <returns>an array of certificate types</returns>
            <seealso cref="T:Org.BouncyCastle.Tls.ClientCertificateType"/>
        </member>
        <member name="P:Org.BouncyCastle.Tls.CertificateRequest.SupportedSignatureAlgorithms">
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm"/> (or null before TLS 1.2).
            </returns>
        </member>
        <member name="P:Org.BouncyCastle.Tls.CertificateRequest.SupportedSignatureAlgorithmsCert">
            <returns>an optional <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm"/>. May be non-null from
            TLS 1.3 onwards.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Tls.CertificateRequest.CertificateAuthorities">
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Asn1.X509.X509Name"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateRequest.Encode(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.CertificateRequest"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateRequest.Parse(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.CertificateRequest"/> from a <see cref="T:System.IO.Stream"/></summary>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.CertificateRequest"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="P:Org.BouncyCastle.Tls.CertificateStatus.OcspResponseList">
            <summary>an <see cref="T:System.Collections.Generic.IList`1"/> of (possibly null) <see cref="T:Org.BouncyCastle.Asn1.Ocsp.OcspResponse"/>.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateStatus.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.CertificateStatus"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateStatus.Parse(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.CertificateStatus"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.CertificateStatus"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateStatus.ParseOcspResponse(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateStatus.RequireStatusRequestVersion(System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.CertificateStatusRequest">
            <summary>Implementation of the RFC 3546 3.6. CertificateStatusRequest.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateStatusRequest.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.CertificateStatusRequest"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateStatusRequest.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.CertificateStatusRequest"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.CertificateStatusRequest"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.CertificateStatusRequestItemV2">
            <summary>Implementation of the RFC 6961 2.2. CertificateStatusRequestItemV2.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateStatusRequestItemV2.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.CertificateStatusRequestItemV2"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateStatusRequestItemV2.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.CertificateStatusRequestItemV2"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.CertificateStatusRequestItemV2"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.CertificateType">
            <summary>RFC 6091</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.CertificateUrl">
            <summary>RFC 3546 3.3</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateUrl.#ctor(System.Int16,System.Collections.Generic.IList{Org.BouncyCastle.Tls.UrlAndHash})">
            <param name="type">see <see cref="T:Org.BouncyCastle.Tls.CertChainType"/> for valid constants.</param>
            <param name="urlAndHashList">an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.UrlAndHash"/>.</param>
        </member>
        <member name="P:Org.BouncyCastle.Tls.CertificateUrl.Type">
            <returns><see cref="T:Org.BouncyCastle.Tls.CertChainType"/></returns>
        </member>
        <member name="P:Org.BouncyCastle.Tls.CertificateUrl.UrlAndHashList">
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.UrlAndHash"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateUrl.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.CertificateUrl"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateUrl.Parse(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.CertificateUrl"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.CertificateUrl"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="P:Org.BouncyCastle.Tls.CertificateVerify.Algorithm">
            <returns>a <see cref="T:Org.BouncyCastle.Tls.SignatureScheme"/> value.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateVerify.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.CertificateVerify"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.CertificateVerify.Parse(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.CertificateVerify"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.CertificateVerify"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.ChannelBinding">
            <summary>RFC 5056</summary>
            <remarks>
            Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the
            particular values (e.g.serialization).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Tls.CipherSuite">
            <summary>RFC 2246 A.5</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.CipherType">
            <summary>RFC 2246</summary>
            <remarks>
            Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the
            particular values (e.g. serialization).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ClientHello.Encode(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.ClientHello"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ClientHello.Parse(System.IO.MemoryStream,System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.ClientHello"/> from a <see cref="T:System.IO.MemoryStream"/>.</summary>
            <param name="messageInput">the <see cref="T:System.IO.MemoryStream"/> to parse from.</param>
            <param name="dtlsOutput">for DTLS this should be non-null; the input is copied to this
            <see cref="T:System.IO.Stream"/>, minus the cookie field.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.ClientHello"/> object.</returns>
            <exception cref="T:Org.BouncyCastle.Tls.TlsFatalAlert"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ClientHello.ImplParse(System.IO.MemoryStream,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.CombinedHash">
            <summary>A combined hash, which implements md5(m) || sha1(m).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.CompressionMethod">
            <summary>RFC 2246 6.1</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.ConnectionEnd">
            <summary>RFC 2246</summary>
            <remarks>
            Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the
            particular values(e.g.serialization).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Tls.ContentType">
            <summary>RFC 2246 6.2.1</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.DHGroup">
            <summary>Carrier class for Diffie-Hellman group parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.DHGroup.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,System.Int32)">
            <summary>Base constructor with the prime factor of (p - 1).</summary>
            <param name="p">the prime modulus.</param>
            <param name="q">specifies the prime factor of (p - 1).</param>
            <param name="g">the base generator.</param>
            <param name="l"></param>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.DHStandardGroups">
            <summary>Standard Diffie-Hellman groups from various IETF specifications.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.AbstractTlsCrypto">
            <summary>Base class for a TlsCrypto implementation that provides some needed methods from elsewhere in the impl
            package.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.AbstractTlsSecret">
            <summary>Base class for a TlsSecret implementation which captures common code and fields.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.AbstractTlsSecret.#ctor(System.Byte[])">
            <summary>Base constructor.</summary>
            <param name="data">the byte[] making up the secret value.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.AbstractTlsSecret.Encrypt(Org.BouncyCastle.Tls.Crypto.TlsEncryptor)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcDefaultTlsCredentialedAgreement">
            <summay>Credentialed class generating agreed secrets from a peer's public key for our end of the TLS connection
            using the BC light-weight API.</summay>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcDefaultTlsCredentialedDecryptor">
            <summary>Credentialed class decrypting RSA encrypted secrets sent from a peer for our end of the TLS connection
            using the BC light-weight API.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcDefaultTlsCredentialedSigner">
            <summary>Credentialed class for generating signatures based on the use of primitives from the BC light-weight API.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcSsl3Hmac">
            <summary>HMAC implementation based on original internet draft for HMAC (RFC 2104).</summary>
            <remarks>
            The difference is that padding is concatenated versus XORed with the key, e.g:
            <code>H(K + opad, H(K + ipad, text))</code>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcSsl3Hmac.#ctor(Org.BouncyCastle.Crypto.IDigest)">
            <summary>Base constructor for one of the standard digest algorithms for which the byteLength is known.
            </summary>
            <remarks>
            Behaviour is undefined for digests other than MD5 or SHA1.
            </remarks>
            <param name="digest">the digest.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcSsl3Hmac.Reset">
            Reset the mac generator.
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsCertificate">
            <summary>Implementation class for a single X.509 certificate based on the BC light-weight API.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsCertificate.Convert(Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsCrypto,Org.BouncyCastle.Tls.Crypto.TlsCertificate)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsCertificate.ParseCertificate(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsCertificate.#ctor(Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsCrypto,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsCertificate.GetEncoded">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsCertificate.GetExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsCrypto">
            Class for providing cryptographic services for TLS based on implementations in the BC light-weight API.
            <p>
                This class provides default implementations for everything. If you need to customise it, extend the class
                and override the appropriate methods.
            </p>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsDH">
            <summary>Support class for ephemeral Diffie-Hellman using the BC light-weight library.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsDHDomain">
            <summary>BC light-weight support class for Diffie-Hellman key pair generation and key agreement over a
            specified Diffie-Hellman configuration.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsDHDomain.DecodeParameter(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsDHDomain.DecodePublicKey(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsDsaSigner">
            <summary>Implementation class for generation of the raw DSA signature type using the BC light-weight API.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsDsaVerifier">
            <summary>Implementation class for the verification of the raw DSA signature type using the BC light-weight API.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsDssSigner">
            <summary>BC light-weight base class for the signers implementing the two DSA style algorithms from FIPS PUB
            186-4: DSA and ECDSA.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsDssVerifier">
            <summary>BC light-weight base class for the verifiers supporting the two DSA style algorithms from FIPS PUB
            186-4: DSA and ECDSA.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsECDH">
            <summary>Support class for ephemeral Elliptic Curve Diffie-Hellman using the BC light-weight library.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsECDomain">
            EC domain class for generating key pairs and performing key agreement.
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsECDomain.DecodePublicKey(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsECDsa13Signer">
            <summary>
            Implementation class for generation of ECDSA signatures in TLS 1.3+ using the BC light-weight API.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsECDsaSigner">
            <summary>Implementation class for generation of the raw ECDSA signature type using the BC light-weight API.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsECDsaVerifier">
            <summary>Implementation class for the verification of the raw ECDSA signature type using the BC light-weight
            API.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate">
            <summary>Implementation class for a single X.509 certificate based on the BC light-weight API.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.#ctor(Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsCrypto,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.CreateEncryptor(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.CreateVerifier(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.CreateVerifier(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetEncoded">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetLegacySignatureAlgorithm">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetPubKeyDH">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetPubKeyDss">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetPubKeyEC">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetPubKeyEd25519">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetPubKeyEd448">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetPubKeyMLDsa">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetPubKeyRsa">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetPubKeySlhDsa">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.SupportsSignatureAlgorithm(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.SupportsSignatureAlgorithmCA(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.CheckUsageInRole(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.GetPublicKey">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.SupportsSignatureAlgorithm(System.Int16,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.ValidateKeyUsage(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.ValidateMLDsa(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.ValidateRsa_Pkcs1">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.ValidateRsa_Pss_Pss(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.ValidateRsa_Pss_Rsae">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRawKeyCertificate.ValidateSlhDsa(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRsaPssSigner">
            <summary>Operator supporting the generation of RSASSA-PSS signatures using the BC light-weight API.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRsaPssVerifier">
            <summary>Operator supporting the verification of RSASSA-PSS signatures using the BC light-weight API.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRsaSigner">
            <summary>Operator supporting the generation of RSASSA-PKCS1-v1_5 signatures using the BC light-weight API.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsRsaVerifier">
            <summary>Operator supporting the verification of RSASSA-PKCS1-v1_5 signatures using the BC light-weight API.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcTlsSecret">
            <summary>BC light-weight support class for handling TLS secrets and deriving key material and other secrets
            from them.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcX25519">
            <summary>Support class for X25519 using the BC light-weight library.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.BC.BcX448">
            <summary>Support class for X448 using the BC light-weight library.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.Tls13NullCipher">
            <summary>A generic TLS 1.3 "integrity-only" cipher.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.Tls13NullCipher.#ctor(Org.BouncyCastle.Tls.Crypto.TlsCryptoParameters,Org.BouncyCastle.Tls.Crypto.TlsHmac,Org.BouncyCastle.Tls.Crypto.TlsHmac)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.TlsAeadCipher">
            <summary>A generic TLS 1.2 AEAD cipher.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsAeadCipher.#ctor(Org.BouncyCastle.Tls.Crypto.TlsCryptoParameters,Org.BouncyCastle.Tls.Crypto.Impl.TlsAeadCipherImpl,Org.BouncyCastle.Tls.Crypto.Impl.TlsAeadCipherImpl,System.Int32,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.TlsAeadCipherImpl">
            <summary>Base interface for services supporting AEAD encryption/decryption.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsAeadCipherImpl.SetKey(System.Byte[],System.Int32,System.Int32)">
            <summary>Set the key to be used by the AEAD cipher implementation supporting this service.</summary>
            <param name="key">array holding the AEAD cipher key.</param>
            <param name="keyOff">offset into the array the key starts at.</param>
            <param name="keyLen">length of the key in the array.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsAeadCipherImpl.Init(System.Byte[],System.Int32,System.Byte[])">
            <summary>Initialise the parameters for the AEAD operator.</summary>
            <param name="nonce">the nonce.</param>
            <param name="macSize">MAC size in bytes.</param>
            <param name="additionalData">any additional data to be included in the MAC calculation.</param>
            <exception cref="T:System.IO.IOException">if the parameters are inappropriate.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsAeadCipherImpl.GetOutputSize(System.Int32)">
            <summary>Return the maximum size of the output for input of inputLength bytes.</summary>
            <param name="inputLength">the length (in bytes) of the proposed input.</param>
            <returns>the maximum size of the output.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsAeadCipherImpl.DoFinal(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>Perform the cipher encryption/decryption returning the output in output.</summary>
            <remarks>
            Note: we have to use DoFinal() here as it is the only way to guarantee output from the underlying cipher.
            </remarks>
            <param name="input">array holding input data to the cipher.</param>
            <param name="inputOffset">offset into input array data starts at.</param>
            <param name="inputLength">length of the input data in the array.</param>
            <param name="output">array to hold the cipher output.</param>
            <param name="outputOffset">offset into output array to start saving output.</param>
            <returns>the amount of data written to output.</returns>
            <exception cref="T:System.IO.IOException">in case of failure.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsAeadCipherImpl.DoFinal(System.Byte[],System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>Perform the cipher encryption/decryption returning the output in output.</summary>
            <remarks>
            Note: we have to use DoFinal() here as it is the only way to guarantee output from the underlying cipher.
            </remarks>
            <param name="additionalData">any additional data to be included in the MAC calculation.</param>
            <param name="input">array holding input data to the cipher.</param>
            <param name="inputOffset">offset into input array data starts at.</param>
            <param name="inputLength">length of the input data in the array.</param>
            <param name="output">array to hold the cipher output.</param>
            <param name="outputOffset">offset into output array to start saving output.</param>
            <returns>the amount of data written to output.</returns>
            <exception cref="T:System.IO.IOException">in case of failure.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.TlsBlockCipher">
            <summary>A generic TLS 1.0-1.2 block cipher. This can be used for AES or 3DES for example.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsBlockCipher.#ctor(Org.BouncyCastle.Tls.Crypto.TlsCryptoParameters,Org.BouncyCastle.Tls.Crypto.Impl.TlsBlockCipherImpl,Org.BouncyCastle.Tls.Crypto.Impl.TlsBlockCipherImpl,Org.BouncyCastle.Tls.Crypto.TlsHmac,Org.BouncyCastle.Tls.Crypto.TlsHmac,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.TlsBlockCipherImpl">
            <summary>Interface for block cipher services.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsBlockCipherImpl.SetKey(System.Byte[],System.Int32,System.Int32)">
            <summary>Set the key to be used by the block cipher implementation supporting this service.</summary>
            <param name="key">array holding the block cipher key.</param>
            <param name="keyOff">offset into the array the key starts at.</param>
            <param name="keyLen">length of the key in the array.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsBlockCipherImpl.Init(System.Byte[],System.Int32,System.Int32)">
            <summary>Initialise the parameters for operator.</summary>
            <param name="iv">array holding the initialization vector (IV).</param>
            <param name="ivOff">offset into the array the IV starts at.</param>
            <param name="ivLen">length of the IV in the array.</param>
            <exception cref="T:System.IO.IOException">if the parameters are inappropriate.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsBlockCipherImpl.DoFinal(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>Perform the cipher encryption/decryption returning the output in output.</summary>
            <remarks>
            Note: we have to use DoFinal() here as it is the only way to guarantee output from the underlying cipher.
            </remarks>
            <param name="input">array holding input data to the cipher.</param>
            <param name="inputOffset">offset into input array data starts at.</param>
            <param name="inputLength">length of the input data in the array.</param>
            <param name="output">array to hold the cipher output.</param>
            <param name="outputOffset">offset into output array to start saving output.</param>
            <returns>the amount of data written to output.</returns>
            <exception cref="T:System.IO.IOException">in case of failure.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsBlockCipherImpl.GetBlockSize">
            <summary>Return the blocksize (in bytes) of the underlying block cipher.</summary>
            <returns>the cipher's blocksize.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.TlsImplUtilities">
            <summary>Useful utility methods.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.TlsNullCipher">
            <summary>The NULL cipher.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsNullCipher.#ctor(Org.BouncyCastle.Tls.Crypto.TlsCryptoParameters,Org.BouncyCastle.Tls.Crypto.TlsHmac,Org.BouncyCastle.Tls.Crypto.TlsHmac)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.TlsSuiteHmac">
            <summary>A generic TLS MAC implementation, acting as an HMAC based on some underlying Digest.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsSuiteHmac.#ctor(Org.BouncyCastle.Tls.Crypto.TlsCryptoParameters,Org.BouncyCastle.Tls.Crypto.TlsHmac)">
            <summary>Generate a new instance of a TlsMac.</summary>
            <param name="cryptoParams">the TLS client context specific crypto parameters.</param>
            <param name="mac">The MAC to use.</param>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Impl.TlsSuiteMac">
            <summary>Base interface for a generic TLS MAC implementation for use with a bulk cipher.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Tls.Crypto.Impl.TlsSuiteMac.Size">
            <summary>Return the output length (in bytes) of this MAC.</summary>
            <returns>The output length of this MAC.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsSuiteMac.CalculateMac(System.Int64,System.Int16,System.Byte[],System.Int32,System.Int32)">
            <summary>Calculate the MAC for some given data.</summary>
            <param name="seqNo">The sequence number of the record.</param>
            <param name="type">The content type of the message.</param>
            <param name="message">A byte array containing the message.</param>
            <param name="offset">The number of bytes to skip, before the message starts.</param>
            <param name="length">The length of the message.</param>
            <returns>A new byte array containing the MAC value.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Impl.TlsSuiteMac.CalculateMacConstantTime(System.Int64,System.Int16,System.Byte[],System.Int32,System.Int32,System.Int32,System.Byte[])">
            <summary>Constant time calculation of the MAC for some given data with a given expected length.</summary>
            <param name="seqNo">The sequence number of the record.</param>
            <param name="type">The content type of the message.</param>
            <param name="message">A byte array containing the message.</param>
            <param name="offset">The number of bytes to skip, before the message starts.</param>
            <param name="length">The length of the message.</param>
            <param name="expectedLength">The expected length of the full message.</param>
            <param name="randomData">Random data for padding out the MAC calculation if required.</param>
            <returns>A new byte array containing the MAC value.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Srp6Group">
            <summary>Carrier class for SRP-6 group parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Srp6Group.#ctor(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger)">
            <summary>Base constructor.</summary>
            <param name="n">the n value.</param>
            <param name="g">the g value.</param>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.Srp6StandardGroups">
            <summary>A selection of standard groups for SRP-6.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Tls.Crypto.Tls13Verifier.Stream">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.Tls13Verifier.VerifySignature(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsAgreement">
            <summary>Base interface for ephemeral key agreement calculator.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsAgreement.GenerateEphemeral">
            <summary>Generate an ephemeral key pair, returning the encoding of the public key.</summary>
            <returns>a byte encoding of the public key.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsAgreement.ReceivePeerValue(System.Byte[])">
            <summary>Pass in the public key for the peer to the agreement calculator.</summary>
            <param name="peerValue">a byte encoding of the peer public key.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsAgreement.CalculateSecret">
            <summary>Calculate the agreed secret based on the calculator's current state.</summary>
            <returns>the calculated secret.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsCertificate">
            <summary>Interface providing the functional representation of a single X.509 certificate.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCertificate.CreateEncryptor(System.Int32)">
            <summary>Return an encryptor based on the public key in this certificate.</summary>
            <param name="tlsCertificateRole"><see cref="T:Org.BouncyCastle.Tls.Crypto.TlsCertificateRole"/></param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsEncryptor"/> based on this certificate's public key.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCertificate.CreateVerifier(System.Int16)">
            <param name="signatureAlgorithm"><see cref="T:Org.BouncyCastle.Tls.SignatureAlgorithm"/></param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCertificate.CreateVerifier(System.Int32)">
            <param name="signatureScheme"><see cref="T:Org.BouncyCastle.Tls.SignatureScheme"/></param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCertificate.GetEncoded">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCertificate.GetExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="P:Org.BouncyCastle.Tls.Crypto.TlsCertificate.SigAlgOid">
            <returns>the OID of this certificate's 'signatureAlgorithm', as a string.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCertificate.GetSigAlgParams">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCertificate.GetLegacySignatureAlgorithm">
            <returns><see cref="T:Org.BouncyCastle.Tls.SignatureAlgorithm"/></returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCertificate.SupportsSignatureAlgorithm(System.Int16)">
            <param name="signatureAlgorithm"><see cref="T:Org.BouncyCastle.Tls.SignatureAlgorithm"/></param>
            <returns>true if (and only if) this certificate can be used to verify the given signature algorithm.
            </returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCertificate.SupportsSignatureAlgorithmCA(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCertificate.CheckUsageInRole(System.Int32)">
            <param name="tlsCertificateRole"><see cref="T:Org.BouncyCastle.Tls.Crypto.TlsCertificateRole"/></param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsCipher">
            <summary>Base interface for a TLS bulk cipher.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCipher.GetCiphertextDecodeLimit(System.Int32)">
            <summary>Return the maximum input size for a ciphertext given a maximum output size for the plaintext of
            plaintextLimit bytes.</summary>
            <param name="plaintextLimit">the maximum output size for the plaintext.</param>
            <returns>the maximum input size of the ciphertext for plaintextlimit bytes of output.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCipher.GetCiphertextEncodeLimit(System.Int32,System.Int32)">
            <summary>Return the maximum output size for a ciphertext given an actual input plaintext size of
            plaintextLength bytes and a maximum input plaintext size of plaintextLimit bytes.</summary>
            <param name="plaintextLength">the actual input size for the plaintext.</param>
            <param name="plaintextLimit">the maximum input size for the plaintext.</param>
            <returns>the maximum output size of the ciphertext for plaintextlimit bytes of input.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCipher.GetPlaintextLimit(System.Int32)">
            <summary>Return the maximum size for the plaintext given ciphertextlimit bytes of ciphertext.</summary>
            <param name="ciphertextLimit">the maximum number of bytes of ciphertext.</param>
            <returns>the maximum size of the plaintext for ciphertextlimit bytes of input.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCipher.EncodePlaintext(System.Int64,System.Int16,Org.BouncyCastle.Tls.ProtocolVersion,System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>Encode the passed in plaintext using the current bulk cipher.</summary>
            <param name="seqNo">sequence number of the message represented by plaintext.</param>
            <param name="contentType">content type of the message represented by plaintext.</param>
            <param name="recordVersion"><see cref="T:Org.BouncyCastle.Tls.ProtocolVersion"/> used for the record.</param>
            <param name="headerAllocation">extra bytes to allocate at start of returned byte array.</param>
            <param name="plaintext">array holding input plaintext to the cipher.</param>
            <param name="offset">offset into input array the plaintext starts at.</param>
            <param name="len">length of the plaintext in the array.</param>
            <returns>A <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsEncodeResult"/> containing the result of encoding (after 'headerAllocation' unused
            bytes).</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCipher.DecodeCiphertext(System.Int64,System.Int16,Org.BouncyCastle.Tls.ProtocolVersion,System.Byte[],System.Int32,System.Int32)">
            <summary>Decode the passed in ciphertext using the current bulk cipher.</summary>
            <param name="seqNo">sequence number of the message represented by ciphertext.</param>
            <param name="recordType">content type used in the record for this message.</param>
            <param name="recordVersion"><see cref="T:Org.BouncyCastle.Tls.ProtocolVersion"/> used for the record.</param>
            <param name="ciphertext">array holding input ciphertext to the cipher.</param>
            <param name="offset">offset into input array the ciphertext starts at.</param>
            <param name="len">length of the ciphertext in the array.</param>
            <returns>A <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsDecodeResult"/> containing the result of decoding.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCipher.RekeyDecoder">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCipher.RekeyEncoder">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsCrypto">
            <summary>Service and object creation interface for the primitive types and services that are associated with
            cryptography in the API.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasAnyStreamVerifiers(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm})">
            <summary>Return true if this TlsCrypto would use a stream verifier for any of the passed in algorithms.
            </summary>
            <remarks>This method is only relevant to handshakes negotiating (D)TLS 1.2.</remarks>
            <param name="signatureAndHashAlgorithms">A <see cref="T:System.Collections.Generic.IList`1">list</see> of
            <see cref="T:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm"/> values.</param>
            <returns>true if this instance would use a stream verifier for any of the passed in algorithms, otherwise
            false.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasAnyStreamVerifiersLegacy(System.Int16[])">
            <summary>Return true if this TlsCrypto would use a stream verifier for any of the passed in algorithms.
            </summary>
            <remarks>This method is only relevant to handshakes negotiating (D)TLS versions older than 1.2.</remarks>
            <param name="clientCertificateTypes">An array of <see cref="T:Org.BouncyCastle.Tls.ClientCertificateType"/> values.</param>
            <returns>true if this instance would use a stream verifier for any of the passed in algorithms, otherwise
            false.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasCryptoHashAlgorithm(System.Int32)">
            <summary>Return true if this TlsCrypto can support the passed in hash algorithm.</summary>
            <param name="cryptoHashAlgorithm">the algorithm of interest.</param>
            <returns>true if cryptoHashAlgorithm is supported, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasCryptoSignatureAlgorithm(System.Int32)">
            <summary>Return true if this TlsCrypto can support the passed in signature algorithm (not necessarily in
            combination with EVERY hash algorithm).</summary>
            <param name="cryptoSignatureAlgorithm">the algorithm of interest.</param>
            <returns>true if cryptoSignatureAlgorithm is supported, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasDHAgreement">
            <summary>Return true if this TlsCrypto can support DH key agreement.</summary>
            <returns>true if this instance can support DH key agreement, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasECDHAgreement">
            <summary>Return true if this TlsCrypto can support ECDH key agreement.</summary>
            <returns>true if this instance can support ECDH key agreement, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasEncryptionAlgorithm(System.Int32)">
            <summary>Return true if this TlsCrypto can support the passed in block/stream encryption algorithm.
            </summary>
            <param name="encryptionAlgorithm">the algorithm of interest.</param>
            <returns>true if encryptionAlgorithm is supported, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasHkdfAlgorithm(System.Int32)">
            <summary>Return true if this TlsCrypto can support HKDF with the passed in hash algorithm.</summary>
            <param name="cryptoHashAlgorithm">the algorithm of interest.</param>
            <returns>true if HKDF is supported with cryptoHashAlgorithm, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasKemAgreement">
            <summary>Return true if this TlsCrypto can support KEM key agreement.</summary>
            <returns>true if this instance can support KEM key agreement, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasMacAlgorithm(System.Int32)">
            <summary>Return true if this TlsCrypto can support the passed in MAC algorithm.</summary>
            <param name="macAlgorithm">the algorithm of interest.</param>
            <returns>true if macAlgorithm is supported, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasNamedGroup(System.Int32)">
            <summary>Return true if this TlsCrypto supports the passed in <see cref="T:Org.BouncyCastle.Tls.NamedGroup">named group</see>
            value.</summary>
            <returns>true if this instance supports the passed in <see cref="T:Org.BouncyCastle.Tls.NamedGroup">named group</see> value.
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasRsaEncryption">
            <summary>Return true if this TlsCrypto can support RSA encryption/decryption.</summary>
            <returns>true if this instance can support RSA encryption/decryption, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasSignatureAlgorithm(System.Int16)">
            <summary>Return true if this TlsCrypto can support the passed in signature algorithm (not necessarily in
            combination with EVERY hash algorithm).</summary>
            <returns>true if signatureAlgorithm is supported, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasSignatureAndHashAlgorithm(Org.BouncyCastle.Tls.SignatureAndHashAlgorithm)">
            <summary>Return true if this TlsCrypto can support the passed in signature algorithm.</summary>
            <param name="sigAndHashAlgorithm">the algorithm of interest.</param>
            <returns>true if sigAndHashAlgorithm is supported, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasSignatureScheme(System.Int32)">
            <summary>Return true if this TlsCrypto can support the passed in signature scheme.</summary>
            <param name="signatureScheme">the scheme of interest.</param>
            <returns>true if signatureScheme is supported, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HasSrpAuthentication">
            <summary>Return true if this TlsCrypto can support SRP authentication.</summary>
            <returns>true if this instance can support SRP authentication, false otherwise.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateSecret(System.Byte[])">
            <summary>Create a TlsSecret object based on provided data.</summary>
            <param name="data">the data to base the TlsSecret on.</param>
            <returns>a TlsSecret based on the provided data.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.GenerateRsaPreMasterSecret(Org.BouncyCastle.Tls.ProtocolVersion)">
            <summary>Create a TlsSecret object containing a randomly-generated RSA PreMasterSecret</summary>
            <param name="clientVersion">the client version to place in the first 2 bytes</param>
            <returns>a TlsSecret containing the PreMasterSecret.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Tls.Crypto.TlsCrypto.SecureRandom">
            <summary>Return the primary (safest) SecureRandom for this crypto.</summary>
            <returns>a SecureRandom suitable for key generation.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateCertificate(System.Byte[])">
            <summary>Create a TlsCertificate from an ASN.1 binary encoding of an X.509 certificate.</summary>
            <param name="encoding">DER/BER encoding of the certificate of interest.</param>
            <returns>a TlsCertificate.</returns>
            <exception cref="T:System.IO.IOException">if there is an issue on decoding or constructing the certificate.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateCertificate(System.Int16,System.Byte[])">
            <summary>Create a TlsCertificate from an ASN.1 binary encoding of a certificate.</summary>
            <param name="type">Certificate type as per IANA TLS Certificate Types registry.</param>
            <param name="encoding">DER/BER encoding of the certificate of interest.</param>
            <returns>a TlsCertificate.</returns>
            <exception cref="T:System.IO.IOException">if there is an issue on decoding or constructing the certificate.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateCipher(Org.BouncyCastle.Tls.Crypto.TlsCryptoParameters,System.Int32,System.Int32)">
            <summary>Create a cipher for the specified encryption and MAC algorithms.</summary>
            <remarks>
            See enumeration classes <see cref="T:Org.BouncyCastle.Tls.EncryptionAlgorithm"/>, <see cref="T:Org.BouncyCastle.Tls.MacAlgorithm"/> for appropriate
            argument values.
            </remarks>
            <param name="cryptoParams">context specific parameters.</param>
            <param name="encryptionAlgorithm">the encryption algorithm to be employed by the cipher.</param>
            <param name="macAlgorithm">the MAC algorithm to be employed by the cipher.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsCipher"/> implementing the encryption and MAC algorithms.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateDHDomain(Org.BouncyCastle.Tls.Crypto.TlsDHConfig)">
            <summary>Create a domain object supporting the domain parameters described in dhConfig.</summary>
            <param name="dhConfig">the config describing the DH parameters to use.</param>
            <returns>a TlsDHDomain supporting the parameters in dhConfig.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateECDomain(Org.BouncyCastle.Tls.Crypto.TlsECConfig)">
            <summary>Create a domain object supporting the domain parameters described in ecConfig.</summary>
            <param name="ecConfig">the config describing the EC parameters to use.</param>
            <returns>a TlsECDomain supporting the parameters in ecConfig.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateKemDomain(Org.BouncyCastle.Tls.Crypto.TlsKemConfig)">
            <summary>Create a domain object supporting the domain parameters described in kemConfig.</summary>
            <param name="kemConfig">the config describing the KEM parameters to use.</param>
            <returns>a TlsKemDomain supporting the parameters in kemConfig.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.AdoptSecret(Org.BouncyCastle.Tls.Crypto.TlsSecret)">
            <summary>Adopt the passed in secret, creating a new copy of it.</summary>
            <param name="secret">the secret to make a copy of.</param>
            <returns>a TlsSecret based on the original secret.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateHash(System.Int32)">
            <summary>Create a suitable hash for the hash algorithm identifier passed in.</summary>
            <remarks>
            See enumeration class <see cref="T:Org.BouncyCastle.Tls.Crypto.CryptoHashAlgorithm"/> for appropriate argument values.
            </remarks>
            <param name="cryptoHashAlgorithm">the hash algorithm the hash needs to implement.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsHash"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateHmac(System.Int32)">
            <summary>Create a suitable HMAC for the MAC algorithm identifier passed in.</summary>
            <remarks>
            See enumeration class <see cref="T:Org.BouncyCastle.Tls.MacAlgorithm"/> for appropriate argument values.
            </remarks>
            <param name="macAlgorithm">the MAC algorithm the HMAC needs to match.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsHmac"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateHmacForHash(System.Int32)">
            <summary>Create a suitable HMAC using the hash algorithm identifier passed in.</summary>
            <remarks>
            See enumeration class <see cref="T:Org.BouncyCastle.Tls.Crypto.CryptoHashAlgorithm"/> for appropriate argument values.
            </remarks>
            <param name="cryptoHashAlgorithm">the hash algorithm the HMAC should use.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsHmac"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateNonceGenerator(System.Byte[])">
            <summary>Create a nonce generator.</summary>
            <remarks>
            Each call should construct a new generator, and the generator should be returned from this call only after
            automatically seeding from this <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsCrypto"/>'s entropy source, and from the provided additional
            seed material. The output of each returned generator must be completely independent of the others.
            </remarks>
            <param name="additionalSeedMaterial">context-specific seed material</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsNonceGenerator"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateSrp6Client(Org.BouncyCastle.Tls.Crypto.TlsSrpConfig)">
            <summary>Create an SRP-6 client.</summary>
            <param name="srpConfig">client config.</param>
            <returns>an initialised SRP6 client object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateSrp6Server(Org.BouncyCastle.Tls.Crypto.TlsSrpConfig,Org.BouncyCastle.Math.BigInteger)">
            <summary>Create an SRP-6 server.</summary>
            <param name="srpConfig">server config.</param>
            <param name="srpVerifier">the SRP6 verifier value.</param>
            <returns>an initialised SRP6 server object.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.CreateSrp6VerifierGenerator(Org.BouncyCastle.Tls.Crypto.TlsSrpConfig)">
            <summary>Create an SRP-6 verifier generator.</summary>
            <param name="srpConfig">generator config.</param>
            <returns>an initialized SRP6 verifier generator.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCrypto.HkdfInit(System.Int32)">
            <summary>Setup an initial "secret" for a chain of HKDF calls (RFC 5869), containing a string of HashLen
            zeroes.</summary>
            <param name="cryptoHashAlgorithm">the hash algorithm to instantiate HMAC with. See
            <see cref="T:Org.BouncyCastle.Tls.Crypto.CryptoHashAlgorithm"/> for values.</param>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsCryptoException">
            <summary>Basic exception class for crypto services to pass back a cause.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsCryptoParameters">
            <summary>Carrier class for context-related parameters needed for creating secrets and ciphers.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCryptoParameters.#ctor(Org.BouncyCastle.Tls.TlsContext)">
            <summary>Base constructor.</summary>
            <param name="context">the context for this parameters object.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsCryptoUtilities.HkdfExpandLabel(Org.BouncyCastle.Tls.Crypto.TlsSecret,System.Int32,System.String,System.Byte[],System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsDHConfig">
            <summary>Basic config for Diffie-Hellman.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsDHDomain">
            <summary>Domain interface to service factory for creating Diffie-Hellman operators.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsDHDomain.CreateDH">
            <summary>Return an agreement operator suitable for ephemeral Diffie-Hellman.</summary>
            <returns>a key agreement operator.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsECConfig">
            <summary>Carrier class for Elliptic Curve parameter configuration.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Tls.Crypto.TlsECConfig.NamedGroup">
            <summary>Return the group used.</summary>
            <returns>the <see cref="P:Org.BouncyCastle.Tls.Crypto.TlsECConfig.NamedGroup">named group</see> used.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsECDomain">
            <summary>Domain interface to service factory for creating Elliptic-Curve (EC) based operators.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsECDomain.CreateECDH">
            <summary>Return an agreement operator suitable for ephemeral EC Diffie-Hellman.</summary>
            <returns>a key agreement operator.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsEncryptor">
            <summary>Base interface for an encryptor.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsEncryptor.Encrypt(System.Byte[],System.Int32,System.Int32)">
            <summary>Encrypt data from the passed in input array.</summary>
            <param name="input">byte array containing the input data.</param>
            <param name="inOff">offset into input where the data starts.</param>
            <param name="length">the length of the data to encrypt.</param>
            <returns>the encrypted data.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsHash">
            <summary>Interface for message digest, or hash, services.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsHash.Update(System.Byte[],System.Int32,System.Int32)">
            <summary>Update the hash with the passed in input.</summary>
            <param name="input">input array containing the data.</param>
            <param name="inOff">offset into the input array the input starts at.</param>
            <param name="length">the length of the input data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsHash.CalculateHash">
            <summary>Return calculated hash for any input passed in.</summary>
            <returns>the hash value.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsHash.CloneHash">
            <summary>Return a clone of this hash object representing its current state.</summary>
            <returns>a clone of the current hash.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsHash.Reset">
            <summary>Reset the hash underlying this service.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsHmac">
            <summary>Interface for MAC services based on HMAC.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Tls.Crypto.TlsHmac.InternalBlockSize">
            <summary>Return the internal block size for the message digest underlying this HMAC service.</summary>
            <returns>the internal block size for the digest (in bytes).</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsMac">
            <summary>Interface for MAC services.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsMac.SetKey(System.Byte[],System.Int32,System.Int32)">
            <summary>Set the key to be used by the MAC implementation supporting this service.</summary>
            <param name="key">array holding the MAC key.</param>
            <param name="keyOff">offset into the array the key starts at.</param>
            <param name="keyLen">length of the key in the array.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsMac.Update(System.Byte[],System.Int32,System.Int32)">
            <summary>Update the MAC with the passed in input.</summary>
            <param name="input">input array containing the data.</param>
            <param name="inOff">offset into the input array the input starts at.</param>
            <param name="length">the length of the input data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsMac.CalculateMac">
            <summary>Return calculated MAC for any input passed in.</summary>
            <returns>the MAC value.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsMac.CalculateMac(System.Byte[],System.Int32)">
            <summary>Write the calculated MAC to an output buffer.</summary>
            <param name="output">output array to write the MAC to.</param>
            <param name="outOff">offset into the output array to write the MAC to.</param>
        </member>
        <member name="P:Org.BouncyCastle.Tls.Crypto.TlsMac.MacLength">
            <summary>Return the length of the MAC generated by this service.</summary>
            <returns>the MAC length.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsMac.Reset">
            <summary>Reset the MAC underlying this service.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsNonceGenerator.GenerateNonce(System.Int32)">
            <summary>Generate a nonce byte[] string.</summary>
            <param name="size">the length, in bytes, of the nonce to generate.</param>
            <returns>the nonce value.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsNullNullCipher">
            <summary>The cipher for TLS_NULL_WITH_NULL_NULL.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsSecret">
            <summary>Interface supporting the generation of key material and other SSL/TLS secret values from PRFs.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSecret.CalculateHmac(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <summary>Calculate an HMAC with this secret's data as the key.</summary>
            <param name="cryptoHashAlgorithm">the hash algorithm to instantiate HMAC with. See
            <see cref="T:Org.BouncyCastle.Tls.Crypto.CryptoHashAlgorithm"/> for values.</param>
            <param name="buf">array containing the input data.</param>
            <param name="off">offset into the input array the input starts at.</param>
            <param name="len">the length of the input data.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSecret.DeriveUsingPrf(System.Int32,System.String,System.Byte[],System.Int32)">
            <summary>Return a new secret based on applying a PRF to this one.</summary>
            <param name="prfAlgorithm">PRF algorithm to use.</param>
            <param name="label">the label details.</param>
            <param name="seed">the seed details.</param>
            <param name="length">the size (in bytes) of the secret to generate.</param>
            <returns>the new secret.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSecret.Destroy">
            <summary>Destroy the internal state of the secret.</summary>
            <remarks>
            After this call, any attempt to use the <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsSecret"/> will result in an
            <see cref="T:System.InvalidOperationException"/> being thrown.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSecret.Encrypt(Org.BouncyCastle.Tls.Crypto.TlsEncryptor)">
            <summary>Return an encrypted copy of the data this secret is based on.</summary>
            <param name="encryptor">the encryptor to use for protecting the internal data.</param>
            <returns>an encrypted copy of this secret's internal data.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSecret.Extract">
            <summary>Return the internal data from this secret.</summary>
            <remarks>
            The <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsSecret"/> does not keep a copy of the data. After this call, any attempt to use the
            <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsSecret"/> will result in an <see cref="T:System.InvalidOperationException"/> being thrown.
            </remarks>
            <returns>the secret's internal data.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSecret.HkdfExpand(System.Int32,System.Byte[],System.Int32)">
            <summary>RFC 5869 HKDF-Expand function, with this secret's data as the pseudo-random key ('prk').</summary>
            <param name="cryptoHashAlgorithm">the hash algorithm to instantiate HMAC with. See
            <see cref="T:Org.BouncyCastle.Tls.Crypto.CryptoHashAlgorithm"/> for values.</param>
            <param name="info">optional context and application specific information (can be zero-length).</param>
            <param name="length">length of output keying material in octets.</param>
            <returns> output keying material (of 'length' octets).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSecret.HkdfExtract(System.Int32,Org.BouncyCastle.Tls.Crypto.TlsSecret)">
            <summary>RFC 5869 HKDF-Extract function, with this secret's data as the 'salt'.</summary>
            <remarks>
            The <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsSecret"/> does not keep a copy of the data. After this call, any attempt to use
            the <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsSecret"/> will result in an <see cref="T:System.InvalidOperationException"/> being thrown.
            </remarks>
            <param name="cryptoHashAlgorithm">the hash algorithm to instantiate HMAC with. See
            <see cref="T:Org.BouncyCastle.Tls.Crypto.CryptoHashAlgorithm"/> for values.</param>
            <param name="ikm">input keying material.</param>
            <returns>a pseudo-random key (of HashLen octets).</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsSigner">
            <summary>Base interface for a TLS signer that works on raw message digests.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSigner.GenerateRawSignature(Org.BouncyCastle.Tls.SignatureAndHashAlgorithm,System.Byte[])">
            <summary>Generate an encoded signature based on the passed in hash.</summary>
            <param name="algorithm">the signature algorithm to use.</param>
            <param name="hash">the hash calculated for the signature.</param>
            <returns>an encoded signature.</returns>
            <exception cref="T:System.IO.IOException">in case of an exception processing the hash.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSigner.GetStreamSigner(Org.BouncyCastle.Tls.SignatureAndHashAlgorithm)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsSrp6Client">
            <summary>Basic interface for an SRP-6 client implementation.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSrp6Client.CalculateSecret(Org.BouncyCastle.Math.BigInteger)">
            <summary>Generates the secret S given the server's credentials</summary>
            <param name="serverB">The server's credentials</param>
            <returns>Client's verification message for the server</returns>
            <exception cref="T:System.IO.IOException">If server's credentials are invalid</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSrp6Client.GenerateClientCredentials(System.Byte[],System.Byte[],System.Byte[])">
            <summary>Generates client's credentials given the client's salt, identity and password</summary>
            <param name="salt">The salt used in the client's verifier.</param>
            <param name="identity">The user's identity (eg. username)</param>
            <param name="password">The user's password</param>
            <returns>Client's public value to send to server</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsSrp6Server">
            <summary>Basic interface for an SRP-6 server implementation.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSrp6Server.GenerateServerCredentials">
            <summary>Generates the server's credentials that are to be sent to the client.</summary>
            <returns>The server's public value to the client</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSrp6Server.CalculateSecret(Org.BouncyCastle.Math.BigInteger)">
            <summary>Processes the client's credentials. If valid the shared secret is generated and returned.
            </summary>
            <param name="clientA">The client's credentials.</param>
            <returns>A shared secret <see cref="T:Org.BouncyCastle.Math.BigInteger"/>.</returns>
            <exception cref="T:System.IO.IOException">If client's credentials are invalid.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsSrp6VerifierGenerator">
            <summary>Base interface for a generator for SRP-6 verifiers.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSrp6VerifierGenerator.GenerateVerifier(System.Byte[],System.Byte[],System.Byte[])">
            <summary>Creates a new SRP-6 verifier value.</summary>
            <param name="salt">The salt to use, generally should be large and random</param>
            <param name="identity">The user's identifying information (eg. username)</param>
            <param name="password">The user's password</param>
            <returns>A new verifier for use in future SRP authentication</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsSrpConfig">
            <summary>Basic config for SRP.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSrpConfig.GetExplicitNG">
            <summary>Return the (N, g) values used in SRP-6.</summary>
            <returns>(N, g) as a BigInteger array (N=[0], g=[1]).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsSrpConfig.SetExplicitNG(Org.BouncyCastle.Math.BigInteger[])">
            <summary>Set the (N, g) values used for SRP-6.</summary>
            <param name="explicitNG">(N, g) as a BigInteger array (N=[0], g=[1]).</param>
        </member>
        <member name="P:Org.BouncyCastle.Tls.Crypto.TlsStreamSigner.Stream">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsStreamSigner.GetSignature">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="P:Org.BouncyCastle.Tls.Crypto.TlsStreamVerifier.Stream">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsStreamVerifier.IsVerified">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.Crypto.TlsVerifier">
            <summary>Base interface for a TLS verifier that works with signatures and either raw message digests, or entire
            messages.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsVerifier.GetStreamVerifier(Org.BouncyCastle.Tls.DigitallySigned)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Crypto.TlsVerifier.VerifyRawSignature(Org.BouncyCastle.Tls.DigitallySigned,System.Byte[])">
            <summary>Return true if the passed in signature and hash represent a real signature.</summary>
            <param name="digitallySigned">the signature object containing the signature to be verified.</param>
            <param name="hash">the hash calculated for the signature.</param>
            <returns>true if signature verifies, false otherwise.</returns>
            <exception cref="T:System.IO.IOException">in case of an exception verifying signature.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DatagramReceiver.GetReceiveLimit">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DatagramReceiver.Receive(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <remarks>
            A <paramref name="waitMillis"/> of zero is interpreted as an infinite timeout.
            </remarks>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DatagramSender.GetSendLimit">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DatagramSender.Send(System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.DatagramTransport">
            <summary>Base interface for an object sending and receiving DTLS data.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.DefaultTlsCredentialedSigner">
            <summary>Container class for generating signatures that carries the signature type, parameters, public key
            certificate and public key's associated signer object.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DefaultTlsDHGroupVerifier.#ctor">
            <summary>Accept named groups and various standard DH groups with 'P' at least
            <see cref="F:Org.BouncyCastle.Tls.DefaultTlsDHGroupVerifier.DefaultMinimumPrimeBits"/> bits.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DefaultTlsDHGroupVerifier.#ctor(System.Int32)">
            <summary>Accept named groups and various standard DH groups with 'P' at least the specified number of bits.
            </summary>
            <param name="minimumPrimeBits">the minimum bitlength of 'P'.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DefaultTlsDHGroupVerifier.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Tls.Crypto.DHGroup},System.Int32)">
            <summary>Accept named groups and a custom set of group parameters, subject to a minimum bitlength for 'P'.
            </summary>
            <param name="groups">a <see cref="T:System.Collections.Generic.IList`1">list</see> of acceptable <see cref="T:Org.BouncyCastle.Tls.Crypto.DHGroup"/>s.</param>
            <param name="minimumPrimeBits">the minimum bitlength of 'P'.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DefaultTlsServer.GetDsaSignerCredentials">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DefaultTlsServer.GetECDsaSignerCredentials">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DefaultTlsServer.GetRsaEncryptionCredentials">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DefaultTlsServer.GetRsaSignerCredentials">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DefaultTlsSrpConfigVerifier.#ctor">
            <summary>Accept only the group parameters specified in RFC 5054 Appendix A.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DefaultTlsSrpConfigVerifier.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Tls.Crypto.Srp6Group})">
            <summary>Specify a custom set of acceptable group parameters.</summary>
            <param name="groups">an <see cref="T:System.Collections.Generic.IList`1"/> of acceptable <see cref="T:Org.BouncyCastle.Tls.Crypto.Srp6Group"/>.</param>
        </member>
        <member name="T:Org.BouncyCastle.Tls.DeferredHash">
            <summary>Buffers input until the hash algorithm is determined.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DeferredHash.CopyBufferTo(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DigestInputBuffer.CopyInputTo(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="P:Org.BouncyCastle.Tls.DigitallySigned.Algorithm">
            <returns>a <see cref="T:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm"/> (or null before TLS 1.2).</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DigitallySigned.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.DigitallySigned"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DigitallySigned.Parse(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.DigitallySigned"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.DigitallySigned"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.Connect(Org.BouncyCastle.Tls.TlsClient,Org.BouncyCastle.Tls.DatagramTransport)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshake(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.GenerateCertificateVerify(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState,Org.BouncyCastle.Tls.DigitallySigned)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.GenerateClientHello(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.GenerateClientKeyExchange(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.ProcessCertificateRequest(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.ProcessCertificateStatus(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.ProcessHelloVerifyRequest(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.ProcessNewSessionTicket(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.ProcessServerCertificate(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.ProcessServerHello(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.ProcessServerKeyExchange(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.ProcessServerSupplementalData(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.ReportServerVersion(Org.BouncyCastle.Tls.DtlsClientProtocol.ClientHandshakeState,Org.BouncyCastle.Tls.ProtocolVersion)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsClientProtocol.PatchClientHelloWithCookie(System.Byte[],System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsEpoch.AllocateSequenceNumber">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsHandshakeRetransmit.ReceivedHandshakeRecord(System.Int32,System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsProtocol.ProcessFinished(System.Byte[],System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsProtocol.ApplyMaxFragmentLengthExtension(Org.BouncyCastle.Tls.DtlsRecordLayer,System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsProtocol.GenerateCertificate(Org.BouncyCastle.Tls.TlsContext,Org.BouncyCastle.Tls.Certificate,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsProtocol.GenerateSupplementalData(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SupplementalDataEntry})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsProtocol.SendCertificateMessage(Org.BouncyCastle.Tls.TlsContext,Org.BouncyCastle.Tls.DtlsReliableHandshake,Org.BouncyCastle.Tls.Certificate,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsProtocol.ValidateSelectedCipherSuite(System.Int32,System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.ReceiveClientHelloRecord(System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.SendHelloVerifyRequestRecord(Org.BouncyCastle.Tls.DatagramSender,System.Int64,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.SendDatagram(Org.BouncyCastle.Tls.DatagramSender,System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.GetReceiveLimit">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.GetSendLimit">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.Receive(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.Receive(System.Byte[],System.Int32,System.Int32,System.Int32,Org.BouncyCastle.Tls.DtlsRecordCallback)">
            <remarks>
            A <paramref name="waitMillis"/> of zero is interpreted as an infinite timeout.
            </remarks>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.ReceivePending(System.Byte[],System.Int32,System.Int32,Org.BouncyCastle.Tls.DtlsRecordCallback)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.Send(System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.Close">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.Warn(System.Int16,System.String)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.RaiseAlert(System.Int16,System.Int16,System.String,System.Exception)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.ReceiveDatagram(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.ProcessRecord(System.Int32,System.Byte[],System.Byte[],System.Int32,System.Int32,Org.BouncyCastle.Tls.DtlsRecordCallback)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.ReceivePendingRecord(System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.ReceiveRecord(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.SendHeartbeatMessage(Org.BouncyCastle.Tls.HeartbeatMessage)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsRecordLayer.SendRecord(System.Int16,System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.ReceiveClientHelloMessage(System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.SendHelloVerifyRequest(Org.BouncyCastle.Tls.DatagramSender,System.Int64,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.SendMessage(System.Int16,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.ReceiveMessage">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.ReceiveMessageBody(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.ReceiveMessageDelayedDigest(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.UpdateHandshakeMessagesDigest(Org.BouncyCastle.Tls.DtlsReliableHandshake.Message)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.CheckInboundFlight">
            Check that there are no "extra" messages left in the current inbound flight
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.GetPendingMessage">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.ImplExpectMessage(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.ImplReceiveMessage">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.ProcessRecord(System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.ResendOutboundFlight">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.WriteMessage(Org.BouncyCastle.Tls.DtlsReliableHandshake.Message)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReliableHandshake.WriteHandshakeFragment(Org.BouncyCastle.Tls.DtlsReliableHandshake.Message,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.DtlsReplayWindow">
            RFC 4347 4.1.2.5 Anti-replay
            <p>
            Support fast rejection of duplicate records by maintaining a sliding receive window
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReplayWindow.ShouldDiscard(System.Int64)">
            <summary>Check whether a received record with the given sequence number should be rejected as a duplicate.
            </summary>
            <param name="seq">the 48-bit DTLSPlainText.sequence_number field of a received record.</param>
            <returns>true if the record should be discarded without further processing.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsReplayWindow.ReportAuthenticated(System.Int64,System.Boolean@)">
            <summary>Report that a received record with the given sequence number passed authentication checks.
            </summary>
            <param name="seq">the 48-bit DTLSPlainText.sequence_number field of an authenticated record.</param>
            <param name="isLatestConfirmed">indicates whether <paramref name="seq"/> is now the latest confirmed
            sequence number.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.Accept(Org.BouncyCastle.Tls.TlsServer,Org.BouncyCastle.Tls.DatagramTransport)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.Accept(Org.BouncyCastle.Tls.TlsServer,Org.BouncyCastle.Tls.DatagramTransport,Org.BouncyCastle.Tls.DtlsRequest)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshake(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,Org.BouncyCastle.Tls.DtlsRequest)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.GenerateCertificateRequest(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,Org.BouncyCastle.Tls.CertificateRequest)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.GenerateCertificateStatus(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,Org.BouncyCastle.Tls.CertificateStatus)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.GenerateNewSessionTicket(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,Org.BouncyCastle.Tls.NewSessionTicket)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.GenerateServerHello(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.NotifyClientCertificate(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,Org.BouncyCastle.Tls.Certificate)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.ProcessClientCertificate(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.ProcessCertificateVerify(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,System.Byte[],Org.BouncyCastle.Tls.TlsHandshakeHash)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.ProcessClientHello(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.ProcessClientHello(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,Org.BouncyCastle.Tls.ClientHello)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.ProcessClientKeyExchange(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsServerProtocol.ProcessClientSupplementalData(Org.BouncyCastle.Tls.DtlsServerProtocol.ServerHandshakeState,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="F:Org.BouncyCastle.Tls.DtlsRecordFlags.IsNewest">
            <summary>The record is newer (by epoch and sequence number) than any record received previously.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.DtlsRecordFlags.UsesConnectionID">
            <summary>The record includes the (valid) connection ID (RFC 9146) for this connection.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsTransport.GetReceiveLimit">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsTransport.GetSendLimit">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsTransport.Receive(System.Byte[],System.Int32,System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsTransport.Receive(System.Byte[],System.Int32,System.Int32,System.Int32,Org.BouncyCastle.Tls.DtlsRecordCallback)">
            <remarks>
            A <paramref name="waitMillis"/> of zero is interpreted as an infinite timeout.
            </remarks>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsTransport.ReceivePending(System.Byte[],System.Int32,System.Int32,Org.BouncyCastle.Tls.DtlsRecordCallback)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsTransport.Send(System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.DtlsTransport.Close">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.DtlsVerifier">
            <summary>
            Implements cookie generation/verification for a DTLS server as described in RFC 4347,
            4.2.1. Denial of Service Countermeasures.
            </summary>
            <remarks>
            RFC 4347 4.2.1 additionally recommends changing the secret frequently. This class does not handle that
            internally, so the instance should be replaced instead.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Tls.ECCurveType">
            <summary>RFC 4492 5.4</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.ECCurveType.explicit_prime">
            Indicates the elliptic curve domain parameters are conveyed verbosely, and the
            underlying finite field is a prime field.
        </member>
        <member name="F:Org.BouncyCastle.Tls.ECCurveType.explicit_char2">
            Indicates the elliptic curve domain parameters are conveyed verbosely, and the
            underlying finite field is a characteristic-2 field.
        </member>
        <member name="F:Org.BouncyCastle.Tls.ECCurveType.named_curve">
            Indicates that a named curve is used. This option SHOULD be used when applicable.
        </member>
        <member name="T:Org.BouncyCastle.Tls.ECPointFormat">
            <summary>RFC 4492 5.1.2</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.EncryptionAlgorithm">
            <summary>RFC 2246</summary>
            <remarks>
            Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the
            particular values (e.g. serialization).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Tls.ExporterLabel">
            <summary>RFC 5705</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.HandshakeMessageOutput.Send(Org.BouncyCastle.Tls.TlsProtocol,System.Int16,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.HandshakeMessageOutput.#ctor(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.HandshakeMessageOutput.#ctor(System.Int16,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.HandshakeMessageOutput.Send(Org.BouncyCastle.Tls.TlsProtocol)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.HashAlgorithm">
            <summary>RFC 5246 7.4.1.4.1</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.HeartbeatExtension.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.HeartbeatExtension"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.HeartbeatExtension.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.HeartbeatExtension"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.HeartbeatExtension"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.HeartbeatMessage.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.HeartbeatMessage"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.HeartbeatMessage.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.HeartbeatMessage"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.HeartbeatMessage"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.HeartbeatMessageType">
            <summary>RFC 6520 3.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.IdentifierType">
            <summary>RFC 6066</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.KeyExchangeAlgorithm">
            <summary>RFC 2246</summary>
            <remarks>
            Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the
            particular values (e.g. serialization).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.KeyShareEntry.#ctor(System.Int32,System.Byte[])">
            <param name="namedGroup"><see cref="P:Org.BouncyCastle.Tls.KeyShareEntry.NamedGroup"/></param>
            <param name="keyExchange"></param>
        </member>
        <member name="P:Org.BouncyCastle.Tls.KeyShareEntry.NamedGroup">
            <returns><see cref="P:Org.BouncyCastle.Tls.KeyShareEntry.NamedGroup"/></returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.KeyShareEntry.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.KeyShareEntry"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.KeyShareEntry.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.KeyShareEntry"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.KeyShareEntry"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.KeyUpdateRequest">
            <summary>RFC 8446 4.6.3</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.MacAlgorithm">
            <summary>RFC 2246</summary>
            <remarks>
            Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the
            particular values (e.g. serialization).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Tls.NamedGroup">
            <summary>RFC 7919</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.NamedGroupRole">
            <remarks>
            Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the
            particular values (e.g. serialization).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.NewSessionTicket.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.NewSessionTicket"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.NewSessionTicket.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.NewSessionTicket"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.NewSessionTicket"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.OcspStatusRequest">
            <summary>RFC 3546 3.6</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.OcspStatusRequest.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Asn1.Ocsp.ResponderID},Org.BouncyCastle.Asn1.X509.X509Extensions)">
            <param name="responderIDList">an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Asn1.Ocsp.ResponderID"/>, specifying the list of
            trusted OCSP responders. An empty list has the special meaning that the responders are implicitly known to
            the server - e.g., by prior arrangement.</param>
            <param name="requestExtensions">OCSP request extensions. A null value means that there are no extensions.
            </param>
        </member>
        <member name="P:Org.BouncyCastle.Tls.OcspStatusRequest.ResponderIDList">
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Asn1.Ocsp.ResponderID"/>.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Tls.OcspStatusRequest.RequestExtensions">
            <returns>OCSP request extensions.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.OcspStatusRequest.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.OcspStatusRequest"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.OcspStatusRequest.Parse(System.IO.Stream)">
            <summary>Parse an <see cref="T:Org.BouncyCastle.Tls.OcspStatusRequest"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>an <see cref="T:Org.BouncyCastle.Tls.OcspStatusRequest"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.OfferedPsks.Encode(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.OfferedPsks.EncodeBinders(System.IO.Stream,Org.BouncyCastle.Tls.Crypto.TlsCrypto,Org.BouncyCastle.Tls.TlsHandshakeHash,Org.BouncyCastle.Tls.OfferedPsks.BindersConfig)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.OfferedPsks.GetBindersSize(Org.BouncyCastle.Tls.TlsPsk[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.OfferedPsks.Parse(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.PrfAlgorithm">
            <summary>RFC 5246</summary>
            <remarks>
            Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the
            particular values (e.g. serialization).
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Tls.ProtocolName">
            <summary>RFC 7301 Represents a protocol name for use with ALPN.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ProtocolName.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.ProtocolName"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ProtocolName.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.ProtocolName"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.ProtocolName"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.PskTlsClient.GetAuthentication">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.PskTlsServer.GetRsaEncryptionCredentials">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.RecordStream">
            <summary>An implementation of the TLS 1.0/1.1/1.2 record layer.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.NotifyChangeCipherSpecReceived">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.EnablePendingCipherRead(System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.EnablePendingCipherWrite">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.FinaliseHandshake">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.NotifyKeyUpdateReceived">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.NotifyKeyUpdateSent">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.PreviewRecordHeader(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.ReadFullRecord(System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.ReadRecord">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.DecodeAndVerify(System.Int16,Org.BouncyCastle.Tls.ProtocolVersion,System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.WriteRecord(System.Int16,System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.Close">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.CheckChangeCipherSpec(System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.CheckRecordType(System.Byte[],System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.CheckLength(System.Int32,System.Int32,System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.Record.FillTo(System.IO.Stream,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.Record.ReadFragment(System.IO.Stream,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.Record.ReadHeader(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.RecordStream.SequenceNumber.NextValue(System.Int16)">
            <exception cref="T:Org.BouncyCastle.Tls.TlsFatalAlert"/>
        </member>
        <member name="F:Org.BouncyCastle.Tls.SecurityParameters.m_connectionIDLocal">
            <summary>Connection ID we use during communication to the peer.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.SecurityParameters.m_connectionIDPeer">
            <summary>Connection ID our peer uses for communication to us.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Tls.SecurityParameters.NegotiatedGroup">
            <summary>
            The named group selected by the server for key exchange (if any), or -1 when not negotiated.
            </summary>
            <remarks>
            See <see cref="T:Org.BouncyCastle.Tls.NamedGroup"/> for group constants. Currently not set (i.e. -1) when pre-1.3 version
            negotiated. Not all TLS 1.3 key exchanges negotiate a group (e.g. PskKeyExchangeMode.psk_ke).
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ServerHello.Encode(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.ServerHello"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ServerHello.Parse(System.IO.MemoryStream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.ServerHello"/> from a <see cref="T:System.IO.MemoryStream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.MemoryStream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.ServerHello"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.ServerName">
            <summary>RFC 6066 3. Server Name Indication</summary>
            <remarks>
            Current implementation uses this guidance: "For backward compatibility, all future data structures associated
            with new NameTypes MUST begin with a 16-bit length field. TLS MAY treat provided server names as opaque data
            and pass the names and types to the application.". RFC 6066 specifies ASCII encoding for host_name (possibly
            using A-labels for IDNs), but note that the previous version (RFC 4366) specified UTF-8 encoding (see RFC 6066
            Appendix A). For maximum compatibility, it is recommended that client code tolerate receiving UTF-8 from the
            peer, but only generate ASCII itself.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ServerName.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.ServerName"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ServerName.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.ServerName"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.ServerName"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ServerNameList.#ctor(System.Collections.Generic.IList{Org.BouncyCastle.Tls.ServerName})">
            <param name="serverNameList">an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.ServerName"/>.</param>
        </member>
        <member name="P:Org.BouncyCastle.Tls.ServerNameList.ServerNames">
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.ServerName"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ServerNameList.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.ServerNameList"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to .</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ServerNameList.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.ServerNameList"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.ServerNameList"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ServerSrpParams.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.ServerSrpParams"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.ServerSrpParams.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.ServerSrpParams"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.ServerSrpParams"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SessionParameters.Builder.SetServerExtensions(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SessionParameters.ReadServerExtensions">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.SignatureAlgorithm">
            RFC 5246 7.4.1.4.1 (in RFC 2246, there were no specific values assigned)
        </member>
        <member name="T:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm">
            <summary>RFC 5246 7.4.1.4.1</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm.#ctor(System.Int16,System.Int16)">
            <param name="hash"><see cref="T:Org.BouncyCastle.Tls.HashAlgorithm"/></param>
            <param name="signature"><see cref="T:Org.BouncyCastle.Tls.SignatureAlgorithm"/></param>
        </member>
        <member name="P:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm.Hash">
            <returns><see cref="T:Org.BouncyCastle.Tls.HashAlgorithm"/></returns>
        </member>
        <member name="P:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm.Signature">
            <returns><see cref="T:Org.BouncyCastle.Tls.SignatureAlgorithm"/></returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.SignatureAndHashAlgorithm"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SignatureScheme.GetNamedGroup(System.Int32)">
            For TLS 1.3+ usage, some signature schemes are constrained to use a particular
            ({@link NamedGroup}. Not relevant for TLS 1.2 and below.
        </member>
        <member name="T:Org.BouncyCastle.Tls.SimulatedTlsSrpIdentityManager">
            <summary>An implementation of <see cref="T:Org.BouncyCastle.Tls.TlsSrpIdentityManager"/> that simulates the existence of "unknown"
            identities to obscure the fact that there is no verifier for them.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SimulatedTlsSrpIdentityManager.GetRfc5054Default(Org.BouncyCastle.Tls.Crypto.TlsCrypto,Org.BouncyCastle.Tls.Crypto.Srp6Group,System.Byte[])">
            <summary>Create a <see cref="T:Org.BouncyCastle.Tls.SimulatedTlsSrpIdentityManager"/> that implements the algorithm from RFC 5054
            2.5.1.3.</summary>
            <param name="crypto"><see cref="T:Org.BouncyCastle.Tls.Crypto.TlsCrypto"/></param>
            <param name="group">the <see cref="T:Org.BouncyCastle.Tls.Crypto.Srp6Group"/> defining the group that SRP is operating in.</param>
            <param name="seedKey">the secret "seed key" referred to in RFC 5054 2.5.1.3.</param>
            <returns>an instance of <see cref="T:Org.BouncyCastle.Tls.SimulatedTlsSrpIdentityManager"/>.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SrpTlsClient.GetClientExtensions">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SrpTlsClient.ProcessServerExtensions(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SrpTlsClient.GetAuthentication">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SrpTlsServer.GetDsaSignerCredentials">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.SrpTlsServer.GetRsaSignerCredentials">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="F:Org.BouncyCastle.Tls.SrtpProtectionProfile.DRAFT_SRTP_AES256_CM_SHA1_80">
            <summary>Removed by draft-ietf-avt-dtls-srtp-04.</summary>
            <remarks>IANA: Unassigned.</remarks>
        </member>
        <member name="F:Org.BouncyCastle.Tls.SrtpProtectionProfile.DRAFT_SRTP_AES256_CM_SHA1_32">
            <summary>Removed by draft-ietf-avt-dtls-srtp-04.</summary>
            <remarks>IANA: Unassigned.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Ssl3Utilities.ReadEncryptedPms(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.Ssl3Utilities.WriteEncryptedPms(System.Byte[],System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.SupplementalDataType">
            <summary>RFC 4680</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsAuthentication">
            <summary>Base interface to provide TLS authentication credentials.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsAuthentication.NotifyServerCertificate(Org.BouncyCastle.Tls.TlsServerCertificate)">
            <summary>Called by the protocol handler to report the server certificate.</summary>
            <remarks>
            Note: this method is responsible for certificate verification and validation.
            </remarks>
            <param name="serverCertificate">the server certificate received.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsAuthentication.GetClientCredentials(Org.BouncyCastle.Tls.CertificateRequest)">
            <summary>Return client credentials in response to server's certificate request.</summary>
            <remarks>
            The returned value may be null, or else it MUST implement <em>exactly one</em> of
            <see cref="T:Org.BouncyCastle.Tls.TlsCredentialedAgreement"/>, <see cref="T:Org.BouncyCastle.Tls.TlsCredentialedDecryptor"/>, or
            <see cref="T:Org.BouncyCastle.Tls.TlsCredentialedSigner"/>, depending on the key exchange that was negotiated and the details of
            the <see cref="T:Org.BouncyCastle.Tls.CertificateRequest"/>.
            </remarks>
            <param name="certificateRequest">details of the certificate request.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.TlsCredentials"/> object or null for no client authentication.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.GetSessionToResume">
            <summary>Return the session this client wants to resume, if any.</summary>
            <remarks>
            Note that the peer's certificate chain for the session (if any) may need to be periodically revalidated.
            </remarks>
            <returns>A <see cref="T:Org.BouncyCastle.Tls.TlsSession"/> representing the resumable session to be used for this connection, or
            null to use a new session.</returns>
            <seealso cref="P:Org.BouncyCastle.Tls.SessionParameters.PeerCertificate"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.GetExternalPsks">
            <summary>Return the <see cref="T:Org.BouncyCastle.Tls.TlsPskExternal">external PSKs</see> to offer in the ClientHello.</summary>
            <remarks>This will only be called when TLS 1.3 or higher is amongst the offered protocol versions.</remarks>
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.TlsPskExternal"/> instances, or null if none should be
            offered.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.GetClientExtensions">
            <returns>(Int32 -> byte[])</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.GetEarlyKeyShareGroups">
            <summary>If this client is offering TLS 1.3 or higher, this method may be called to determine for which
            groups a key share should be included in the initial ClientHello.</summary>
            <remarks>
            Groups that were not included in the supported_groups extension (by <see cref="M:Org.BouncyCastle.Tls.TlsClient.GetClientExtensions"/> will
            be ignored. The protocol will then add a suitable key_share extension to the ClientHello extensions.
            </remarks>
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.NamedGroup">named group</see> values, possibly empty or
            null.
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.NotifyServerVersion(Org.BouncyCastle.Tls.ProtocolVersion)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.NotifySessionToResume(Org.BouncyCastle.Tls.TlsSession)">
            <summary>Notifies the client of the session that will be offered in ClientHello for resumption, if any.
            </summary>
            <remarks>
            This will be either the session returned from {@link #getSessionToResume()} or null if that session was
            unusable. NOTE: the actual negotiated session_id is notified by <see cref="M:Org.BouncyCastle.Tls.TlsClient.NotifySessionID(System.Byte[])"/>.
            </remarks>
            <param name="session">The <see cref="T:Org.BouncyCastle.Tls.TlsSession"/> representing the resumable session to be offered for
            this connection, or null if there is none.</param>
            <seealso cref="M:Org.BouncyCastle.Tls.TlsClient.NotifySessionID(System.Byte[])"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.NotifySessionID(System.Byte[])">
            <summary>Notifies the client of the session_id sent in the ServerHello.</summary>
            <param name="sessionID"/>
            <seealso cref="P:Org.BouncyCastle.Tls.TlsContext.Session"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.NotifySelectedPsk(Org.BouncyCastle.Tls.TlsPsk)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.ProcessServerExtensions(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <summary>The protocol implementation validates that any server extensions received correspond to client
            extensions sent.</summary>
            <remarks>
            If further processing of the server extensions is needed, it can be done in this callback. NOTE: This is
            not called for session resumption handshakes.
            </remarks>
            <param name="serverExtensions">(Int32 -> byte[])</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.ProcessServerSupplementalData(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SupplementalDataEntry})">
            <param name="serverSupplementalData">(SupplementalDataEntry)</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.GetPskIdentity">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.GetSrpIdentity">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.GetDHGroupVerifier">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.GetSrpConfigVerifier">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.GetAuthentication">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.GetClientSupplementalData">
            <returns>(SupplementalDataEntry)</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClient.NotifyNewSessionTicket(Org.BouncyCastle.Tls.NewSessionTicket)">
            <summary>RFC 5077 3.3. NewSessionTicket Handshake Message</summary>
            <remarks>
            This method will be called (only) when a NewSessionTicket handshake message is received. The ticket is
            opaque to the client and clients MUST NOT examine the ticket under the assumption that it complies with e.g.
            RFC 5077 4. "Recommended Ticket Construction".
            </remarks>
            <param name="newSessionTicket">The ticket.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsClientContext">
            <summary>Marker interface to distinguish a TLS client context.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.#ctor">
            <summary>Constructor for non-blocking mode.</summary>
            <remarks>
            When data is received, use <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.OfferInput(System.Byte[])"/> to provide the received ciphertext,
            then use <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.ReadInput(System.Byte[],System.Int32,System.Int32)"/> to read the corresponding cleartext.<br/><br/>
            Similarly, when data needs to be sent, use <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.WriteApplicationData(System.Byte[],System.Int32,System.Int32)"/>
            to provide the cleartext, then use <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.ReadOutput(System.Byte[],System.Int32,System.Int32)"/> to get the
            corresponding ciphertext.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.#ctor(System.IO.Stream)">
            <summary>Constructor for blocking mode.</summary>
            <param name="stream">The <see cref="T:System.IO.Stream"/> of data to/from the server.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.#ctor(System.IO.Stream,System.IO.Stream)">
            <summary>Constructor for blocking mode.</summary>
            <param name="input">The <see cref="T:System.IO.Stream"/> of data from the server.</param>
            <param name="output">The <see cref="T:System.IO.Stream"/> of data to the server.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Connect(Org.BouncyCastle.Tls.TlsClient)">
            <summary>Initiates a TLS handshake in the role of client.</summary>
            <remarks>
            In blocking mode, this will not return until the handshake is complete. In non-blocking mode, use
            <see cref="M:Org.BouncyCastle.Tls.TlsPeer.NotifyHandshakeComplete"/> to receive a callback when the handshake is complete.
            </remarks>
            <param name="tlsClient">The <see cref="T:Org.BouncyCastle.Tls.TlsClient"/> to use for the handshake.</param>
            <exception cref="T:System.IO.IOException">If in blocking mode and handshake was not successful.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Handle13HandshakeMessage(System.Int16,Org.BouncyCastle.Tls.HandshakeMessageInput)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.HandleServerCertificate">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.HandleSupplementalData(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SupplementalDataEntry})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Process13HelloRetryRequest(Org.BouncyCastle.Tls.ServerHello)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Process13ServerHello(Org.BouncyCastle.Tls.ServerHello,System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Process13ServerHelloCoda(Org.BouncyCastle.Tls.ServerHello,System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.ProcessServerHello(Org.BouncyCastle.Tls.ServerHello)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Receive13CertificateRequest(System.IO.MemoryStream,System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Receive13EncryptedExtensions(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Receive13NewSessionTicket(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Receive13ServerCertificate(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Receive13ServerCertificateVerify(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Receive13ServerFinished(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.ReceiveCertificateRequest(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.ReceiveNewSessionTicket(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.ReceiveServerHelloMessage(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Send13ClientHelloRetry">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.SendCertificateVerifyMessage(Org.BouncyCastle.Tls.DigitallySigned)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.SendClientHello">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.SendClientHelloMessage">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.SendClientKeyExchange">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Skip13CertificateRequest">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsClientProtocol.Skip13ServerCertificate">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsCloseable.Close">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsContext">
            <summary>Base interface for a TLS context implementation.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Tls.TlsContext.IsServer">
            <summary>Return true if this context is for a server, false otherwise.</summary>
            <returns>true for a server based context, false for a client based one.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Tls.TlsContext.ResumableSession">
            <summary>Used to get the resumable session, if any, used by this connection.</summary>
            <remarks>
            Only available after the handshake has successfully completed.
            </remarks>
            <returns>A <see cref="T:Org.BouncyCastle.Tls.TlsSession"/> representing the resumable session used by this connection, or null if
            no resumable session available.</returns>
            <seealso cref="M:Org.BouncyCastle.Tls.TlsPeer.NotifyHandshakeComplete"/>
        </member>
        <member name="P:Org.BouncyCastle.Tls.TlsContext.Session">
            <summary>Used to get the session information for this connection.</summary>
            <remarks>
            Only available after the handshake has successfully completed. Use <see cref="P:Org.BouncyCastle.Tls.TlsSession.IsResumable"/>
            to find out if the session is resumable.
            </remarks>
            <returns>A <see cref="T:Org.BouncyCastle.Tls.TlsSession"/> representing the session used by this connection.</returns>
            <seealso cref="M:Org.BouncyCastle.Tls.TlsPeer.NotifyHandshakeComplete"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsContext.ExportChannelBinding(System.Int32)">
            <summary>Export the value of the specified channel binding.</summary>
            <remarks>
            Only available after the handshake has successfully completed.
            </remarks>
            <param name="channelBinding">A <see cref="T:Org.BouncyCastle.Tls.ChannelBinding"/> constant specifying the channel binding to
            export.</param>
            <returns>A copy of the channel binding data as a <c>byte[]</c>, or null if the binding could not be
            determined.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsContext.ExportEarlyKeyingMaterial(System.String,System.Byte[],System.Int32)">
            <summary>Export (early data) keying material according to RFC 5705: "Keying Material Exporters for TLS", as
            updated for TLS 1.3 (RFC 8446).</summary>
            <remarks>
            NOTE: for use in settings where an exporter is needed for 0-RTT data.
            </remarks>
            <param name="asciiLabel">indicates which application will use the exported keys.</param>
            <param name="context_value">allows the application using the exporter to mix its own data with the TLS PRF
            for the exporter output.</param>
            <param name="length">the number of bytes to generate.</param>
            <returns>a pseudorandom bit string of 'length' bytes generated from the (exporter_)master_secret.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsContext.ExportKeyingMaterial(System.String,System.Byte[],System.Int32)">
            <summary>Export keying material according to RFC 5705: "Keying Material Exporters for TLS", as updated for
            TLS 1.3 (RFC 8446) when negotiated.</summary>
            <param name="asciiLabel">indicates which application will use the exported keys.</param>
            <param name="context_value">allows the application using the exporter to mix its own data with the TLS PRF
            for the exporter output.</param>
            <param name="length">the number of bytes to generate.</param>
            <returns>a pseudorandom bit string of 'length' bytes generated from the (exporter_)master_secret.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsCredentialedAgreement">
            <summary>Support interface for generating a secret based on the credentials sent by a TLS peer.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsCredentialedAgreement.GenerateAgreement(Org.BouncyCastle.Tls.Crypto.TlsCertificate)">
            <summary>Calculate an agreed secret based on our credentials and the public key credentials of our peer.
            </summary>
            <param name="peerCertificate">public key certificate of our TLS peer.</param>
            <returns>the agreed secret.</returns>
            <exception cref="T:System.IO.IOException">in case of an exception on generation of the secret.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsCredentialedDecryptor">
            <summary>Base interface for a class that decrypts TLS secrets.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsCredentialedDecryptor.Decrypt(Org.BouncyCastle.Tls.Crypto.TlsCryptoParameters,System.Byte[])">
            <summary>Decrypt the passed in cipher text using the parameters available.</summary>
            <param name="cryptoParams">the parameters to use for the decryption.</param>
            <param name="ciphertext">the cipher text containing the secret.</param>
            <returns>a TLS secret.</returns>
            <exception cref="T:System.IO.IOException">on a parsing or decryption error.</exception>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsCredentialedSigner">
            <summary>Support interface for generating a signature based on our private credentials.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsCredentialedSigner.GenerateRawSignature(System.Byte[])">
            <summary>Generate a signature against the passed in hash.</summary>
            <param name="hash">a message digest calculated across the message the signature is to apply to.</param>
            <returns>an encoded signature.</returns>
            <exception cref="T:System.IO.IOException">if the hash cannot be processed, or there is an issue with the private
            credentials.</exception>
        </member>
        <member name="P:Org.BouncyCastle.Tls.TlsCredentialedSigner.SignatureAndHashAlgorithm">
            <summary>Return the algorithm IDs for the signature algorithm and the associated hash it uses.</summary>
            <returns>the full algorithm details for the signature.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsCredentialedSigner.GetStreamSigner">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsCredentials">
            <summary>Base interface for interfaces/classes carrying TLS credentials.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Tls.TlsCredentials.Certificate">
            <summary>Return the certificate structure representing our identity.</summary>
            <returns>our certificate structure.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsDHanonKeyExchange">
            <summary>(D)TLS DH_anon key exchange.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsDHGroupVerifier">
            <summary>Interface for verifying explicit Diffie-Hellman group parameters.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsDHGroupVerifier.Accept(Org.BouncyCastle.Tls.Crypto.DHGroup)">
            <summary>Check whether the given DH group is acceptable for use.</summary>
            <param name="dhGroup">the <see cref="T:Org.BouncyCastle.Tls.Crypto.DHGroup"/> to check.</param>
            <returns>true if (and only if) the specified group is acceptable.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsDHKeyExchange">
            <summary>(D)TLS DH key exchange.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsDHUtilities.ReceiveDHConfig(Org.BouncyCastle.Tls.TlsContext,Org.BouncyCastle.Tls.TlsDHGroupVerifier,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsDHUtilities.ReadDHParameter(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsDHUtilities.WriteDHConfig(Org.BouncyCastle.Tls.Crypto.TlsDHConfig,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsDHUtilities.WriteDHParameter(Org.BouncyCastle.Math.BigInteger,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsEccUtilities.CreateNamedECConfig(Org.BouncyCastle.Tls.TlsContext,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsEccUtilities.CheckPointEncoding(System.Int32,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsEccUtilities.ReceiveECDHConfig(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsEccUtilities.WriteECConfig(Org.BouncyCastle.Tls.Crypto.TlsECConfig,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsEccUtilities.WriteNamedECParameters(System.Int32,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsECDHanonKeyExchange">
            <summary>(D)TLS ECDH_anon key exchange (see RFC 4492).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsECDheKeyExchange">
            <summary>(D)TLS ECDHE key exchange (see RFC 4492).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsECDHKeyExchange">
            <summary>(D)TLS ECDH key exchange (see RFC 4492).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddAlpnExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IList{Org.BouncyCastle.Tls.ProtocolName})">
            <param name="extensions">(Int32 -> byte[])</param>
            <param name="protocolNameList">an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.ProtocolName"/>.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddAlpnExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},Org.BouncyCastle.Tls.ProtocolName)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddCertificateAuthoritiesExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IList{Org.BouncyCastle.Asn1.X509.X509Name})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddClientCertificateTypeExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddClientCertificateTypeExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddCompressCertificateExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddConnectionIDExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddCookieExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddEarlyDataMaxSize(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int64)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddHeartbeatExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},Org.BouncyCastle.Tls.HeartbeatExtension)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddKeyShareClientHello(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IList{Org.BouncyCastle.Tls.KeyShareEntry})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddKeyShareHelloRetryRequest(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddKeyShareServerHello(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},Org.BouncyCastle.Tls.KeyShareEntry)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddMaxFragmentLengthExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddOidFiltersExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IDictionary{Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddPaddingExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddPreSharedKeyClientHello(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},Org.BouncyCastle.Tls.OfferedPsks)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddPreSharedKeyServerHello(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddPskKeyExchangeModesExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddRecordSizeLimitExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddServerCertificateTypeExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddServerCertificateTypeExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddServerNameExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IList{Org.BouncyCastle.Tls.ServerName})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddServerNameExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddSignatureAlgorithmsExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddSignatureAlgorithmsCertExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddStatusRequestExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},Org.BouncyCastle.Tls.CertificateStatusRequest)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddStatusRequestV2Extension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IList{Org.BouncyCastle.Tls.CertificateStatusRequestItemV2})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddSupportedGroupsExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IList{System.Int32})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddSupportedGroupsExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddSupportedPointFormatsExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddSupportedVersionsExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},Org.BouncyCastle.Tls.ProtocolVersion[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddSupportedVersionsExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},Org.BouncyCastle.Tls.ProtocolVersion)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.AddTrustedCAKeysExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IList{Org.BouncyCastle.Tls.TrustedAuthority})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetAlpnExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.ProtocolName"/>.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetAlpnExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetCertificateAuthoritiesExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetClientCertificateTypeExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetClientCertificateTypeExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetClientCertificateTypeExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetCompressCertificateExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetConnectionIDExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetCookieExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetEarlyDataMaxSize(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetHeartbeatExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetKeyShareClientHello(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetKeyShareHelloRetryRequest(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetKeyShareServerHello(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetMaxFragmentLengthExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetOidFiltersExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetPaddingExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetPreSharedKeyClientHello(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetPreSharedKeyServerHello(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetPskKeyExchangeModesExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetRecordSizeLimitExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetServerCertificateTypeExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetServerCertificateTypeExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetServerCertificateTypeExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetServerNameExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetSignatureAlgorithmsExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetSignatureAlgorithmsCertExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetStatusRequestExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetStatusRequestV2Extension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetSupportedGroupsExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetSupportedPointFormatsExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetSupportedVersionsExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetSupportedVersionsExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.GetTrustedCAKeysExtensionClient(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.HasClientCertificateUrlExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.HasEarlyDataIndication(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.HasEncryptThenMacExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.HasExtendedMasterSecretExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.HasServerNameExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.HasPostHandshakeAuthExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.HasTruncatedHmacExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.HasTrustedCAKeysExtensionServer(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateAlpnExtensionClient(System.Collections.Generic.IList{Org.BouncyCastle.Tls.ProtocolName})">
            <param name="protocolNameList">an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.ProtocolName"/>.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateAlpnExtensionServer(Org.BouncyCastle.Tls.ProtocolName)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateCertificateAuthoritiesExtension(System.Collections.Generic.IList{Org.BouncyCastle.Asn1.X509.X509Name})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateCertificateTypeExtensionClient(System.Int16[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateCertificateTypeExtensionServer(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateCompressCertificateExtension(System.Int32[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateConnectionIDExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateCookieExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateEarlyDataMaxSize(System.Int64)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateHeartbeatExtension(Org.BouncyCastle.Tls.HeartbeatExtension)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateKeyShareClientHello(System.Collections.Generic.IList{Org.BouncyCastle.Tls.KeyShareEntry})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateKeyShareHelloRetryRequest(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateKeyShareServerHello(Org.BouncyCastle.Tls.KeyShareEntry)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateMaxFragmentLengthExtension(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateOidFiltersExtension(System.Collections.Generic.IDictionary{Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreatePaddingExtension(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreatePreSharedKeyClientHello(Org.BouncyCastle.Tls.OfferedPsks)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreatePreSharedKeyServerHello(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreatePskKeyExchangeModesExtension(System.Int16[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateRecordSizeLimitExtension(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateServerNameExtensionClient(System.Collections.Generic.IList{Org.BouncyCastle.Tls.ServerName})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateSignatureAlgorithmsExtension(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateSignatureAlgorithmsCertExtension(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateStatusRequestExtension(Org.BouncyCastle.Tls.CertificateStatusRequest)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateStatusRequestV2Extension(System.Collections.Generic.IList{Org.BouncyCastle.Tls.CertificateStatusRequestItemV2})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateSupportedGroupsExtension(System.Collections.Generic.IList{System.Int32})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateSupportedGroupsExtension(System.Int32[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateSupportedPointFormatsExtension(System.Int16[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateSupportedVersionsExtensionClient(Org.BouncyCastle.Tls.ProtocolVersion[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateSupportedVersionsExtensionServer(Org.BouncyCastle.Tls.ProtocolVersion)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.CreateTrustedCAKeysExtensionClient(System.Collections.Generic.IList{Org.BouncyCastle.Tls.TrustedAuthority})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadEmptyExtensionData(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadAlpnExtensionClient(System.Byte[])">
            <returns>an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.ProtocolName"/>.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadAlpnExtensionServer(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadCertificateAuthoritiesExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadCertificateTypeExtensionClient(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadCertificateTypeExtensionServer(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadClientCertificateUrlExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadCompressCertificateExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadConnectionIDExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadCookieExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadEarlyDataIndication(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadEarlyDataMaxSize(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadEncryptThenMacExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadExtendedMasterSecretExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadHeartbeatExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadKeyShareClientHello(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadKeyShareHelloRetryRequest(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadKeyShareServerHello(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadMaxFragmentLengthExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadOidFiltersExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadPaddingExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadPostHandshakeAuthExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadPreSharedKeyClientHello(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadPreSharedKeyServerHello(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadPskKeyExchangeModesExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadRecordSizeLimitExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadServerNameExtensionClient(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadServerNameExtensionServer(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadSignatureAlgorithmsExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadSignatureAlgorithmsCertExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadStatusRequestExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadStatusRequestV2Extension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadSupportedGroupsExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadSupportedPointFormatsExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadSupportedVersionsExtensionClient(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadSupportedVersionsExtensionServer(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadTruncatedHmacExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadTrustedCAKeysExtensionClient(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.ReadTrustedCAKeysExtensionServer(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsExtensionsUtilities.PatchOpaque16(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsHandshakeHash">
            <summary>Base interface for an object that can calculate a handshake hash.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsHandshakeHash.CopyBufferTo(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsKeyExchange">
            <summary>A generic interface for key exchange implementations in (D)TLS.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.SkipServerCredentials">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.ProcessServerCredentials(Org.BouncyCastle.Tls.TlsCredentials)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.ProcessServerCertificate(Org.BouncyCastle.Tls.Certificate)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.GenerateServerKeyExchange">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.SkipServerKeyExchange">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.ProcessServerKeyExchange(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.SkipClientCredentials">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.ProcessClientCredentials(Org.BouncyCastle.Tls.TlsCredentials)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.ProcessClientCertificate(Org.BouncyCastle.Tls.Certificate)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.GenerateClientKeyExchange(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.ProcessClientKeyExchange(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchange.GeneratePreMasterSecret">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsKeyExchangeFactory">
            <summary>Interface for a key exchange factory offering a variety of specific algorithms.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateDHKeyExchange(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateDHanonKeyExchangeClient(System.Int32,Org.BouncyCastle.Tls.TlsDHGroupVerifier)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateDHanonKeyExchangeServer(System.Int32,Org.BouncyCastle.Tls.Crypto.TlsDHConfig)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateDheKeyExchangeClient(System.Int32,Org.BouncyCastle.Tls.TlsDHGroupVerifier)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateDheKeyExchangeServer(System.Int32,Org.BouncyCastle.Tls.Crypto.TlsDHConfig)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateECDHKeyExchange(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateECDHanonKeyExchangeClient(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateECDHanonKeyExchangeServer(System.Int32,Org.BouncyCastle.Tls.Crypto.TlsECConfig)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateECDheKeyExchangeClient(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateECDheKeyExchangeServer(System.Int32,Org.BouncyCastle.Tls.Crypto.TlsECConfig)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreatePskKeyExchangeClient(System.Int32,Org.BouncyCastle.Tls.TlsPskIdentity,Org.BouncyCastle.Tls.TlsDHGroupVerifier)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreatePskKeyExchangeServer(System.Int32,Org.BouncyCastle.Tls.TlsPskIdentityManager,Org.BouncyCastle.Tls.Crypto.TlsDHConfig,Org.BouncyCastle.Tls.Crypto.TlsECConfig)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateRsaKeyExchange(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateSrpKeyExchangeClient(System.Int32,Org.BouncyCastle.Tls.TlsSrpIdentity,Org.BouncyCastle.Tls.TlsSrpConfigVerifier)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsKeyExchangeFactory.CreateSrpKeyExchangeServer(System.Int32,Org.BouncyCastle.Tls.TlsSrpLoginParameters)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsNoCloseNotifyException">
            <summary>This exception will be thrown (only) when the connection is closed by the peer without sending a
            <see cref="F:Org.BouncyCastle.Tls.AlertDescription.close_notify">close_notify</see> warning alert.</summary>
            <remarks>
            If this happens, the TLS protocol cannot rule out truncation of the connection data (potentially
            malicious). It may be possible to check for truncation via some property of a higher level protocol
            built upon TLS, e.g.the Content-Length header for HTTPS.
            </remarks>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsObjectIdentifiers">
            <summary>Object Identifiers associated with TLS extensions.</summary>
        </member>
        <member name="F:Org.BouncyCastle.Tls.TlsObjectIdentifiers.id_pe_tlsfeature">
            <summary>RFC 7633</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsPeer">
            <summary>Base interface for a (D)TLS endpoint.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.Cancel">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.NotifyHandshakeBeginning">
            <summary>Notifies the peer that a new handshake is about to begin.</summary>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.GetHandshakeTimeoutMillis">
            <summary>Specify the timeout, in milliseconds, to use for the complete handshake process.</summary>
            <remarks>
            NOTE: Currently only respected by DTLS protocols. Negative values are not allowed. A timeout of zero means
            an infinite timeout (i.e.the handshake will never time out).
            </remarks>
            <returns>the handshake timeout, in milliseconds.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.RequiresCloseNotify">
            <remarks>
            This option is provided as a last resort for interoperability with TLS peers that fail to correctly send a
            close_notify alert at end of stream. Implementations SHOULD return true; caution is advised if returning
            false without a full understanding of the implications.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.RequiresExtendedMasterSecret">
            <remarks>This implementation supports RFC 7627 and will always negotiate the extended_master_secret
            extension where possible. When connecting to a peer that does not offer/accept this extension, it is
            recommended to abort the handshake.This option is provided for interoperability with legacy peers, although
            some TLS features will be disabled in that case (see RFC 7627 5.4).
            </remarks>
            <returns><c>true</c> if the handshake should be aborted when the peer does not negotiate the
            extended_master_secret extension, or <c>false</c> to support legacy interoperability.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.ShouldUseExtendedPadding">
            <summary>See RFC 5246 6.2.3.2. Controls whether block cipher encryption may randomly add extra padding
            beyond the minimum.</summary>
            <remarks>
            Note that in configurations where this is known to be potential security risk this setting will be ignored
            (and extended padding disabled). Extra padding is always supported when decrypting received records.
            </remarks>
            <returns><c>true</c> if random extra padding should be added during block cipher encryption, or
            <c>false</c> to always use the minimum amount of required padding.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.ShouldUseGmtUnixTime">
            <summary> draft-mathewson-no-gmtunixtime-00 2. "If existing users of a TLS implementation may rely on
            gmt_unix_time containing the current time, we recommend that implementors MAY provide the ability to set
            gmt_unix_time as an option only, off by default.".</summary>
            <remarks>
            NOTE: For a server that has negotiated TLS 1.3 (or later), or a client that has offered TLS 1.3 (or later),
            this is not called and gmt_unix_time is not used.
            </remarks>
            <returns><c>true</c> if the current time should be used in the gmt_unix_time field of Random, or
            <c>false</c> if gmt_unix_time should contain a cryptographically random value.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.NotifySecureRenegotiation(System.Boolean)">
            <summary>RFC 5746 3.4/3.6. In case this is false, peers may want to terminate the handshake instead of
            continuing; see Section 4.1/4.3 for discussion.</summary>
            <remarks>
            NOTE: TLS 1.3 forbids renegotiation, so this is never called when TLS 1.3 (or later) was negotiated.
            </remarks>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.GetKeyExchangeFactory">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.NotifyAlertRaised(System.Int16,System.Int16,System.String,System.Exception)">
            <summary>This method will be called when an alert is raised by the protocol.</summary>
            <param name="alertLevel"><see cref="T:Org.BouncyCastle.Tls.AlertLevel"/></param>
            <param name="alertDescription"><see cref="T:Org.BouncyCastle.Tls.AlertDescription"/></param>
            <param name="message">A human-readable message explaining what caused this alert. May be null.</param>
            <param name="cause">The <see cref="T:System.Exception"/> that caused this alert to be raised. May be null.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.NotifyAlertReceived(System.Int16,System.Int16)">
            <summary>This method will be called when an alert is received from the remote peer.</summary>
            <param name="alertLevel"><see cref="T:Org.BouncyCastle.Tls.AlertLevel"/></param>
            <param name="alertDescription"><see cref="T:Org.BouncyCastle.Tls.AlertDescription"/></param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.NotifyHandshakeComplete">
            <summary>Notifies the peer that the handshake has been successfully completed.</summary>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.GetHeartbeat">
            <summary>Return a <see cref="T:Org.BouncyCastle.Tls.TlsHeartbeat"/> instance that will control the generation of heartbeats
            locally (if permitted by the remote peer), or null to not generate heartbeats. Heartbeats are described in
            RFC 6520.</summary>
            <returns>an instance of <see cref="T:Org.BouncyCastle.Tls.TlsHeartbeat"/>.</returns>
            <seealso cref="T:Org.BouncyCastle.Tls.DefaultTlsHeartbeat"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsPeer.GetHeartbeatPolicy">
            <summary>Return the heartbeat mode applicable to the remote peer. Heartbeats are described in RFC 6520.
            </summary>
            <remarks>
            See enumeration class <see cref="T:Org.BouncyCastle.Tls.HeartbeatMode"/> for appropriate return values.
            </remarks>
            <returns>the <see cref="T:Org.BouncyCastle.Tls.HeartbeatMode"/> value.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Tls.TlsPeer.IgnoreCorruptDtlsRecords">
            <summary>Indicates whether a DTLS connection should ignore corrupt records (bad_record_mac) instead of
            failing the connection.</summary>
            <remarks>Called only once at the start of a connection and applies throughout.</remarks>
            <returns>The value <c>true</c> to ignore corrupt DTLS records, or <c>false</c> to fail the connection.
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ResumeHandshake">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.CloseConnection">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.HandleAlertMessage(System.Int16,System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.HandleAlertWarningMessage(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.HandleChangeCipherSpecMessage">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.HandleClose(System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.HandleException(System.Int16,System.String,System.Exception)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.HandleFailure">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.HandleHandshakeMessage(System.Int16,Org.BouncyCastle.Tls.HandshakeMessageInput)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ApplyMaxFragmentLengthExtension(System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.CheckReceivedChangeCipherSpec(System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.BlockForHandshake">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.BeginHandshake">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.CompleteHandshake">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ProcessRecord(System.Int16,System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ProcessHandshakeQueue(Org.BouncyCastle.Tls.ByteQueue)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ProcessAlertQueue">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ProcessChangeCipherSpec(System.Byte[],System.Int32,System.Int32)">
            <summary>This method is called, when a change cipher spec message is received.</summary>
            <exception cref="T:System.IO.IOException">If the message has an invalid content or the handshake is not in the correct
            state.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ReadApplicationData(System.Byte[],System.Int32,System.Int32)">
            <summary>Read data from the network.</summary>
            <remarks>
            The method will return immediately, if there is still some data left in the buffer, or block until some
            application data has been read from the network.
            </remarks>
            <param name="buffer">The buffer where the data will be copied to.</param>
            <param name="offset">The position where the data will be placed in the buffer.</param>
            <param name="count">The maximum number of bytes to read.</param>
            <returns>The number of bytes read.</returns>
            <exception cref="T:System.IO.IOException">If something goes wrong during reading data.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.SafePreviewRecordHeader(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.SafeReadRecord">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.SafeReadFullRecord(System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.SafeWriteRecord(System.Int16,System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteRecord(System.Int16,System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteApplicationData(System.Byte[],System.Int32,System.Int32)">
            <summary>Write some application data.</summary>
            <remarks>
            Fragmentation is handled internally. Usable in both blocking/non-blocking modes.<br/><br/>
            In blocking mode, the output will be automatically sent via the underlying transport. In non-blocking mode,
            call <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.ReadOutput(System.Byte[],System.Int32,System.Int32)"/> to get the output bytes to send to the peer.<br/><br/>
            This method must not be called until after the initial handshake is complete. Attempting to call it earlier
            will result in an <see cref="T:System.InvalidOperationException"/>.
            </remarks>
            <param name="buffer">The buffer containing application data to send.</param>
            <param name="offset">The offset at which the application data begins</param>
            <param name="count">The number of bytes of application data.</param>
            <exception cref="T:System.InvalidOperationException">If called before the initial handshake has completed.
            </exception>
            <exception cref="T:System.IO.IOException">If connection is already closed, or for encryption or transport errors.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteHandshakeMessage(System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="P:Org.BouncyCastle.Tls.TlsProtocol.Stream">
            <summary>The secure bidirectional stream for this connection</summary>
            <remarks>Only allowed in blocking mode.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.CloseInput">
            <summary>Should be called in non-blocking mode when the input data reaches EOF.</summary>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.PreviewInputRecord(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.PreviewOutputRecord(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.OfferInput(System.Byte[])">
            <summary>Equivalent to <code>OfferInput(input, 0, input.Length)</code>.</summary>
            <param name="input">The input buffer to offer.</param>
            <exception cref="T:System.IO.IOException"/>
            <seealso cref="M:Org.BouncyCastle.Tls.TlsProtocol.OfferInput(System.Byte[],System.Int32,System.Int32)"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.OfferInput(System.Byte[],System.Int32,System.Int32)">
            <summary>Offer input from an arbitrary source.</summary>
            <remarks>Only allowed in non-blocking mode.<br/><br/>
            This method will decrypt and process all records that are fully available. If only part of a record is
            available, the buffer will be retained until the remainder of the record is offered.<br/><br/>
            If any records containing application data were processed, the decrypted data can be obtained using
            <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.ReadInput(System.Byte[],System.Int32,System.Int32)"/>. If any records containing protocol data were processed, a
            response may have been generated. You should always check to see if there is any available output after
            calling this method by calling <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.GetAvailableOutputBytes"/>.
            </remarks>
            <param name="input">The input buffer to offer.</param>
            <param name="inputOff">The offset within the input buffer that input begins.</param>
            <param name="inputLen">The number of bytes of input being offered.</param>
            <exception cref="T:System.IO.IOException">If an error occurs while decrypting or processing a record.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.GetAvailableInputBytes">
            <summary>Gets the amount of received application data.</summary>
            <remarks>A call to <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.ReadInput(System.Byte[],System.Int32,System.Int32)"/> is guaranteed to be able to return at least
            this much data.<br/><br/>
            Only allowed in non-blocking mode.
            </remarks>
            <returns>The number of bytes of available application data.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ReadInput(System.Byte[],System.Int32,System.Int32)">
            <summary>Retrieves received application data.</summary>
            <remarks>
            Use <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.GetAvailableInputBytes"/> to check how much application data is currently available. This
            method functions similarly to <see cref="M:System.IO.Stream.Read(System.Byte[],System.Int32,System.Int32)"/>, except that it never blocks. If
            no data is available, nothing will be copied and zero will be returned.<br/><br/>
            Only allowed in non-blocking mode.
            </remarks>
            <param name="buf">The buffer to hold the application data.</param>
            <param name="off">The start offset in the buffer at which the data is written.</param>
            <param name="len">The maximum number of bytes to read.</param>
            <returns>The total number of bytes copied to the buffer. May be less than the length specified if the
            length was greater than the amount of available data.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.GetAvailableOutputBytes">
            <summary>Gets the amount of encrypted data available to be sent.</summary>
            <remarks>
            A call to <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.ReadOutput(System.Byte[],System.Int32,System.Int32)"/> is guaranteed to be able to return at least this much
            data. Only allowed in non-blocking mode.
            </remarks>
            <returns>The number of bytes of available encrypted data.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ReadOutput(System.Byte[],System.Int32,System.Int32)">
            <summary>Retrieves encrypted data to be sent.</summary>
            <remarks>
            Use <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.GetAvailableOutputBytes"/> to check how much encrypted data is currently available. This
            method functions similarly to <see cref="M:System.IO.Stream.Read(System.Byte[],System.Int32,System.Int32)"/>, except that it never blocks. If
            no data is available, nothing will be copied and zero will be returned. Only allowed in non-blocking mode.
            </remarks>
            <param name="buffer">The buffer to hold the encrypted data.</param>
            <param name="offset">The start offset in the buffer at which the data is written.</param>
            <param name="length">The maximum number of bytes to read.</param>
            <returns>The total number of bytes copied to the buffer. May be less than the length specified if the
            length was greater than the amount of available data.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ProcessFinishedMessage(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.Process13FinishedMessage(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.RaiseAlertFatal(System.Int16,System.String,System.Exception)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.RaiseAlertWarning(System.Int16,System.String)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.Receive13KeyUpdate(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.SendCertificateMessage(Org.BouncyCastle.Tls.Certificate,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.Send13CertificateMessage(Org.BouncyCastle.Tls.Certificate)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.Send13CertificateVerifyMessage(Org.BouncyCastle.Tls.DigitallySigned)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.SendChangeCipherSpec">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.SendChangeCipherSpecMessage">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.SendFinishedMessage">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.Send13FinishedMessage">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.Send13KeyUpdate(System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.SendSupplementalDataMessage(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SupplementalDataEntry})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ProcessMaxFragmentLengthExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.RefuseRenegotiation">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.AssertEmpty(System.IO.MemoryStream)">
            <summary>Make sure the <see cref="P:Org.BouncyCastle.Tls.TlsProtocol.Stream"/> 'buf' is now empty. Fail otherwise.</summary>
            <param name="buf">The <see cref="P:Org.BouncyCastle.Tls.TlsProtocol.Stream"/> to check.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.CreateRenegotiationInfo(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.EstablishMasterSecret(Org.BouncyCastle.Tls.TlsContext,Org.BouncyCastle.Tls.TlsKeyExchange)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ReadExtensions(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ReadExtensionsData(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ReadExtensionsData13(System.Int32,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ReadExtensionsDataClientHello(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.ReadSupplementalDataMessage(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteExtensions(System.IO.Stream,System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteExtensions(System.IO.Stream,System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteExtensionsData(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteExtensionsData(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteExtensionsData(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteExtensionsData(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.IO.MemoryStream,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WritePreSharedKeyExtension(System.IO.MemoryStream,System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteSelectedExtensions(System.IO.Stream,System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsProtocol.WriteSupplementalData(System.IO.Stream,System.Collections.Generic.IList{Org.BouncyCastle.Tls.SupplementalDataEntry})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsPskIdentity">
            <summary>Processor interface for a PSK identity.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsPskIdentityManager">
            <summary>Base interface for an object that can process a PSK identity.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsPskKeyExchange">
            <summary>(D)TLS PSK key exchange (RFC 4279).</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsRsaKeyExchange">
            <summary>(D)TLS RSA key exchange.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsServer">
            <summary>Interface describing a TLS server endpoint.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetSessionToResume(System.Byte[])">
            <summary>Return the specified session, if available.</summary>
            <remarks>
            Note that the peer's certificate chain for the session (if any) may need to be periodically revalidated.
            </remarks>
            <param name="sessionID">the ID of the session to resume.</param>
            <returns>A <see cref="T:Org.BouncyCastle.Tls.TlsSession"/> with the specified session ID, or null.</returns>
            <seealso cref="P:Org.BouncyCastle.Tls.SessionParameters.PeerCertificate"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetExternalPsk(System.Collections.Generic.IList{Org.BouncyCastle.Tls.PskIdentity})">
            <summary>Return the <see cref="T:Org.BouncyCastle.Tls.TlsPskExternal">external PSK</see> to select from the ClientHello.</summary>
            <remarks>
            WARNING: EXPERIMENTAL FEATURE, UNSTABLE API
            Note that this will only be called when TLS 1.3 or higher is amongst the offered protocol versions, and one
            or more PSKs are actually offered.
            </remarks>
            <param name="identities">an <see cref="T:System.Collections.Generic.IList`1"/> of <see cref="T:Org.BouncyCastle.Tls.PskIdentity"/> instances.</param>
            <returns>The <see cref="T:Org.BouncyCastle.Tls.TlsPskExternal"/> corresponding to the selected identity, or null to not select
            any.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.NotifyClientVersion(Org.BouncyCastle.Tls.ProtocolVersion)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.NotifyFallback(System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.NotifyOfferedCipherSuites(System.Int32[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.ProcessClientExtensions(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <param name="clientExtensions">(Int32 -> byte[])</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetServerVersion">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetSupportedGroups">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetSelectedCipherSuite">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetServerExtensions">
            <returns>(Int32 -> byte[])</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetServerExtensionsForConnection(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <param name="serverExtensions">(Int32 -> byte[])</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetServerSupplementalData">
            <returns>(SupplementalDataEntry)</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetCredentials">
            <summary>Return server credentials to use.</summary>
            <remarks>
            The returned value may be null, or else it MUST implement <em>exactly one</em> of
            <see cref="T:Org.BouncyCastle.Tls.TlsCredentialedAgreement"/>, <see cref="T:Org.BouncyCastle.Tls.TlsCredentialedDecryptor"/>, or
            <see cref = "T:Org.BouncyCastle.Tls.TlsCredentialedSigner"/>, depending on the key exchange that was negotiated.
            </remarks>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.TlsCredentials"/> object or null for anonymous key exchanges.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetCertificateStatus">
            <remarks>
            This method will be called (only) if the server included an extension of type "status_request" with empty
            "extension_data" in the extended server hello. See <i>RFC 3546 3.6. Certificate Status Request</i>. If a
            non-null <see cref="T:Org.BouncyCastle.Tls.CertificateStatus"/> is returned, it is sent to the client as a handshake message of
            type "certificate_status".
            </remarks>
            <returns>A <see cref="T:Org.BouncyCastle.Tls.CertificateStatus"/> to be sent to the client (or null for none).</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetCertificateRequest">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetPskIdentityManager">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetSrpLoginParameters">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetDHConfig">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetECDHConfig">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.ProcessClientSupplementalData(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SupplementalDataEntry})">
            <param name="clientSupplementalData">(SupplementalDataEntry)</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.NotifyClientCertificate(Org.BouncyCastle.Tls.Certificate)">
            <summary>Called by the protocol handler to report the client certificate, only if
            <see cref="M:Org.BouncyCastle.Tls.TlsServer.GetCertificateRequest"/> returned non-null.</summary>
            <remarks>
            Note: this method is responsible for certificate verification and validation.
            </remarks>
            <param name="clientCertificate">the effective client certificate (may be an empty chain).</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServer.GetNewSessionTicket">
            <summary>RFC 5077 3.3. NewSessionTicket Handshake Message.</summary>
            <remarks>
            This method will be called (only) if a NewSessionTicket extension was sent by the server. See <i>RFC 5077
            4. Recommended Ticket Construction</i> for recommended format and protection.
            </remarks>
            <returns>The ticket.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsServerCertificate">
            <summary>Server certificate carrier interface.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsServerContext">
            <summary>Marker interface to distinguish a TLS server context.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.#ctor">
            <summary>Constructor for non-blocking mode.</summary>
            <remarks>
            When data is received, use <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.OfferInput(System.Byte[])"/> to provide the received ciphertext,
            then use <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.ReadInput(System.Byte[],System.Int32,System.Int32)"/> to read the corresponding cleartext.<br/><br/>
            Similarly, when data needs to be sent, use <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.WriteApplicationData(System.Byte[],System.Int32,System.Int32)"/>
            to provide the cleartext, then use <see cref="M:Org.BouncyCastle.Tls.TlsProtocol.ReadOutput(System.Byte[],System.Int32,System.Int32)"/> to get the
            corresponding ciphertext.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.#ctor(System.IO.Stream)">
            <summary>Constructor for blocking mode.</summary>
            <param name="stream">The <see cref="T:System.IO.Stream"/> of data to/from the server.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.#ctor(System.IO.Stream,System.IO.Stream)">
            <summary>Constructor for blocking mode.</summary>
            <param name="input">The <see cref="T:System.IO.Stream"/> of data from the server.</param>
            <param name="output">The <see cref="T:System.IO.Stream"/> of data to the server.</param>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Accept(Org.BouncyCastle.Tls.TlsServer)">
            <summary>Receives a TLS handshake in the role of server.</summary>
            <remarks>
            In blocking mode, this will not return until the handshake is complete. In non-blocking mode, use
            <see cref="M:Org.BouncyCastle.Tls.TlsPeer.NotifyHandshakeComplete"/> to receive a callback when the handshake is complete.
            </remarks>
            <param name="tlsServer">The <see cref="T:Org.BouncyCastle.Tls.TlsServer"/> to use for the handshake.</param>
            <exception cref="T:System.IO.IOException">If in blocking mode and handshake was not successful.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Generate13HelloRetryRequest(Org.BouncyCastle.Tls.ClientHello)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Generate13ServerHello(Org.BouncyCastle.Tls.ClientHello,Org.BouncyCastle.Tls.HandshakeMessageInput,System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.GenerateServerHello(Org.BouncyCastle.Tls.ClientHello,Org.BouncyCastle.Tls.HandshakeMessageInput)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Handle13HandshakeMessage(System.Int16,Org.BouncyCastle.Tls.HandshakeMessageInput)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.NotifyClientCertificate(Org.BouncyCastle.Tls.Certificate)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Receive13ClientCertificate(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Receive13ClientCertificateVerify(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Receive13ClientFinished(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.ReceiveCertificateMessage(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.ReceiveCertificateVerifyMessage(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.ReceiveClientHelloMessage(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.ReceiveClientKeyExchangeMessage(System.IO.MemoryStream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Send13EncryptedExtensionsMessage(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Send13ServerHelloCoda(Org.BouncyCastle.Tls.ServerHello,System.Boolean)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.SendCertificateRequestMessage(Org.BouncyCastle.Tls.CertificateRequest)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.SendCertificateStatusMessage(Org.BouncyCastle.Tls.CertificateStatus)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.SendHelloRequestMessage">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.SendNewSessionTicketMessage(Org.BouncyCastle.Tls.NewSessionTicket)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.SendServerHelloDoneMessage">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.SendServerHelloMessage(Org.BouncyCastle.Tls.ServerHello)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.SendServerKeyExchangeMessage(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Skip13ClientCertificate">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsServerProtocol.Skip13ClientCertificateVerify">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsSession">
            <summary>Base interface for a carrier object for a TLS session.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsSrpConfigVerifier">
            <summary>Interface for verifying SRP config needs to conform to.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrpConfigVerifier.Accept(Org.BouncyCastle.Tls.Crypto.TlsSrpConfig)">
            <summary>Check whether the given SRP configuration is acceptable for use.</summary>
            <param name="srpConfig">the <see cref="T:Org.BouncyCastle.Tls.Crypto.TlsSrpConfig"/> to check.</param>
            <returns>true if (and only if) the specified configuration is acceptable.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsSrpIdentity">
            <summary>Processor interface for an SRP identity.</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsSrpIdentityManager">
            <summary>Base interface for an object that can return login parameters from an SRP identity.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrpIdentityManager.GetLoginParameters(System.Byte[])">
            <summary>Lookup the <see cref="T:Org.BouncyCastle.Tls.TlsSrpLoginParameters"/> corresponding to the specified identity.</summary>
            <remarks>
            NOTE: To avoid "identity probing", unknown identities SHOULD be handled as recommended in RFC 5054 2.5.1.3.
            <see cref="T:Org.BouncyCastle.Tls.SimulatedTlsSrpIdentityManager"/> is provided for this purpose.
            </remarks>
            <param name="identity">the SRP identity sent by the connecting client.</param>
            <returns>the <see cref="T:Org.BouncyCastle.Tls.TlsSrpLoginParameters"/> for the specified identity, or else 'simulated' parameters
            if the identity is not recognized. A null value is also allowed, but not recommended.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsSrpKeyExchange">
            <summary>(D)TLS SRP key exchange (RFC 5054).</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrpUtilities.AddSrpExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrpUtilities.GetSrpExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrpUtilities.CreateSrpExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrpUtilities.ReadSrpExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrpUtilities.ReadSrpParameter(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrpUtilities.WriteSrpParameter(Org.BouncyCastle.Math.BigInteger,System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.TlsSrtpUtilities">
            <summary>RFC 5764 DTLS Extension to Establish Keys for SRTP.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrtpUtilities.AddUseSrtpExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},Org.BouncyCastle.Tls.UseSrtpData)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrtpUtilities.GetUseSrtpExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrtpUtilities.CreateUseSrtpExtension(Org.BouncyCastle.Tls.UseSrtpData)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsSrtpUtilities.ReadUseSrtpExtension(System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.RequireDerEncoding(Org.BouncyCastle.Asn1.Asn1Encodable,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.EncodeSupportedSignatureAlgorithms(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.ParseSupportedSignatureAlgorithms(System.IO.Stream)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.Verify12SignatureAlgorithm(Org.BouncyCastle.Tls.SignatureAndHashAlgorithm,System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.VerifySupportedSignatureAlgorithm(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},Org.BouncyCastle.Tls.SignatureAndHashAlgorithm)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.VerifySupportedSignatureAlgorithm(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},Org.BouncyCastle.Tls.SignatureAndHashAlgorithm,System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.ContainsSignatureAlgorithm(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},Org.BouncyCastle.Tls.SignatureAndHashAlgorithm)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.CalculateEndPointHash(Org.BouncyCastle.Tls.TlsContext,Org.BouncyCastle.Tls.Crypto.TlsCertificate,System.Byte[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.CalculateEndPointHash(Org.BouncyCastle.Tls.TlsContext,Org.BouncyCastle.Tls.Crypto.TlsCertificate,System.Byte[],System.Int32,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.Verify13CertificateVerifyClient(Org.BouncyCastle.Tls.TlsServerContext,Org.BouncyCastle.Tls.TlsHandshakeHash,Org.BouncyCastle.Tls.CertificateVerify)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.Verify13CertificateVerifyServer(Org.BouncyCastle.Tls.TlsClientContext,Org.BouncyCastle.Tls.TlsHandshakeHash,Org.BouncyCastle.Tls.CertificateVerify)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.Verify13CertificateVerify(System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},System.String,Org.BouncyCastle.Tls.TlsHandshakeHash,Org.BouncyCastle.Tls.Crypto.TlsCertificate,Org.BouncyCastle.Tls.CertificateVerify)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.GenerateServerKeyExchangeSignature(Org.BouncyCastle.Tls.TlsContext,Org.BouncyCastle.Tls.TlsCredentialedSigner,Org.BouncyCastle.Tls.DigestInputBuffer)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.VerifyServerKeyExchangeSignature(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream,Org.BouncyCastle.Tls.Crypto.TlsCertificate,Org.BouncyCastle.Tls.DigestInputBuffer)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.IsAeadCipherSuite(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.IsBlockCipherSuite(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.IsStreamCipherSuite(System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.IsValidCipherSuiteForSignatureAlgorithms(System.Int32,System.Collections.Generic.IList{System.Int16})">
            <returns>Whether a server can select the specified cipher suite given the available signature algorithms
            for ServerKeyExchange.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.ChooseSignatureAndHashAlgorithm(Org.BouncyCastle.Tls.TlsContext,System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.ChooseSignatureAndHashAlgorithm(Org.BouncyCastle.Tls.ProtocolVersion,System.Collections.Generic.IList{Org.BouncyCastle.Tls.SignatureAndHashAlgorithm},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.CreateKeyExchangeClient(Org.BouncyCastle.Tls.TlsClient,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.CreateKeyExchangeServer(Org.BouncyCastle.Tls.TlsServer,System.Int32)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.InitKeyExchangeClient(Org.BouncyCastle.Tls.TlsClientContext,Org.BouncyCastle.Tls.TlsClient)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.InitKeyExchangeServer(Org.BouncyCastle.Tls.TlsServerContext,Org.BouncyCastle.Tls.TlsServer)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.CheckPeerSigAlgs(Org.BouncyCastle.Tls.TlsContext,Org.BouncyCastle.Tls.Crypto.TlsCertificate[])">
            <summary>Check the signature algorithm for certificates in the peer's CertPath as specified in RFC 5246
            7.4.2, 7.4.4, 7.4.6 and similar rules for earlier TLS versions.</summary>
            <remarks>
            The supplied CertPath should include the trust anchor (its signature algorithm isn't checked, but in the
            general case checking a certificate requires the issuer certificate).
            </remarks>
            <exception cref="T:System.IO.IOException">if any certificate in the CertPath (excepting the trust anchor) has a
            signature algorithm that is not one of the locally supported signature algorithms.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.RequireAgreementCredentials(Org.BouncyCastle.Tls.TlsCredentials)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.RequireDecryptorCredentials(Org.BouncyCastle.Tls.TlsCredentials)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.RequireSignerCredentials(Org.BouncyCastle.Tls.TlsCredentials)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.CheckClientCertificateType(Org.BouncyCastle.Tls.CertificateRequest,System.Int16,System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.CheckExtensionData13(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32,System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.GenerateEncryptedPreMasterSecret(Org.BouncyCastle.Tls.TlsContext,Org.BouncyCastle.Tls.Crypto.TlsEncryptor,System.IO.Stream)">
            <summary>Generate a pre_master_secret and send it encrypted to the server.</summary>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.AddPreSharedKeyToClientExtensions(Org.BouncyCastle.Tls.TlsPsk[],System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.AddPreSharedKeyToClientHello(Org.BouncyCastle.Tls.TlsClientContext,Org.BouncyCastle.Tls.TlsClient,System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int32[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.AddPreSharedKeyToClientHelloRetry(Org.BouncyCastle.Tls.TlsClientContext,Org.BouncyCastle.Tls.OfferedPsks.BindersConfig,System.Collections.Generic.IDictionary{System.Int32,System.Byte[]})">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.GetPskExternalsClient(Org.BouncyCastle.Tls.TlsClient,System.Int32[])">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.ProcessMaxFragmentLengthExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.ProcessClientCertificateTypeExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.ProcessClientCertificateTypeExtension13(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.ProcessServerCertificateTypeExtension(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.ProcessServerCertificateTypeExtension13(System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Collections.Generic.IDictionary{System.Int32,System.Byte[]},System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TlsUtilities.ValidateCertificateType13(System.Int16,System.Int16)">
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TrustedAuthority.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.TrustedAuthority"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.TrustedAuthority.Parse(System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.TrustedAuthority"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.TrustedAuthority"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.UrlAndHash">
            <summary>RFC 6066 5.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.UrlAndHash.Encode(System.IO.Stream)">
            <summary>Encode this <see cref="T:Org.BouncyCastle.Tls.UrlAndHash"/> to a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="output">the <see cref="T:System.IO.Stream"/> to encode to.</param>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Tls.UrlAndHash.Parse(Org.BouncyCastle.Tls.TlsContext,System.IO.Stream)">
            <summary>Parse a <see cref="T:Org.BouncyCastle.Tls.UrlAndHash"/> from a <see cref="T:System.IO.Stream"/>.</summary>
            <param name="context">the <see cref="T:Org.BouncyCastle.Tls.TlsContext"/> of the current connection.</param>
            <param name="input">the <see cref="T:System.IO.Stream"/> to parse from.</param>
            <returns>a <see cref="T:Org.BouncyCastle.Tls.UrlAndHash"/> object.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="T:Org.BouncyCastle.Tls.UserMappingType">
            <summary>RFC 4681</summary>
        </member>
        <member name="T:Org.BouncyCastle.Tls.UseSrtpData">
            <summary>RFC 5764 4.1.1</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tls.UseSrtpData.#ctor(System.Int32[],System.Byte[])">
            <param name="protectionProfiles">see <see cref="T:Org.BouncyCastle.Tls.SrtpProtectionProfile"/> for valid constants.</param>
            <param name="mki">valid lengths from 0 to 255.</param>
        </member>
        <member name="P:Org.BouncyCastle.Tls.UseSrtpData.ProtectionProfiles">
            <returns>see <see cref="T:Org.BouncyCastle.Tls.SrtpProtectionProfile"/> for valid constants.</returns>
        </member>
        <member name="P:Org.BouncyCastle.Tls.UseSrtpData.Mki">
            <returns>valid lengths from 0 to 255.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Tsp.TimeStampRequest">
            <summary>Base class for an RFC 3161 Time Stamp Request.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampRequest.#ctor(System.Byte[])">
            <summary>Create a TimeStampRequest from the passed-in byte array.</summary>
            <param name="req">the byte array containing the encoded request.</param>
            <exception cref="T:System.IO.IOException">if the request is malformed.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampRequest.#ctor(System.IO.Stream)">
            <summary>Create a TimeStampRequest from the passed-in stream.</summary>
            <param name="input">the stream containing the encoded request.</param>
            <exception cref="T:System.IO.IOException">if the request is malformed.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampRequest.Validate(System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String},System.Collections.Generic.IList{System.String})">
             Validate the timestamp request, checking the digest to see if it is of an
             accepted type and whether it is of the correct length for the algorithm specified.
            
             @param algorithms a set of string OIDS giving accepted algorithms.
             @param policies if non-null a set of policies we are willing to sign under.
             @param extensions if non-null a set of extensions we are willing to accept.
             @throws TspException if the request is invalid, or processing fails.
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampRequest.GetEncoded">
            return the ASN.1 encoded representation of this object.
        </member>
        <member name="T:Org.BouncyCastle.Tsp.TimeStampRequestGenerator">
            Generator for RFC 3161 Time Stamp Request objects.
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampRequestGenerator.AddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,Org.BouncyCastle.Asn1.Asn1Encodable)">
            add a given extension field for the standard extensions tag (tag 3)
            @throws IOException
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampRequestGenerator.AddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,System.Byte[])">
            add a given extension field for the standard extensions tag
            The value parameter becomes the contents of the octet string associated
            with the extension.
        </member>
        <member name="T:Org.BouncyCastle.Tsp.TimeStampResponse">
            <summary>Base class for an RFC 3161 Time Stamp Response.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampResponse.#ctor(System.Byte[])">
            <summary>Create a TimeStampResponse from the passed-in byte array.</summary>
            <param name="resp">the byte array containing the encoded response.</param>
            <exception cref="T:Org.BouncyCastle.Tsp.TspException">if the response is malformed.</exception>
            <exception cref="T:System.IO.IOException">if the byte array doesn't represent an ASN.1 encoding.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampResponse.#ctor(System.IO.Stream)">
            <summary>Create a TimeStampResponse from the passed-in stream.</summary>
            <param name="input">the stream containing the encoded response.</param>
            <exception cref="T:Org.BouncyCastle.Tsp.TspException">if the response is malformed.</exception>
            <exception cref="T:System.IO.IOException">if the stream doesn't represent an ASN.1 encoding.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampResponse.Validate(Org.BouncyCastle.Tsp.TimeStampRequest)">
             Check this response against to see if it a well formed response for
             the passed in request. Validation will include checking the time stamp
             token if the response status is GRANTED or GRANTED_WITH_MODS.
            
             @param request the request to be checked against
             @throws TspException if the request can not match this response.
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampResponse.GetEncoded">
            return the ASN.1 encoded representation of this object.
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampResponse.GetEncoded(System.String)">
             return the ASN.1 encoded representation of this object for the specific encoding type.
            
             @param encoding encoding style ("DER", "DL", "BER")
        </member>
        <member name="T:Org.BouncyCastle.Tsp.TimeStampResponseGenerator">
            Generator for RFC 3161 Time Stamp Responses.
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampResponseGenerator.Generate(Org.BouncyCastle.Tsp.TimeStampRequest,Org.BouncyCastle.Math.BigInteger,System.Nullable{System.DateTime})">
             Return an appropriate TimeStampResponse.
             <p>
             If genTime is null a timeNotAvailable error response will be returned.
            
             @param request the request this response is for.
             @param serialNumber serial number for the response token.
             @param genTime generation time for the response token.
             @param provider provider to use for signature calculation.
             @return
             @throws NoSuchAlgorithmException
             @throws NoSuchProviderException
             @throws TSPException
             </p>
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampResponseGenerator.GenerateFailResponse(Org.BouncyCastle.Asn1.Cmp.PkiStatus,System.Int32,System.String)">
             Generate a TimeStampResponse with chosen status and FailInfoField.
            
             @param status the PKIStatus to set.
             @param failInfoField the FailInfoField to set.
             @param statusString an optional string describing the failure.
             @return a TimeStampResponse with a failInfoField and optional statusString
             @throws TSPException in case the response could not be created
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampToken.Validate(Org.BouncyCastle.X509.X509Certificate)">
            Validate the time stamp token.
            <p>
            To be valid the token must be signed by the passed in certificate and
            the certificate must be the one referred to by the SigningCertificate
            attribute included in the hashed attributes of the token. The
            certificate must also have the ExtendedKeyUsageExtension with only
            KeyPurposeID.IdKPTimeStamping and have been valid at the time the
            timestamp was created.
            </p>
            <p>
            A successful call to validate means all the above are true.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampToken.ToCmsSignedData">
             Return the underlying CmsSignedData object.
            
             @return the underlying CMS structure.
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampToken.GetEncoded">
             Return a ASN.1 encoded byte stream representing the encoded object.
            
             @throws IOException if encoding fails.
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampToken.GetEncoded(System.String)">
             return the ASN.1 encoded representation of this object using the specified encoding.
            
             @param encoding the ASN.1 encoding format to use ("BER" or "DER").
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampTokenGenerator.#ctor(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,System.String)">
            basic creation - only the default attributes will be included here.
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TimeStampTokenGenerator.#ctor(Org.BouncyCastle.Crypto.AsymmetricKeyParameter,Org.BouncyCastle.X509.X509Certificate,System.String,System.String,Org.BouncyCastle.Asn1.Cms.AttributeTable,Org.BouncyCastle.Asn1.Cms.AttributeTable)">
            create with a signer with extra signed/unsigned attributes.
        </member>
        <member name="T:Org.BouncyCastle.Tsp.TspAlgorithms">
            Recognised hash algorithms for the time stamp protocol.
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TspUtil.GetSignatureTimestamps(Org.BouncyCastle.Cms.SignerInformation)">
             Fetches the signature time-stamp attributes from a SignerInformation object.
             Checks that the MessageImprint for each time-stamp matches the signature field.
             (see RFC 3161 Appendix A).
            
             @param signerInfo a SignerInformation to search for time-stamps
             @return a collection of TimeStampToken objects
             @throws TSPValidationException
        </member>
        <member name="M:Org.BouncyCastle.Tsp.TspUtil.ValidateCertificate(Org.BouncyCastle.X509.X509Certificate)">
             Validate the passed in certificate as being of the correct type to be used
             for time stamping. To be valid it must have an ExtendedKeyUsage extension
             which has a key purpose identifier of id-kp-timeStamping.
            
             @param cert the certificate of interest.
             @throws TspValidationException if the certicate fails on one of the check points.
        </member>
        <member name="T:Org.BouncyCastle.Tsp.TspValidationException">
            <summary>
            Exception thrown if a TSP request or response fails to validate.
            </summary>
            <remarks>
            If a failure code is associated with the exception it can be retrieved using the <see cref="P:Org.BouncyCastle.Tsp.TspValidationException.FailureCode"/>
            property.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.Tsp.TspValidationException.FailureCode">
            <returns>The failure code associated with this exception, if one is set.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Arrays">
            <summary> General array utilities.</summary>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Arrays.AreEqual(System.Byte[],System.Byte[])">
            <summary>
            Are two arrays equal.
            </summary>
            <param name="a">Left side.</param>
            <param name="b">Right side.</param>
            <returns>True if equal.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Arrays.CopyOfRange(System.Byte[],System.Int32,System.Int32)">
             Make a copy of a range of bytes from the passed in data array. The range can
             extend beyond the end of the input array, in which case the return array will
             be padded with zeroes.
            
             @param data the array from which the data is to be copied.
             @param from the start index at which the copying should take place.
             @param to the final index of the range (exclusive).
            
             @return a new byte array containing the range given.
        </member>
        <member name="T:Org.BouncyCastle.Utilities.BigIntegers">
            BigInteger utilities.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.BigIntegers.AsUnsignedByteArray(Org.BouncyCastle.Math.BigInteger)">
             Return the passed in value as an unsigned byte array.
            
             @param value the value to be converted.
             @return a byte array without a leading zero byte if present in the signed encoding.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.BigIntegers.AsUnsignedByteArray(System.Int32,Org.BouncyCastle.Math.BigInteger)">
            Return the passed in value as an unsigned byte array of the specified length, padded with
            leading zeros as necessary.
            @param length the fixed length of the result.
            @param n the value to be converted.
            @return a byte array padded to a fixed length with leading zeros.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.BigIntegers.AsUnsignedByteArray(Org.BouncyCastle.Math.BigInteger,System.Byte[],System.Int32,System.Int32)">
             Write the passed in value as unsigned bytes to the specified buffer range, padded with
             leading zeros as necessary.
            
             @param n
                        the value to be converted.
             @param buf
                        the buffer to which the value is written.
             @param off
                        the start offset in array <code>buf</code> at which the data is written.
             @param len
                        the fixed length of data written (possibly padded with leading zeros).
        </member>
        <member name="M:Org.BouncyCastle.Utilities.BigIntegers.CreateRandomBigInteger(System.Int32,Org.BouncyCastle.Security.SecureRandom)">
            <summary>
            Creates a Random BigInteger from the secure random of a given bit length.
            </summary>
            <param name="bitLength"></param>
            <param name="secureRandom"></param>
            <returns></returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.BigIntegers.CreateRandomInRange(Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Math.BigInteger,Org.BouncyCastle.Security.SecureRandom)">
            Return a random BigInteger not less than 'min' and not greater than 'max'
            
            @param min the least value that may be generated
            @param max the greatest value that may be generated
            @param random the source of randomness
            @return a random BigInteger value in the range [min,max]
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Bzip2.BZip2Constants">
             Base class for both the compress and decompress classes.
             Holds common arrays, and static data.
            
             @author <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Bzip2.CBZip2InputStream">
             An input stream that decompresses from the BZip2 format (with the file
             header chars) to be read as any other stream.
            
             @author <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a>
            
             <b>NB:</b> note this class has been modified to read the leading BZ from the
             start of the BZIP2 stream to make it compatible with other PGP programs.
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Bzip2.CBZip2OutputStream">
             An output stream that compresses into the BZip2 format (with the file
             header chars) into another stream.
            
             @author <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a>
            
             TODO:    Update to BZip2 1.0.1
             <b>NB:</b> note this class has been modified to add a leading BZ to the
             start of the BZIP2 stream to make it compatible with other PGP programs.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Bzip2.CBZip2OutputStream.WriteByte(System.Byte)">
            
             modified by Oliver Merkel, 010128
            
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Bzip2.CRC">
             A simple class the hold and calculate the CRC for sanity checking
             of the data.
            
             @author <a href="mailto:keiron@aftexsw.com">Keiron Liddle</a>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Collections.ISelector`1">
            <summary>Interface for matching objects in an <see cref="T:Org.BouncyCastle.Utilities.Collections.IStore`1"/>.</summary>
            <typeparam name="T">The contravariant type of selectable objects.</typeparam>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Collections.ISelector`1.Match(`0)">
            <summary>Match the passed in object, returning true if it would be selected by this selector, false
            otherwise.</summary>
            <param name="candidate">The object to be matched.</param>
            <returns><code>true</code> if the objects is matched by this selector, false otherwise.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Collections.IStore`1">
            <summary>A generic interface describing a simple store of objects.</summary>
            <typeparam name="T">The covariant type of stored objects.</typeparam>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Collections.IStore`1.EnumerateMatches(Org.BouncyCastle.Utilities.Collections.ISelector{`0})">
            <summary>Enumerate the (possibly empty) collection of objects matched by the given selector.</summary>
            <param name="selector">The <see cref="T:Org.BouncyCastle.Utilities.Collections.ISelector`1"/> used to select matching objects.</param>
            <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1"/> of the matching objects.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Date.DateTimeUtilities.DateTimeToUnixMs(System.DateTime)">
            <summary>
            Return the number of milliseconds since the Unix epoch (1 Jan., 1970 UTC) for a given DateTime value.
            </summary>
            <remarks>The DateTime value will be converted to UTC (using <see cref="M:System.DateTime.ToUniversalTime"/> before
            conversion.</remarks>
            <param name="dateTime">A DateTime value not before the epoch.</param>
            <returns>Number of whole milliseconds after epoch.</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">'dateTime' is before the epoch.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Date.DateTimeUtilities.UnixMsToDateTime(System.Int64)">
            <summary>
            Create a UTC DateTime value from the number of milliseconds since the Unix epoch (1 Jan., 1970 UTC).
            </summary>
            <param name="unixMs">Number of milliseconds since the epoch.</param>
            <returns>A UTC DateTime value</returns>
            <exception cref="T:System.ArgumentOutOfRangeException">'unixMs' is before 'MinUnixMs' or after 'MaxUnixMs'.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Date.DateTimeUtilities.CurrentUnixMs">
            <summary>
            Return the current number of milliseconds since the Unix epoch (1 Jan., 1970 UTC).
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Base64.Encode(System.Byte[])">
             encode the input data producing a base 64 encoded byte array.
            
             @return a byte array containing the base 64 encoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Base64.Encode(System.Byte[],System.Int32,System.Int32)">
             encode the input data producing a base 64 encoded byte array.
            
             @return a byte array containing the base 64 encoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Base64.Encode(System.Byte[],System.IO.Stream)">
             Encode the byte data to base 64 writing it to the given output stream.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Base64.Encode(System.Byte[],System.Int32,System.Int32,System.IO.Stream)">
             Encode the byte data to base 64 writing it to the given output stream.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Base64.Decode(System.Byte[])">
             decode the base 64 encoded input data. It is assumed the input data is valid.
            
             @return a byte array representing the decoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Base64.Decode(System.String)">
             decode the base 64 encoded string data - whitespace will be ignored.
            
             @return a byte array representing the decoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Base64.Decode(System.String,System.IO.Stream)">
             decode the base 64 encoded string data writing it to the given output stream,
             whitespace characters will be ignored.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Base64Encoder.Encode(System.Byte[],System.Int32,System.Int32,System.IO.Stream)">
             encode the input data producing a base 64 output stream.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Base64Encoder.Decode(System.Byte[],System.Int32,System.Int32,System.IO.Stream)">
             decode the base 64 encoded byte data writing it to the given output stream,
             whitespace characters will be ignored.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Base64Encoder.DecodeString(System.String,System.IO.Stream)">
             decode the base 64 encoded string data writing it to the given output stream,
             whitespace characters will be ignored.
            
             @return the number of bytes produced.
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Encoders.BufferedDecoder">
            <summary>
             A buffering class to allow translation from one format to another to
                be done in discrete chunks.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.BufferedDecoder.#ctor(Org.BouncyCastle.Utilities.Encoders.ITranslator,System.Int32)">
            <summary>
            Create a buffered Decoder.
            </summary>
            <param name="translator">The translater to use.</param>
            <param name="bufferSize">The size of the buffer.</param>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.BufferedDecoder.ProcessByte(System.Byte,System.Byte[],System.Int32)">
            <summary>
            Process one byte of data.
            </summary>
            <param name="input">Data in.</param>
            <param name="output">Byte array for the output.</param>
            <param name="outOff">The offset in the output byte array to start writing from.</param>
            <returns>The amount of output bytes.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.BufferedDecoder.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Process data from a byte array.
            </summary>
            <param name="input">The input data.</param>
            <param name="inOff">Start position within input data array.</param>
            <param name="len">Amount of data to process from input data array.</param>
            <param name="outBytes">Array to store output.</param>
            <param name="outOff">Position in output array to start writing from.</param>
            <returns>The amount of output bytes.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Encoders.BufferedEncoder">
            <summary>
            A class that allows encoding of data using a specific encoder to be processed in chunks.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.BufferedEncoder.#ctor(Org.BouncyCastle.Utilities.Encoders.ITranslator,System.Int32)">
            <summary>
            Create.
            </summary>
            <param name="translator">The translator to use.</param>
            <param name="bufferSize">Size of the chunks.</param>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.BufferedEncoder.ProcessByte(System.Byte,System.Byte[],System.Int32)">
            <summary>
            Process one byte of data.
            </summary>
            <param name="input">The byte.</param>
            <param name="outBytes">An array to store output in.</param>
            <param name="outOff">Offset within output array to start writing from.</param>
            <returns></returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.BufferedEncoder.ProcessBytes(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Process data from a byte array.
            </summary>
            <param name="input">Input data Byte array containing data to be processed.</param>
            <param name="inOff">Start position within input data array.</param>
            <param name="len">Amount of input data to be processed.</param>
            <param name="outBytes">Output data array.</param>
            <param name="outOff">Offset within output data array to start writing to.</param>
            <returns>The amount of data written.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Encoders.Hex">
            <summary>
            Class to decode and encode Hex.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Hex.Encode(System.Byte[])">
             encode the input data producing a Hex encoded byte array.
            
             @return a byte array containing the Hex encoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Hex.Encode(System.Byte[],System.Int32,System.Int32)">
             encode the input data producing a Hex encoded byte array.
            
             @return a byte array containing the Hex encoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Hex.Encode(System.Byte[],System.IO.Stream)">
             Hex encode the byte data writing it to the given output stream.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Hex.Encode(System.Byte[],System.Int32,System.Int32,System.IO.Stream)">
             Hex encode the byte data writing it to the given output stream.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Hex.Decode(System.Byte[])">
             decode the Hex encoded input data. It is assumed the input data is valid.
            
             @return a byte array representing the decoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Hex.Decode(System.String)">
             decode the Hex encoded string data - whitespace will be ignored.
            
             @return a byte array representing the decoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Hex.Decode(System.String,System.IO.Stream)">
             decode the Hex encoded string data writing it to the given output stream,
             whitespace characters will be ignored.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Hex.DecodeStrict(System.String)">
             Decode the hexadecimal-encoded string strictly i.e. any non-hexadecimal characters will be
             considered an error.
            
             @return a byte array representing the decoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.Hex.DecodeStrict(System.String,System.Int32,System.Int32)">
             Decode the hexadecimal-encoded string strictly i.e. any non-hexadecimal characters will be
             considered an error.
            
             @return a byte array representing the decoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.HexEncoder.Encode(System.Byte[],System.Int32,System.Int32,System.IO.Stream)">
             encode the input data producing a Hex output stream.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.HexEncoder.Decode(System.Byte[],System.Int32,System.Int32,System.IO.Stream)">
             decode the Hex encoded byte data writing it to the given output stream,
             whitespace characters will be ignored.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.HexEncoder.DecodeString(System.String,System.IO.Stream)">
             decode the Hex encoded string data writing it to the given output stream,
             whitespace characters will be ignored.
            
             @return the number of bytes produced.
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Encoders.HexTranslator">
            <summary>
            A hex translator.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.HexTranslator.GetEncodedBlockSize">
            <summary>
            Return encoded block size.
            </summary>
            <returns>2</returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.HexTranslator.Encode(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Encode some data.
            </summary>
            <param name="input">Input data array.</param>
            <param name="inOff">Start position within input data array.</param>
            <param name="length">The amount of data to process.</param>
            <param name="outBytes">The output data array.</param>
            <param name="outOff">The offset within the output data array to start writing from.</param>
            <returns>Amount of data encoded.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.HexTranslator.GetDecodedBlockSize">
            <summary>
            Returns the decoded block size.
            </summary>
            <returns>1</returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.HexTranslator.Decode(System.Byte[],System.Int32,System.Int32,System.Byte[],System.Int32)">
            <summary>
            Decode data from a byte array.
            </summary>
            <param name="input">The input data array.</param>
            <param name="inOff">Start position within input data array.</param>
            <param name="length">The amounty of data to process.</param>
            <param name="outBytes">The output data array.</param>
            <param name="outOff">The position within the output data array to start writing from.</param>
            <returns>The amount of data written.</returns>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Encoders.IEncoder">
            Encode and decode byte arrays (typically from binary to 7-bit ASCII
            encodings).
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Encoders.ITranslator">
            <summary>
            Translator interface.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Encoders.UrlBase64">
            Convert binary data to and from UrlBase64 encoding.  This is identical to
            Base64 encoding, except that the padding character is "." and the other 
            non-alphanumeric characters are "-" and "_" instead of "+" and "/".
            <p>
            The purpose of UrlBase64 encoding is to provide a compact encoding of binary
            data that is safe for use as an URL parameter. Base64 encoding does not
            produce encoded values that are safe for use in URLs, since "/" can be 
            interpreted as a path delimiter; "+" is the encoded form of a space; and
            "=" is used to separate a name from the corresponding value in an URL 
            parameter.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.UrlBase64.Encode(System.Byte[])">
             Encode the input data producing a URL safe base 64 encoded byte array.
            
             @return a byte array containing the URL safe base 64 encoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.UrlBase64.Encode(System.Byte[],System.IO.Stream)">
             Encode the byte data writing it to the given output stream.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.UrlBase64.Decode(System.Byte[])">
             Decode the URL safe base 64 encoded input data - white space will be ignored.
            
             @return a byte array representing the decoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.UrlBase64.Decode(System.Byte[],System.IO.Stream)">
             decode the URL safe base 64 encoded byte data writing it to the given output stream,
             whitespace characters will be ignored.
            
             @return the number of bytes produced.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.UrlBase64.Decode(System.String)">
             decode the URL safe base 64 encoded string data - whitespace will be ignored.
            
             @return a byte array representing the decoded data.
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Encoders.UrlBase64.Decode(System.String,System.IO.Stream)">
             Decode the URL safe base 64 encoded string data writing it to the given output stream,
             whitespace characters will be ignored.
            
             @return the number of bytes produced.
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Encoders.UrlBase64Encoder">
            Convert binary data to and from UrlBase64 encoding.  This is identical to
            Base64 encoding, except that the padding character is "." and the other 
            non-alphanumeric characters are "-" and "_" instead of "+" and "/".
            <p>
            The purpose of UrlBase64 encoding is to provide a compact encoding of binary
            data that is safe for use as an URL parameter. Base64 encoding does not
            produce encoded values that are safe for use in URLs, since "/" can be 
            interpreted as a path delimiter; "+" is the encoded form of a space; and
            "=" is used to separate a name from the corresponding value in an URL 
            parameter.
            </p>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IEncodable.GetEncoded">
            <summary>Return a byte array representing the implementing object.</summary>
            <returns>An encoding of this object as a byte array.</returns>
            <exception cref="T:System.IO.IOException"/>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IMemoable.Copy">
            <summary>
            Produce a copy of this object with its configuration and in its current state.
            </summary>
            <remarks>
            The returned object may be used simply to store the state, or may be used as a similar object
            starting from the copied state.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IMemoable.Reset(Org.BouncyCastle.Utilities.IMemoable)">
            <summary>
            Restore a copied object state into this object.
            </summary>
            <remarks>
            Implementations of this method <em>should</em> try to avoid or minimise memory allocation to perform the reset.
            </remarks>
            <param name="other">an object originally {@link #copy() copied} from an object of the same type as this instance.</param>
            <exception cref="T:System.InvalidCastException">if the provided object is not of the correct type.</exception>
            <exception cref="T:Org.BouncyCastle.Utilities.MemoableResetException">if the <b>other</b> parameter is in some other way invalid.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Pem.PemObjectGenerator.Generate">
            <returns>
            A <see cref="T:Org.BouncyCastle.Utilities.IO.Pem.PemObject"/>
            </returns>
            <exception cref="T:Org.BouncyCastle.Utilities.IO.Pem.PemGenerationException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Pem.PemObjectParser.ParseObject(Org.BouncyCastle.Utilities.IO.Pem.PemObject)">
            <param name="obj">
            A <see cref="T:Org.BouncyCastle.Utilities.IO.Pem.PemObject"/>
            </param>
            <returns>
            An <see cref="T:System.Object"/>
            </returns>
            <exception cref="T:System.IO.IOException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Pem.PemReader.ReadPemObject">
            <returns>
            A <see cref="T:Org.BouncyCastle.Utilities.IO.Pem.PemObject"/>
            </returns>
            <exception cref="T:System.IO.IOException"></exception>	
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Pem.PemReader.SeekColon(System.Int32)">
            <summary>
            Seek ':" up to the limit.
            </summary>
            <param name="upTo"></param>
            <returns></returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Pem.PemReader.ConsumeDash">
            <summary>
            Consume the dashes
            </summary>
            <returns></returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Pem.PemReader.SkipWhiteSpace">
            <summary>
            Skip white space leave char in stream.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Pem.PemReader.Expect(System.String)">
            <summary>
            Read forward consuming the expected string.
            </summary>
            <param name="value">expected string</param>
            <returns>false if not consumed</returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Pem.PemReader.BufferUntilStopChar(System.Char,System.Boolean)">
            <summary>
            Consume until dash.
            </summary>
            <returns>true if stream end not met</returns>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.IO.Pem.PemWriter">
            <summary>A generic PEM writer, based on RFC 1421</summary>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Pem.PemWriter.GetOutputSize(Org.BouncyCastle.Utilities.IO.Pem.PemObject)">
            <summary>
            Return the number of bytes or characters required to contain the passed in object if it is PEM encoded.
            </summary>
            <param name="obj">PEM object to be output.</param>
            <returns>An estimate of the number of bytes.</returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Streams.PipeAll(System.IO.Stream,System.IO.Stream)">
            <summary>Write the full contents of inStr to the destination stream outStr.</summary>
            <param name="inStr">Source stream.</param>
            <param name="outStr">Destination stream.</param>
            <exception cref="T:System.IO.IOException">In case of IO failure.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Streams.PipeAll(System.IO.Stream,System.IO.Stream,System.Int32)">
            <summary>Write the full contents of inStr to the destination stream outStr.</summary>
            <param name="inStr">Source stream.</param>
            <param name="outStr">Destination stream.</param>
            <param name="bufferSize">The size of temporary buffer to use.</param>
            <exception cref="T:System.IO.IOException">In case of IO failure.</exception>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Streams.PipeAllLimited(System.IO.Stream,System.Int64,System.IO.Stream)">
            <summary>
            Pipe all bytes from <c>inStr</c> to <c>outStr</c>, throwing <c>StreamFlowException</c> if greater
            than <c>limit</c> bytes in <c>inStr</c>.
            </summary>
            <param name="inStr">
            A <see cref="T:System.IO.Stream"/>
            </param>
            <param name="limit">
            A <see cref="T:System.Int64"/>
            </param>
            <param name="outStr">
            A <see cref="T:System.IO.Stream"/>
            </param>
            <returns>The number of bytes actually transferred, if not greater than <c>limit</c></returns>
            <exception cref="T:System.IO.IOException"></exception>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.IO.Streams.WriteBufTo(System.IO.MemoryStream,System.Byte[],System.Int32)">
            <exception cref="T:System.IO.IOException"></exception>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.MemoableResetException">
            <summary>
            Exception to be thrown on a failure to reset an object implementing <see cref="T:Org.BouncyCastle.Utilities.IMemoable"/>.
            </summary>
            <remarks>
            The exception extends <see cref="T:System.InvalidCastException"/> to enable users to have a single handling case, only
            introducing specific handling of this one if required.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Net.IPAddress.IsValid(System.String)">
             Validate the given IPv4 or IPv6 address.
            
             @param address the IP address as a string.
            
             @return true if a valid address, false otherwise
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Net.IPAddress.IsValidWithNetMask(System.String)">
             Validate the given IPv4 or IPv6 address and netmask.
            
             @param address the IP address as a string.
            
             @return true if a valid address with netmask, false otherwise
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Net.IPAddress.IsValidIPv4(System.String)">
             Validate the given IPv4 address.
             
             @param address the IP address as a string.
            
             @return true if a valid IPv4 address, false otherwise
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Net.IPAddress.IsValidIPv6(System.String)">
             Validate the given IPv6 address.
            
             @param address the IP address as a string.
            
             @return true if a valid IPv4 address, false otherwise
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Properties">
            <summary>Utility methods for managing properties.</summary>
            <remarks>Properties may be thread properties, managed by this class, or environment variables
            visible only when the corresponding thread property is not set. This API has no facilities for modifying
            environment variables, though it may read them.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.Argon2MaxMemoryExp">
            <summary>
            The maximum permitted memory exponent (i.e. <c>memory &lt;= (1 &lt;&lt; MaxMemoryExp)</c>.
            </summary>
            <remarks>
            Defaults to 24 (16 GiB); the property may be raised up to a ceiling of 30.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.Argon2MaxPasses">
            <summary>
            The maximum number of Argon2 passes (iterations) accepted when a key is derived from untrusted cost
            parameters.
            </summary>
            <remarks>
            Defaults to 10.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.Argon2MaxParallelism">
            <summary>
            The maximum Argon2 parallelism (lanes) accepted when a key is derived from untrusted cost parameters.
            </summary>
            <remarks>
            Defaults to 16.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.CmsAllowLenientRsaPkcs1">
            <summary>
            Allow legacy RSA PKCS#1 v1.5 key-transport unwrap in CMS when the content-encryption key has no fixed size.
            </summary>
            <remarks>
            Without a fixed key size to target, the standard constant-time defense against the Bleichenbacher padding
            Oracle cannot be applied. Setting this property to 'true' allows the unwrap to proceed anyway, which is not
            recommended, since it leaves the padding oracle intact.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.PbeMaxIterationCount">
            <summary>
            Upper bound on the PBKDF2 iteration count honoured when decrypting a PBES2-protected PKCS#8/PEM private key.
            </summary>
            <remarks>
            The key-derivation parameters travel inside the (unauthenticated) encrypted-key container, so an unbounded
            count makes decrypting attacker-supplied key material a CPU-exhaustion vector. Default 5,000,000.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.PbeMaxScryptMemory">
            <summary>
            Upper bound, in bytes, on the scrypt working memory (~128 * N * r) honoured when decrypting a
            PBES2-protected PKCS#8 / PEM private key.
            </summary>
            <remarks>
            As with <see cref="F:Org.BouncyCastle.Utilities.Properties.PbeMaxIterationCount"/> the scrypt cost travels in the unauthenticated container, so an
            unbounded cost is a memory-exhaustion vector. Default 1073741824 (1 GiB).
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.Pkcs12IgnoreUselessPassword">
            <summary>
            When set to <c>true</c>, suppresses the error raised when loading a PKCS12 store with a password, for data
            that does not require a password.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.Pkcs12MaxIterationCount">
            <summary>
            If set, a PKCS12 file with a larger iteration count on PBE processing will be rejected. Default 5,000,000.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.PKMacMaxIterationCount">
            <summary>
            Upper bound on the RFC 4211 PKMAC / CMP password-based-MAC iteration count honoured when no explicit ceiling
            is supplied.
            </summary>
            <remarks>
            The count travels in the (unauthenticated) PBMParameter of an incoming CMP message and drives an iterated
            hash, so an unbounded count makes verifying an attacker-supplied message a CPU-exhaustion vector. Default
            1,000,000.
            </remarks>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.X509Sgp22NameConstraints">
            <summary>
            Opt in to the relaxed directoryName name-constraint matching required by GSMA SGP.22 v2.5 (Remote SIM
            Provisioning), sections 4.5.2.1.0.2 / 4.5.2.1.0.3. When set, a permitted-subtree RDN is satisfied by any
            matching subject RDN regardless of position, additional subject attributes beyond those named in the subtree
            are tolerated, and a serialNumber RDN is matched with a <c>StartsWith</c> comparison wherever it appears.
            This is deliberately looser than the contiguous-prefix DN matching mandated by RFC 5280 7.1, so it defaults
            to off and must be enabled explicitly; BC's default validation remains RFC 5280 strict.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.X509AllowLenientRfc822Name">
            <summary>
            Fall back to the legacy lenient parsing of rfc822Name values in X.509 name-constraint checks. By default the
            validator is strict about rfc822Name conformance; today that means a tested rfc822Name with more than one
            '@' is rejected as ambiguous when email constraints apply (RFC 5321 sec. 4.1.2 allows '@' inside a quoted
            local part, so the domain is not simply the text after the first '@', and a wrong split could evade a
            constraint). When set, that strictness (and any future rfc822Name conformance strictness) is disabled and
            the historical permissive parsing is used instead. Strict is the default; set this only to restore the old
            behaviour. This is a safety valve, not a recommended mode.
            </summary>
        </member>
        <member name="F:Org.BouncyCastle.Utilities.Properties.X509AllowLenientIPAddressMask">
            <summary>
            Salvage a non-contiguous iPAddress name-constraint subnet mask instead of rejecting it. An iPAddress
            name constraint carries a subnet mask expected to be CIDR (a run of leading 1-bits); a non-contiguous
            mask is malformed per RFC 4632 and also lets the subtree set-algebra mint new ranges (a super-linear
            blow-up on hostile input). By default such a constraint is rejected (fail-closed). When set, the mask
            is instead rounded to the most-restrictive contiguous mask for its context - a permitted subtree is
            narrowed (fill up to the last 1-bit; under-permit), an excluded subtree is broadened (keep only the
            leading 1-bits; over-exclude) - so validation can only get stricter, never laxer. Strict rejection is
            the default; this is a safety valve, not a recommended mode.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Properties.GetProperty(System.String)">
            <summary>
            Return the <c>string</c> value of the property <paramref name="name"/>.
            </summary>
            <remarks>
            Property evaluation order is thread properties first, then environment variables.
            </remarks>
            <param name="name">The name of the property.</param>
            <returns>
            The <c>string</c> value of the <paramref name="name"/> property, or <c>null</c> if not defined.
            </returns>
        </member>
        <member name="M:Org.BouncyCastle.Utilities.Properties.GetProperty(System.String,System.String)">
            <summary>
            Return the <c>string</c> value of the property <paramref name="name"/>, or
            <paramref name="defaultValue"/> if that property is not defined.
            </summary>
            <remarks>
            Property evaluation order is thread properties first, then environment variables.
            </remarks>
            <param name="name">The name of the property.</param>
            <param name="defaultValue">The default value to return in case the property is not defined.</param>
            <returns>
            The <c>string</c> value of the <paramref name="name"/> property, or <paramref name="defaultValue"/>
            if not defined.
            </returns>
        </member>
        <member name="T:Org.BouncyCastle.Utilities.Strings">
            <summary> General string utilities.</summary>
        </member>
        <member name="P:Org.BouncyCastle.Utilities.Strings.UTF8">
            <summary>
            Use instead of <see cref="P:System.Text.Encoding.UTF8"/> to enable validation.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.X509.AttributeCertificateHolder">
            <remarks>
            The Holder object.
            <pre>
            Holder ::= SEQUENCE {
                baseCertificateID   [0] IssuerSerial OPTIONAL,
                    -- the issuer and serial number of
                    -- the holder's Public Key Certificate
                entityName          [1] GeneralNames OPTIONAL,
                    -- the name of the claimant or role
                objectDigestInfo    [2] ObjectDigestInfo OPTIONAL
                    -- used to directly authenticate the holder,
                    -- for example, an executable
            }
            </pre>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.AttributeCertificateHolder.#ctor(System.Int32,System.String,System.String,System.Byte[])">
             Constructs a holder for v2 attribute certificates with a hash value for
             some type of object.
             <p>
             <code>digestedObjectType</code> can be one of the following:
             <ul>
             <li>0 - publicKey - A hash of the public key of the holder must be
             passed.</li>
             <li>1 - publicKeyCert - A hash of the public key certificate of the
             holder must be passed.</li>
             <li>2 - otherObjectDigest - A hash of some other object type must be
             passed. <code>otherObjectTypeID</code> must not be empty.</li>
             </ul>
             </p>
             <p>This cannot be used if a v1 attribute certificate is used.</p>
            
             @param digestedObjectType The digest object type.
             @param digestAlgorithm The algorithm identifier for the hash.
             @param otherObjectTypeID The object type ID if
                        <code>digestedObjectType</code> is
                        <code>otherObjectDigest</code>.
             @param objectDigest The hash value.
        </member>
        <member name="P:Org.BouncyCastle.X509.AttributeCertificateHolder.DigestedObjectType">
             Returns the digest object type if an object digest info is used.
             <p>
             <ul>
             <li>0 - publicKey - A hash of the public key of the holder must be
             passed.</li>
             <li>1 - publicKeyCert - A hash of the public key certificate of the
             holder must be passed.</li>
             <li>2 - otherObjectDigest - A hash of some other object type must be
             passed. <code>otherObjectTypeID</code> must not be empty.</li>
             </ul>
             </p>
            
             @return The digest object type or -1 if no object digest info is set.
        </member>
        <member name="P:Org.BouncyCastle.X509.AttributeCertificateHolder.DigestAlgorithm">
             Returns the other object type ID if an object digest info is used.
            
             @return The other object type ID or <code>null</code> if no object
                     digest info is set.
        </member>
        <member name="M:Org.BouncyCastle.X509.AttributeCertificateHolder.GetObjectDigest">
             Returns the hash if an object digest info is used.
            
             @return The hash or <code>null</code> if no object digest info is set.
        </member>
        <member name="P:Org.BouncyCastle.X509.AttributeCertificateHolder.OtherObjectTypeID">
             Returns the digest algorithm ID if an object digest info is used.
            
             @return The digest algorithm ID or <code>null</code> if no object
                     digest info is set.
        </member>
        <member name="M:Org.BouncyCastle.X509.AttributeCertificateHolder.GetEntityNames">
             Return any principal objects inside the attribute certificate holder entity names field.
            
             @return an array of IPrincipal objects (usually X509Name), null if no entity names field is set.
        </member>
        <member name="M:Org.BouncyCastle.X509.AttributeCertificateHolder.GetIssuer">
             Return the principals associated with the issuer attached to this holder
            
             @return an array of principals, null if no BaseCertificateID is set.
        </member>
        <member name="P:Org.BouncyCastle.X509.AttributeCertificateHolder.SerialNumber">
             Return the serial number associated with the issuer attached to this holder.
            
             @return the certificate serial number, null if no BaseCertificateID is set.
        </member>
        <member name="T:Org.BouncyCastle.X509.AttributeCertificateIssuer">
            <summary>Carrying class for an attribute certificate issuer.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.AttributeCertificateIssuer.#ctor(Org.BouncyCastle.Asn1.X509.AttCertIssuer)">
            <summary>Set the issuer directly with the ASN.1 structure.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.AttributeCertificateIssuer.GetPrincipals">
            <summary>Return any principal objects inside the attribute certificate issuer object.</summary>
            <returns>An array of IPrincipal objects (usually X509Principal).</returns>
        </member>
        <member name="T:Org.BouncyCastle.X509.DeltaCertificateTool">
            <summary>
            General tool for handling the extension described in:
            https://datatracker.ietf.org/doc/draft-bonnell-lamps-chameleon-certs/
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.X509.Extension.AuthorityKeyIdentifierStructure">
            <remarks>A high level authority key identifier.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.Extension.AuthorityKeyIdentifierStructure.#ctor(Org.BouncyCastle.X509.X509Certificate)">
            <summary>
            Create an AuthorityKeyIdentifier using the passed in certificate's public key, issuer and serial number.
            </summary>
            <param name="certificate">The certificate providing the information.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.Extension.AuthorityKeyIdentifierStructure.#ctor(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Create an AuthorityKeyIdentifier using just the hash of the public key.
            </summary>
            <param name="pubKey">The public key to generate the hash from.</param>
        </member>
        <member name="T:Org.BouncyCastle.X509.Extension.SubjectKeyIdentifierStructure">
            <summary>A high level subject key identifier.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.Extension.X509ExtensionUtilities.FromExtensionValue(Org.BouncyCastle.X509.IX509Extension,Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Extract the value of the given extension, if it exists.
            </summary>
            <param name="extensions">The extensions object.</param>
            <param name="oid">The object identifier to obtain.</param>
            <returns>Asn1Object</returns>
            <exception cref="T:System.Exception">if the extension cannot be read.</exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.IX509Extension.GetCriticalExtensionOids">
            <summary>
            Get all critical extension values, by oid
            </summary>
            <returns>IDictionary with string (OID) keys and Asn1OctetString values</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.IX509Extension.GetNonCriticalExtensionOids">
            <summary>
            Get all non-critical extension values, by oid
            </summary>
            <returns>IDictionary with string (OID) keys and Asn1OctetString values</returns>
        </member>
        <member name="T:Org.BouncyCastle.X509.PrincipalUtilities">
            <remarks>
            A utility class that will extract X509Principal objects from X.509 certificates.
            <p>
            Use this in preference to trying to recreate a principal from a string, not all
            DNs are what they should be, so it's best to leave them encoded where they
            can be.</p>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.PrincipalUtilities.GetIssuerX509Principal(Org.BouncyCastle.X509.X509Certificate)">
            <summary>Return the issuer of the given cert as an X509Principal.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.PrincipalUtilities.GetSubjectX509Principal(Org.BouncyCastle.X509.X509Certificate)">
            <summary>Return the subject of the given cert as an X509Principal.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.PrincipalUtilities.GetIssuerX509Principal(Org.BouncyCastle.X509.X509Crl)">
            <summary>Return the issuer of the given CRL as an X509Principal.</summary>
        </member>
        <member name="T:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector">
            <summary>
            A selector for attribute certificates from configurable criteria.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.Match(Org.BouncyCastle.X509.X509V2AttributeCertificate)">
            <summary>
            Decides if the given attribute certificate should be selected.
            </summary>
            <param name="attrCert">The attribute certificate to be checked.</param>
            <returns><code>true</code> if the object matches this selector.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.AttributeCert">
            <summary>The attribute certificate which must be matched.</summary>
            <remarks>If <c>null</c> is given, any will do.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.AttributeCertificateValid">
            <summary>The criteria for validity</summary>
            <remarks>If <c>null</c> is given any will do.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.Holder">
            <summary>The holder.</summary>
            <remarks>If <c>null</c> is given any will do.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.Issuer">
            <summary>The issuer.</summary>
            <remarks>If <c>null</c> is given any will do.</remarks>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.SerialNumber">
            <summary>The serial number.</summary>
            <remarks>If <c>null</c> is given any will do.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.AddTargetName(Org.BouncyCastle.Asn1.X509.GeneralName)">
            <summary>
            Adds a target name criterion for the attribute certificate to the target information extension criteria.
            The <c>X509V2AttributeCertificate</c> must contain at least one of the specified target names.
            </summary>
            <remarks>
            Each attribute certificate may contain a target information extension limiting the servers where this
            attribute certificate can be used. If this extension is not present, the attribute certificate is not
            targeted and may be accepted by any server.
            </remarks>
            <param name="name">The name as a <see cref="T:Org.BouncyCastle.Asn1.X509.GeneralName"/> (not <c>null</c>).</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.AddTargetName(System.Byte[])">
            <summary>
            Adds a target name criterion for the attribute certificate to the target information extension criteria.
            The <c>X509V2AttributeCertificate</c> must contain at least one of the specified target names.
            </summary>
            <remarks>
            Each attribute certificate may contain a target information extension limiting the servers where this
            attribute certificate can be used. If this extension is not present, the attribute certificate is not
            targeted and may be accepted by any server.
            </remarks>
            <param name="name">
            A <c>byte[]</c> containing the name as an ASN.1 DER-encoded <see cref="T:Org.BouncyCastle.Asn1.X509.GeneralName"/>.
            </param>
            <exception cref="T:System.IO.IOException">If a parsing error occurs.</exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.SetTargetNames(System.Collections.Generic.IEnumerable{System.Object})">
            <summary>
            Adds a collection with target names criteria. If <c>null</c> is given, any will do.
            </summary>
            <remarks>
            The collection consists of either <see cref="T:Org.BouncyCastle.Asn1.X509.GeneralName"/> objects or <c>byte[]</c> representing
            DER-encoded <see cref="T:Org.BouncyCastle.Asn1.X509.GeneralName"/> structures.
            </remarks>
            <exception cref="T:System.IO.IOException">If a parsing error occurs.</exception>
            <seealso cref="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.AddTargetName(System.Byte[])"/>
            <seealso cref="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.AddTargetName(Org.BouncyCastle.Asn1.X509.GeneralName)"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.GetTargetNames">
            <summary>Enumerate the target names.</summary>
            <seealso cref="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.SetTargetNames(System.Collections.Generic.IEnumerable{System.Object})"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.AddTargetGroup(Org.BouncyCastle.Asn1.X509.GeneralName)">
            <summary>
            Adds a target group criterion for the attribute certificate to the target information extension criteria.
            The <c>X509V2AttributeCertificate</c> must contain at least one of the specified target groups.
            </summary>
            <remarks>
            Each attribute certificate may contain a target information extension limiting the servers where this
            attribute certificate can be used. If this extension is not present, the attribute certificate is not
            targeted and may be accepted by any server.
            </remarks>
            <param name="group">The target group as a <see cref="T:Org.BouncyCastle.Asn1.X509.GeneralName"/> (not <c>null</c>).</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.AddTargetGroup(System.Byte[])">
            <summary>
            Adds a target group criterion for the attribute certificate to the target information extension criteria.
            The <c>X509V2AttributeCertificate</c> must contain at least one of the specified target names.
            </summary>
            <remarks>
            Each attribute certificate may contain a target information extension limiting the servers where this
            attribute certificate can be used. If this extension is not present, the attribute certificate is not
            targeted and may be accepted by any server.
            </remarks>
            <param name="name">
            A <c>byte[]</c> containing the group as an ASN.1 DER-encoded <see cref="T:Org.BouncyCastle.Asn1.X509.GeneralName"/>.
            </param>
            <exception cref="T:System.IO.IOException">If a parsing error occurs.</exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.SetTargetGroups(System.Collections.Generic.IEnumerable{System.Object})">
            <summary>
            Adds a collection with target groups criteria. If <c>null</c> is given, any will do.
            </summary>
            <remarks>
            The collection consists of either <see cref="T:Org.BouncyCastle.Asn1.X509.GeneralName"/> objects or <c>byte[]</c> representing
            DER-encoded <see cref="T:Org.BouncyCastle.Asn1.X509.GeneralName"/> structures.
            </remarks>
            <exception cref="T:System.IO.IOException">If a parsing error occurs.</exception>
            <seealso cref="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.AddTargetGroup(System.Byte[])"/>
            <seealso cref="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.AddTargetGroup(Org.BouncyCastle.Asn1.X509.GeneralName)"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.GetTargetGroups">
            <summary>Enumerate the target groups.</summary>
            <seealso cref="M:Org.BouncyCastle.X509.Store.X509AttrCertStoreSelector.SetTargetGroups(System.Collections.Generic.IEnumerable{System.Object})"/>
        </member>
        <member name="T:Org.BouncyCastle.X509.Store.X509CertPairStoreSelector">
            <remarks>
            This class is an <code>IX509Selector</code> implementation to select
            certificate pairs, which are e.g. used for cross certificates. The set of
            criteria is given from two <code>X509CertStoreSelector</code> objects,
            each of which, if present, must match the respective component of a pair.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CertPairStoreSelector.CertPair">
            <summary>The certificate pair which is used for testing on equality.</summary>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CertPairStoreSelector.ForwardSelector">
            <summary>The certificate selector for the forward part.</summary>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CertPairStoreSelector.ReverseSelector">
            <summary>The certificate selector for the reverse part.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.Store.X509CertPairStoreSelector.Match(Org.BouncyCastle.X509.X509CertificatePair)">
            <summary>
            Decides if the given certificate pair should be selected. If
            <c>obj</c> is not a <code>X509CertificatePair</code>, this method
            returns <code>false</code>.
            </summary>
            <param name="pair">The <code>X509CertificatePair</code> to be tested.</param>
            <returns><code>true</code> if the object matches this selector.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CertStoreSelector.AuthorityKeyIdentifier">
            <remarks>
            A DER encoding of an ASN.1 AuthorityKeyIdentifier value.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CertStoreSelector.SubjectKeyIdentifier">
            <remarks>
            A DER encoding of an ASN.1 SubjectKeyIdentifier (OCTET STRING) value.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CrlStoreSelector.Issuers">
            <summary>
            An <code>ICollection</code> of <code>X509Name</code> objects
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CrlStoreSelector.AttrCertChecking">
            <summary>The attribute certificate being checked.</summary>
            <remarks>
            This is not a criterion. Rather, it is optional information that may help findind CRLs that would be
            relevant when checking revocation for the specified attribute certificate. If <c>null</c> is specified, then
            no such optional information is provided.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CrlStoreSelector.CompleteCrlEnabled">
            <summary>
            If <c>true</c> only complete CRLs are returned. Defaults to <c>false</c>.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CrlStoreSelector.DeltaCrlIndicatorEnabled">
            <summary>
            Whether this selector must match CRLs with the delta CRL indicator extension set. Defaults to <c>false</c>.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CrlStoreSelector.IssuingDistributionPoint">
            <summary>The issuing distribution point. This is the DER-encoded OCTET STRING extension value.</summary>
            <remarks>
            <para>
            The issuing distribution point extension is a CRL extension which identifies the scope and the distribution
            point of a CRL. The scope contains among others information about revocation reasons contained in the CRL.
            Delta CRLs and complete CRLs must have matching issuing distribution points.
            </para>
            <para>
            The byte array is cloned to protect against subsequent modifications.
            </para>
            <para>
            You must also enable or disable this criteria with <see cref="P:Org.BouncyCastle.X509.Store.X509CrlStoreSelector.IssuingDistributionPointEnabled"/>
            </para>
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CrlStoreSelector.IssuingDistributionPointEnabled">
            <summary>
            Whether the issuing distribution point criteria should be applied. Defaults to <c>false</c>.
            </summary>
            <remarks>
            You may also set the issuing distribution point criteria; if not a missing issuing distribution point
            should be assumed.
            </remarks>
        </member>
        <member name="P:Org.BouncyCastle.X509.Store.X509CrlStoreSelector.MaxBaseCrlNumber">
            <summary>The maximum base CRL number. Defaults to <c>null</c>. </summary>
        </member>
        <member name="T:Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory">
            <summary>
            A factory to produce <see cref="T:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo"/> (an X.509 ASN.1 type used for public keys) objects from
            Bouncy Castle public key parameters.
            </summary>
            <remarks>
            This class handles the correct encoding of the AlgorithmIdentifier for various algorithms, including mandatory
            parameters like the DER NULL for RSA.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory.CreateSubjectPublicKeyInfo(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Create a <see cref="T:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo"/> object for a given public key.
            </summary>
            <example>
            Example of converting a .NET X509Certificate2 to a DER-encoded SubjectPublicKeyInfo byte array:
            <code>
            var publicKey = DotNetUtilities.FromX509Certificate(certificate).GetPublicKey();
            byte[] encoded = SubjectPublicKeyInfoFactory
                .CreateSubjectPublicKeyInfo(publicKey).GetEncoded(Asn1Encodable.Der);
            </code>
            </example>
            <param name="publicKey">The public key parameters (e.g., <see cref="T:Org.BouncyCastle.Crypto.Parameters.RsaKeyParameters"/>,
            <see cref="T:Org.BouncyCastle.Crypto.Parameters.ECPublicKeyParameters"/>, etc.).</param>
            <returns>A <see cref="T:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo"/> object representing the public key.</returns>
            <exception cref="T:System.ArgumentNullException">If <paramref name="publicKey"/> is null.</exception>
            <exception cref="T:System.ArgumentException">If a private key is passed instead of a public key.</exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509AttrCertParser.ReadAttrCert(System.Byte[])">
            <summary>
            Create loading data from byte array.
            </summary>
            <param name="input"></param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509AttrCertParser.ReadAttrCerts(System.Byte[])">
            <summary>
            Create loading data from byte array.
            </summary>
            <param name="input"></param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509AttrCertParser.ReadAttrCert(System.IO.Stream)">
            <summary>
            Generates a certificate object and intiializes it with the data read from <paramref name="inStream"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509AttrCertParser.ReadAttrCerts(System.IO.Stream)">
            <summary>
            Returns a (possibly empty) collection view of the certificates read from <paramref name="inStream"/>.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509Attribute">
            <summary>Class for carrying the values in an X.509 Attribute.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Attribute.#ctor(System.String,Org.BouncyCastle.Asn1.Asn1Encodable)">
            <summary>
            Create an X.509 Attribute with the type given by <paramref name="oid"/> and the value represented by an
            ASN.1 Set containing <paramref name="value"/>.
            </summary>
            <param name="oid">Type of the attribute.</param>
            <param name="value">The object to go into the atribute's value set.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Attribute.#ctor(System.String,Org.BouncyCastle.Asn1.Asn1EncodableVector)">
            <summary>
            Create an X.509 Attribute with the type given by <paramref name="oid"/> and the value represented by an
            ASN.1 Set containing the objects in <paramref name="value"/>.
            </summary>
            <param name="oid">Type of the attribute.</param>
            <param name="value">Vector of values to go into the atribute's value set.</param>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509Certificate">
            <summary>
            An Object representing an X509 Certificate.
            Has static methods for loading Certificates encoded in many forms that return X509Certificate Objects.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.IsValidNow">
            <summary>
            Return true if the current time is within the start and end times nominated on the certificate.
            </summary>
            <returns>true id certificate is valid for the current time.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.IsValid(System.DateTime)">
            <summary>
            Return true if the nominated time is within the start and end times nominated on the certificate.
            </summary>
            <param name="time">The time to test validity against.</param>
            <returns>True if certificate is valid for nominated time.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.CheckValidity">
            <summary>
            Checks if the current date is within certificate's validity period.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.CheckValidity(System.DateTime)">
            <summary>
            Checks if the given date is within certificate's validity period.
            </summary>
            <exception cref="T:Org.BouncyCastle.Security.Certificates.CertificateExpiredException">if the certificate is expired by given date</exception>
            <exception cref="T:Org.BouncyCastle.Security.Certificates.CertificateNotYetValidException">if the certificate is not yet valid on given date</exception>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.Version">
            <summary>
            Return the certificate's version.
            </summary>
            <returns>An integer whose value Equals the version of the cerficate.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.SerialNumber">
            <summary>
            Return a <see cref="T:Org.BouncyCastle.Math.BigInteger">BigInteger</see> containing the serial number.
            </summary>
            <returns>The Serial number.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.IssuerDN">
            <summary>
            Get the Issuer Distinguished Name. (Who signed the certificate.)
            </summary>
            <returns>And X509Object containing name and value pairs.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.SubjectDN">
            <summary>
            Get the subject of this certificate.
            </summary>
            <returns>An X509Name object containing name and value pairs.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.NotBefore">
            <summary>
            The time that this certificate is valid from.
            </summary>
            <returns>A DateTime object representing that time in the local time zone.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.NotAfter">
            <summary>
            The time that this certificate is valid up to.
            </summary>
            <returns>A DateTime object representing that time in the local time zone.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.GetTbsCertificate">
            <summary>
            Return the Der encoded TbsCertificate data.
            This is the certificate component less the signature.
            To Get the whole certificate call the GetEncoded() member.
            </summary>
            <returns>A byte array containing the Der encoded Certificate component.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.GetSignature">
            <summary>
            The signature.
            </summary>
            <returns>A byte array containg the signature of the certificate.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.SigAlgName">
            <summary>
            A meaningful version of the Signature Algorithm. (e.g. SHA1WITHRSA)
            </summary>
            <returns>A string representing the signature algorithm.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.SigAlgOid">
            <summary>
            Get the Signature Algorithms Object ID.
            </summary>
            <returns>A string containg a '.' separated object id.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.GetSigAlgParams">
            <summary>
            Get the signature algorithms parameters. (EG DSA Parameters)
            </summary>
            <returns>A byte array containing the Der encoded version of the parameters or null if there are none.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.SignatureAlgorithm">
            <summary>The signature algorithm.</summary>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.IssuerUniqueID">
            <summary>
            Get the issuers UID.
            </summary>
            <returns>A DerBitString.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.SubjectUniqueID">
            <summary>
            Get the subjects UID.
            </summary>
            <returns>A DerBitString.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.GetKeyUsage">
            <summary>
            Get a key usage guidlines.
            </summary>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Certificate.SubjectPublicKeyInfo">
            <summary>
            Return the plain SubjectPublicKeyInfo that holds the encoded public key.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.GetPublicKey">
            <summary>
            Get the public key of the subject of the certificate.
            </summary>
            <returns>The public key parameters.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.GetEncoded">
            <summary>
            Return the DER encoding of this certificate.
            </summary>
            <returns>A byte array containing the DER encoding of this certificate.</returns>
            <exception cref="T:Org.BouncyCastle.Security.Certificates.CertificateEncodingException">If there is an error encoding the certificate.</exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.Verify(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Verify the certificate's signature using the nominated public key.
            </summary>
            <param name="key">An appropriate public key parameter object, RsaPublicKeyParameters, DsaPublicKeyParameters or ECDsaPublicKeyParameters</param>
            <returns>True if the signature is valid.</returns>
            <exception cref="T:System.Exception">If key submitted is not of the above nominated types.</exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.Verify(Org.BouncyCastle.Crypto.IVerifierFactoryProvider)">
            <summary>
            Verify the certificate's signature using a verifier created using the passed in verifier provider.
            </summary>
            <param name="verifierProvider">An appropriate provider for verifying the certificate's signature.</param>
            <exception cref="T:System.Exception">If verifier provider is not appropriate or the certificate signature algorithm
            is invalid.</exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Certificate.VerifyAltSignature(Org.BouncyCastle.Crypto.IVerifierFactoryProvider)">
            <summary>Verify the certificate's alternative signature using a verifier created using the passed in
            verifier provider.</summary>
            <param name="verifierProvider">An appropriate provider for verifying the certificate's alternative
            signature.</param>
            <exception cref="T:System.Exception">If verifier provider is not appropriate or the certificate alternative signature
            algorithm is invalid.</exception>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509CertificatePair">
            <remarks>
            This class contains a cross certificate pair. Cross certificates pairs may
            contain two cross signed certificates from two CAs. A certificate from the
            other CA to this CA is contained in the forward certificate, the certificate
            from this CA to the other CA is contained in the reverse certificate.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CertificatePair.#ctor(Org.BouncyCastle.X509.X509Certificate,Org.BouncyCastle.X509.X509Certificate)">
            <summary>Constructor</summary>
            <param name="forward">Certificate from the other CA to this CA.</param>
            <param name="reverse">Certificate from this CA to the other CA.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CertificatePair.#ctor(Org.BouncyCastle.Asn1.X509.CertificatePair)">
            <summary>Constructor from a ASN.1 CertificatePair structure.</summary>
            <param name="pair">The <c>CertificatePair</c> ASN.1 object.</param>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509CertificatePair.Forward">
            <summary>Returns the certificate from the other CA to this CA.</summary>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509CertificatePair.Reverse">
            <summary>Returns the certificate from this CA to the other CA.</summary>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509CertificateParser">
            <summary>Class for dealing with X509 certificates.</summary>
            <remarks>
            At the moment this will deal with "-----BEGIN CERTIFICATE-----" to "-----END CERTIFICATE-----" base 64 encoded
            certs, as well as the BER binaries of certificates and some classes of PKCS#7 objects.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CertificateParser.ReadCertificate(System.Byte[])">
            <summary>
            Create loading data from byte array.
            </summary>
            <param name="input"></param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CertificateParser.ReadCertificates(System.Byte[])">
            <summary>
            Create loading data from byte array.
            </summary>
            <param name="input"></param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CertificateParser.ReadCertificate(System.IO.Stream)">
            <summary>
            Generates a certificate object and initializes it with the data read from <paramref name="inStream"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CertificateParser.ReadCertificates(System.IO.Stream)">
            <summary>
            Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CertPairParser.ReadCertPair(System.Byte[])">
            <summary>
            Create loading data from byte array.
            </summary>
            <param name="input"></param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CertPairParser.ReadCertPairs(System.Byte[])">
            <summary>
            Create loading data from byte array.
            </summary>
            <param name="input"></param>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509Crl">
            <remarks>
            The following extensions are listed in RFC 2459 as relevant to CRLs:
            <list type="bullet">
            <item>Authority Key Identifier</item>
            <item>Issuer Alternative Name</item>
            <item>CRL Number</item>
            <item>Delta CRL Indicator (critical)</item>
            <item>Issuing Distribution Point (critical)</item>
            </list>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Crl.Verify(Org.BouncyCastle.Crypto.IVerifierFactoryProvider)">
            <summary>
            Verify the CRL's signature using a verifier created using the passed in verifier provider.
            </summary>
            <param name="verifierProvider">An appropriate provider for verifying the CRL's signature.</param>
            <returns>True if the signature is valid.</returns>
            <exception cref="T:System.Exception">If verifier provider is not appropriate or the CRL algorithm is invalid.</exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Crl.VerifyAltSignature(Org.BouncyCastle.Crypto.IVerifierFactoryProvider)">
            <summary>Verify the CRL's alternative signature using a verifier created using the passed in
            verifier provider.</summary>
            <param name="verifierProvider">An appropriate provider for verifying the CRL's alternative signature.
            </param>
            <exception cref="T:System.Exception">If verifier provider is not appropriate or the CRL alternative signature
            algorithm is invalid.</exception>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509Crl.SigAlgName">
            <summary>
            A meaningful version of the Signature Algorithm. (e.g. SHA1WITHRSA)
            </summary>
            <returns>A string representing the signature algorithm.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Crl.GetEncoded">
            <summary>
            Return the DER encoding of this CRL.
            </summary>
            <returns>A byte array containing the DER encoding of this CRL.</returns>
            <exception cref="T:Org.BouncyCastle.Security.Certificates.CrlException">If there is an error encoding the CRL.</exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Crl.ToString">
            <summary>Returns a string representation of this CRL.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509Crl.IsRevoked(Org.BouncyCastle.X509.X509Certificate)">
            <summary>Checks whether the given certificate is on this CRL.</summary>
            <param name="cert">The certificate to check for.</param>
            <returns><c>true</c> if the given certificate is on this CRL, <c>false</c> otherwise.</returns>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509CrlEntry">
            <remarks>
            The following extensions are listed in RFC 2459 as relevant to CRL Entries:
            <list type="bullet">
            <item>Reason Code</item>
            <item>Hold Instruction Code</item>
            <item>Invalidity Date</item>
            <item>Certificate Issuer (critical)</item>
            </list>
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CrlEntry.#ctor(Org.BouncyCastle.Asn1.X509.CrlEntry,System.Boolean,Org.BouncyCastle.Asn1.X509.X509Name)">
            <summary>
            Constructor for CRLEntries of indirect CRLs.
            </summary>
            <remarks>
            If <paramref name="isIndirect"/> is <c>false</c> <see cref="M:Org.BouncyCastle.X509.X509CrlEntry.GetCertificateIssuer"/> will always return
            <c>null</c>, <paramref name="previousCertificateIssuer"/> is ignored. If <c>true</c> and this CRL entry
            has no Certificate Issuer extension, then <paramref name="previousCertificateIssuer"/> is returned by
            <see cref="M:Org.BouncyCastle.X509.X509CrlEntry.GetCertificateIssuer"/>.
            </remarks>
            <param name="c">The ASN.1 <see cref="P:Org.BouncyCastle.X509.X509CrlEntry.CrlEntry"/> object.</param>
            <param name="isIndirect"><c>true</c> if the corresponding CRL is an indirect CRL.</param>
            <param name="previousCertificateIssuer">Certificate issuer of the previous CRL entry.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CrlParser.#ctor(System.Boolean)">
            <remarks>Value of <paramref name="lazyAsn1"/> is ignored.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CrlParser.ReadCrl(System.Byte[])">
            <summary>
            Create loading data from byte array.
            </summary>
            <param name="input"></param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CrlParser.ReadCrls(System.Byte[])">
            <summary>
            Create loading data from byte array.
            </summary>
            <param name="input"></param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CrlParser.ReadCrl(System.IO.Stream)">
            <summary>
            Generates a certificate revocation list (CRL) object and initializes it with the data read from
            <paramref name="inStream"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509CrlParser.ReadCrls(System.IO.Stream)">
            <summary>
            Returns a (possibly empty) collection view of the CRLs read from the <paramref name="inStream"/>.
            </summary>
            <remarks>
            <paramref name="inStream"/> may contain a sequence of DER-encoded CRLs, or a PKCS#7 CRL set. This is a
            PKCS#7 SignedData object, with the only significant field being crls. In particular the signature and the
            contents are ignored.
            </remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509ExtensionBase.GetNonCriticalExtensionOids">
            <summary>
            Get non critical extensions.
            </summary>
            <returns>A set of non critical extension oids.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509ExtensionBase.GetCriticalExtensionOids">
            <summary>
            Get any critical extensions.
            </summary>
            <returns>A sorted list of critical entension.</returns>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509KeyUsage">
             <summary>A holding class for constructing an X509 Key Usage extension.</summary>
             <remarks>
             <code>
             id-ce - keyUsage OBJECT IDENTIFIER ::=  { id - ce 15 }
            
             KeyUsage ::= BIT STRING {
                 digitalSignature(0),
                 nonRepudiation(1),
                 keyEncipherment(2),
                 dataEncipherment(3),
                 keyAgreement(4),
                 keyCertSign(5),
                 cRLSign(6),
                 encipherOnly(7),
                 decipherOnly(8) }
             </code>
             </remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509KeyUsage.#ctor(System.Int32)">
            <param name="usage">
            The bitwise OR of the Key Usage flags giving the allowed uses for the key.
            e.g. (X509KeyUsage.keyEncipherment | X509KeyUsage.dataEncipherment).
            </param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509SignatureUtilities.GetDigestName(Org.BouncyCastle.Asn1.DerObjectIdentifier)">
            <summary>
            Return the digest algorithm using one of the standard JCA string representations rather than the algorithm
            identifier (if possible).
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509V1CertificateGenerator">
            <summary>
            Generator for X.509 version 1 certificates as defined in RFC 5280.
            Builds the TBSCertificate structure and signs the result via
            <see cref="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.Generate(Org.BouncyCastle.Crypto.ISignatureFactory)"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.#ctor">
            <summary>
            Default Constructor.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.Reset">
            <summary>
            Reset the generator.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.SetSerialNumber(Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Set the certificate's serial number.
            </summary>
            <remarks>
            Make serial numbers long; if you have no serial number policy make sure the number is at least
            16 bytes of secure random data. You will be surprised how ugly a serial number collision can get.
            </remarks>
            <param name="serialNumber">The serial number.</param>
            <exception cref="T:System.ArgumentException">
            <paramref name="serialNumber"/> is not a positive integer.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.SetIssuerDN(Org.BouncyCastle.Asn1.X509.X509Name)">
            <summary>
            Set the issuer distinguished name.
            The issuer is the entity whose private key is used to sign the certificate.
            </summary>
            <param name="issuer">The issuers DN.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.SetValidity(Org.BouncyCastle.Asn1.X509.Validity)">
            <summary>
            Sets the certificate validity period from a pre-built <see cref="T:Org.BouncyCastle.Asn1.X509.Validity"/> structure.
            </summary>
            <param name="validity">The not-before and not-after times.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.SetNotBefore(System.DateTime)">
            <summary>
            Set the date that this certificate is to be valid from.
            </summary>
            <param name="date"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.SetNotAfter(System.DateTime)">
            <summary>
            Set the date after which this certificate will no longer be valid.
            </summary>
            <param name="date"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.SetSubjectDN(Org.BouncyCastle.Asn1.X509.X509Name)">
            <summary>
            Set the subject distinguished name.
            The subject describes the entity associated with the public key.
            </summary>
            <param name="subject"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.SetPublicKey(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Set the public key that this certificate identifies.
            </summary>
            <param name="publicKey"/>
            <exception cref="T:System.ArgumentException">
            The public key could not be encoded as <see cref="T:Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo"/>.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V1CertificateGenerator.Generate(Org.BouncyCastle.Crypto.ISignatureFactory)">
            <summary>
            Generate a new <see cref="T:Org.BouncyCastle.X509.X509Certificate"/> using the provided <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory"/>.
            </summary>
            <param name="signatureFactory">A <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory">signature factory</see> with the necessary
            algorithm details.</param>
            <returns>An <see cref="T:Org.BouncyCastle.X509.X509Certificate"/>.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509V1CertificateGenerator.SignatureAlgNames">
            <summary>
            Allows enumeration of the signature names supported by the generator.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509V2AttributeCertificate">
            <summary>An implementation of a version 2 X.509 Attribute Certificate.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2AttributeCertificate.Verify(Org.BouncyCastle.Crypto.IVerifierFactoryProvider)">
            <summary>
            Verify the certificate's signature using a verifier created using the passed in verifier provider.
            </summary>
            <param name="verifierProvider">An appropriate provider for verifying the certificate's signature.</param>
            <returns>True if the signature is valid.</returns>
            <exception cref="T:System.Exception">If verifier provider is not appropriate or the certificate algorithm is invalid.</exception>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator">
            <remarks>Class to produce an X.509 Version 2 AttributeCertificate.</remarks>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator.Reset">
            <summary>Reset the generator</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator.SetHolder(Org.BouncyCastle.X509.AttributeCertificateHolder)">
            <summary>Set the Holder of this Attribute Certificate.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator.SetIssuer(Org.BouncyCastle.X509.AttributeCertificateIssuer)">
            <summary>Set the issuer.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator.SetSerialNumber(Org.BouncyCastle.Math.BigInteger)">
            <summary>Set the serial number for the certificate.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator.AddAttribute(Org.BouncyCastle.X509.X509Attribute)">
            <summary>Add an attribute.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator.AddExtension(System.String,System.Boolean,Org.BouncyCastle.Asn1.Asn1Encodable)">
            <summary>Add a given extension field for the standard extensions tag.</summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator.AddExtension(System.String,System.Boolean,System.Byte[])">
            <summary>
            Add a given extension field for the standard extensions tag.
            The value parameter becomes the contents of the octet string associated
            with the extension.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator.Generate(Org.BouncyCastle.Crypto.ISignatureFactory)">
            <summary>
            Generate a new <see cref="T:Org.BouncyCastle.X509.X509V2AttributeCertificate"/> using the provided <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory"/>.
            </summary>
            <param name="signatureFactory">A <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory">signature factory</see> with the necessary
            algorithm details.</param>
            <returns>An <see cref="T:Org.BouncyCastle.X509.X509V2AttributeCertificate"/>.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator.SignatureAlgNames">
            <summary>
            Allows enumeration of the signature names supported by the generator.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509V2CrlGenerator">
            <summary>
            Generator for X.509 version 2 certificate revocation lists (CRLs) as defined in RFC 5280.
            Builds the TBSCertList structure, optional CRL extensions, and signs the result via
            <see cref="M:Org.BouncyCastle.X509.X509V2CrlGenerator.Generate(Org.BouncyCastle.Crypto.ISignatureFactory)"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.#ctor">
            <summary>
            Creates an empty version 2 CRL generator.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.#ctor(Org.BouncyCastle.X509.X509Crl)">
            <summary>
            Creates a generator for a version 2 CRL, initialised from another CRL.
            </summary>
            <param name="template">Template CRL to base the new one on.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.#ctor(Org.BouncyCastle.Asn1.X509.CertificateList)">
            <summary>
            Creates a generator for a version 2 CRL, initialised from a parsed
            <see cref="T:Org.BouncyCastle.Asn1.X509.CertificateList"/> structure.
            </summary>
            <param name="template">Template certificate list to copy issuer, dates, entries and extensions from.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.Reset">
            <summary>
            Resets the generator to an empty CRL state, discarding issuer, dates, entries and extensions.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.SetIssuerDN(Org.BouncyCastle.Asn1.X509.X509Name)">
            <summary>
            Sets the issuer distinguished name — the entity whose private key signs the CRL.
            </summary>
            <param name="issuer">The issuer's distinguished name.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.SetThisUpdate(System.DateTime)">
            <summary>
            Sets the time at which this CRL was issued (<c>thisUpdate</c> in the TBSCertList).
            </summary>
            <param name="date">The issue time.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.SetNextUpdate(System.DateTime)">
            <summary>
            Sets the time by which the next CRL in the sequence is expected to be issued
            (<c>nextUpdate</c> in the TBSCertList).
            </summary>
            <param name="date">The next update time.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.AddCrlEntry(Org.BouncyCastle.Math.BigInteger,System.DateTime,System.Int32)">
            <summary>
            Adds a revoked-certificate entry with an optional <see cref="T:Org.BouncyCastle.Asn1.X509.CrlReason"/> code.
            </summary>
            <param name="userCertificate">Serial number of the revoked certificate.</param>
            <param name="revocationDate">The revocation date.</param>
            <param name="reason">
            Reason code as defined by <see cref="T:Org.BouncyCastle.Asn1.X509.CrlReason"/> (for example
            <see cref="F:Org.BouncyCastle.Asn1.X509.CrlReason.KeyCompromise"/>), or <c>0</c> to omit a reason extension.
            </param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.AddCrlEntry(Org.BouncyCastle.Math.BigInteger,System.DateTime,System.Int32,System.DateTime)">
            <summary>
            Adds a revoked-certificate entry with <see cref="T:Org.BouncyCastle.Asn1.X509.CrlReason"/> and an Invalidity Date extension.
            </summary>
            <param name="userCertificate">Serial number of the revoked certificate.</param>
            <param name="revocationDate">The revocation date.</param>
            <param name="reason">
            Reason code as defined by <see cref="T:Org.BouncyCastle.Asn1.X509.CrlReason"/>, or <c>0</c> to omit a reason extension.
            </param>
            <param name="invalidityDate">The invalidity date carried in the Invalidity Date extension.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.AddCrlEntry(Org.BouncyCastle.Math.BigInteger,System.DateTime,Org.BouncyCastle.Asn1.X509.X509Extensions)">
            <summary>
            Adds a revoked-certificate entry with caller-supplied CRL entry extensions.
            </summary>
            <param name="userCertificate">Serial number of the revoked certificate.</param>
            <param name="revocationDate">The revocation date.</param>
            <param name="extensions">Extensions to attach to this CRL entry.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.AddCrl(Org.BouncyCastle.X509.X509Crl)">
            <summary>
            Copies all revoked-certificate entries from another CRL into this generator.
            </summary>
            <param name="other">The CRL whose entries are to be added.</param>
            <exception cref="T:System.ArgumentNullException"><paramref name="other"/> is <c>null</c>.</exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.AddExtension(System.String,System.Boolean,Org.BouncyCastle.Asn1.Asn1Encodable)">
            <summary>
            Adds a CRL extension identified by a dotted-decimal OID string.
            </summary>
            <param name="oid">Dotted-decimal object identifier.</param>
            <param name="critical"><c>true</c> if the extension is marked critical.</param>
            <param name="extensionValue">The DER-encoded extension value.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.AddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,Org.BouncyCastle.Asn1.Asn1Encodable)">
            <summary>
            Adds a CRL extension.
            </summary>
            <param name="oid">The extension object identifier.</param>
            <param name="critical"><c>true</c> if the extension is marked critical.</param>
            <param name="extensionValue">The DER-encoded extension value.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.AddExtension(System.String,System.Boolean,System.Byte[])">
            <summary>
            Adds a CRL extension identified by a dotted-decimal OID string.
            </summary>
            <param name="oid">Dotted-decimal object identifier.</param>
            <param name="critical"><c>true</c> if the extension is marked critical.</param>
            <param name="extensionValue">Raw octets of the extension value.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.AddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,System.Byte[])">
            <summary>
            Adds a CRL extension.
            </summary>
            <param name="oid">The extension object identifier.</param>
            <param name="critical"><c>true</c> if the extension is marked critical.</param>
            <param name="extensionValue">Raw octets of the extension value.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.Generate(Org.BouncyCastle.Crypto.ISignatureFactory)">
            <summary>
            Generate a new <see cref="T:Org.BouncyCastle.X509.X509Crl"/> using the provided <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory"/>.
            </summary>
            <param name="signatureFactory">A <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory">signature factory</see> with the necessary
            algorithm details.</param>
            <returns>An <see cref="T:Org.BouncyCastle.X509.X509Crl"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V2CrlGenerator.Generate(Org.BouncyCastle.Crypto.ISignatureFactory,System.Boolean,Org.BouncyCastle.Crypto.ISignatureFactory)">
            <summary>
            Generate a new <see cref="T:Org.BouncyCastle.X509.X509Crl"/> using the provided <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory"/> and
            containing altSignatureAlgorithm and altSignatureValue extensions based on the passed
            <paramref name="altSignatureFactory"/>.
            </summary>
            <param name="signatureFactory">A <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory">signature factory</see> with the necessary
            algorithm details.</param>
            <param name="isCritical">Whether the 'alt' extensions should be marked critical.</param>
            <param name="altSignatureFactory">A <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory">signature factory</see> used to create the
            altSignatureAlgorithm and altSignatureValue extensions.</param>
            <returns>An <see cref="T:Org.BouncyCastle.X509.X509Crl"/>.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509V2CrlGenerator.SignatureAlgNames">
            <summary>
            Allows enumeration of the signature names supported by the generator.
            </summary>
        </member>
        <member name="T:Org.BouncyCastle.X509.X509V3CertificateGenerator">
            <summary>
            Generator for X.509 version 3 certificates as defined in RFC 5280.
            Builds the TBSCertificate structure, optional v3 extensions, and signs the result via
            <see cref="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.Generate(Org.BouncyCastle.Crypto.ISignatureFactory)"/>.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.#ctor">
            <summary>
            Creates an empty version 3 certificate generator.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.#ctor(Org.BouncyCastle.X509.X509Certificate)">
            <summary>
            Creates a generator for a version 3 certificate, initialised from another certificate.
            </summary>
            <param name="template">Template certificate to base the new one on.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.#ctor(Org.BouncyCastle.Asn1.X509.X509CertificateStructure)">
            <summary>
            Creates a generator for a version 3 certificate, initialised from a parsed
            <see cref="T:Org.BouncyCastle.Asn1.X509.X509CertificateStructure"/>.
            </summary>
            <param name="template">
            Template certificate structure to copy serial number, issuer, validity, subject, public key and
            extensions from (excluding alternate public key and alternate signature extensions).
            </param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.Reset">
            <summary>
            Reset the Generator.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetSerialNumber(Org.BouncyCastle.Asn1.DerInteger)">
            <summary>
            Set the certificate's serial number.
            </summary>
            <remarks>
            Make serial numbers long; if you have no serial number policy make sure the number is at least
            16 bytes of secure random data. You will be surprised how ugly a serial number collision can get.
            </remarks>
            <param name="serialNumber">The serial number.</param>
            <exception cref="T:System.ArgumentException">
            <paramref name="serialNumber"/> is not a positive integer.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetSerialNumber(Org.BouncyCastle.Math.BigInteger)">
            <summary>
            Set the certificate's serial number.
            </summary>
            <remarks>
            Make serial numbers long; if you have no serial number policy make sure the number is at least
            16 bytes of secure random data. You will be surprised how ugly a serial number collision can get.
            </remarks>
            <param name="serialNumber">The serial number.</param>
            <exception cref="T:System.ArgumentException">
            <paramref name="serialNumber"/> is not a positive integer.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetIssuerDN(Org.BouncyCastle.Asn1.X509.X509Name)">
            <summary>
            Set the distinguished name of the issuer.
            The issuer is the entity which is signing the certificate.
            </summary>
            <param name="issuer">The issuer's DN.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetValidity(Org.BouncyCastle.Asn1.X509.Validity)">
            <summary>
            Sets the certificate validity period from a pre-built <see cref="T:Org.BouncyCastle.Asn1.X509.Validity"/> structure.
            </summary>
            <param name="validity">The not-before and not-after times.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetNotBefore(System.DateTime)">
            <summary>
            Set the date that this certificate is to be valid from.
            </summary>
            <param name="date"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetNotAfter(System.DateTime)">
            <summary>
            Set the date after which this certificate will no longer be valid.
            </summary>
            <param name="date"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetSubjectDN(Org.BouncyCastle.Asn1.X509.X509Name)">
            <summary>
            Set the DN of the entity that this certificate is about.
            </summary>
            <param name="subject"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetPublicKey(Org.BouncyCastle.Crypto.AsymmetricKeyParameter)">
            <summary>
            Set the public key that this certificate identifies.
            </summary>
            <param name="publicKey"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetSubjectPublicKeyInfo(Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo)">
            <summary>
            Set the SubjectPublicKeyInfo for the public key that this certificate identifies.
            </summary>
            <param name="subjectPublicKeyInfo"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetSubjectUniqueID(System.Boolean[])">
            <summary>
            Set the subject unique ID - note: it is very rare that it is correct to do this.
            </summary>
            <param name="uniqueID"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.SetIssuerUniqueID(System.Boolean[])">
            <summary>
            Set the issuer unique ID - note: it is very rare that it is correct to do this.
            </summary>
            <param name="uniqueID"/>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.AddExtension(System.String,System.Boolean,Org.BouncyCastle.Asn1.Asn1Encodable)">
            <summary>
            Add an extension using a string with a dotted decimal OID.
            </summary>
            <param name="oid">string containing a dotted decimal Object Identifier.</param>
            <param name="critical">Is it critical.</param>
            <param name="extensionValue">The value.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.AddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,Org.BouncyCastle.Asn1.Asn1Encodable)">
            <summary>
            Add an extension to this certificate.
            </summary>
            <param name="oid">Its Object Identifier.</param>
            <param name="critical">Is it critical.</param>
            <param name="extensionValue">The value.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.AddExtension(System.String,System.Boolean,Org.BouncyCastle.Asn1.IAsn1Convertible)">
            <summary>
            Add an extension using a string with a dotted decimal OID.
            </summary>
            <param name="oid">string containing a dotted decimal Object Identifier.</param>
            <param name="critical">Is it critical.</param>
            <param name="extensionValue">The value.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.AddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,Org.BouncyCastle.Asn1.IAsn1Convertible)">
            <summary>
            Add an extension to this certificate.
            </summary>
            <param name="oid">Its Object Identifier.</param>
            <param name="critical">Is it critical.</param>
            <param name="extensionValue">The value.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.AddExtension(System.String,System.Boolean,System.Byte[])">
            <summary>
            Add an extension using a string with a dotted decimal OID.
            </summary>
            <param name="oid">string containing a dotted decimal Object Identifier.</param>
            <param name="critical">Is it critical.</param>
            <param name="extensionValue">byte[] containing the value of this extension.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.AddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,System.Byte[])">
            <summary>
            Add an extension to this certificate.
            </summary>
            <param name="oid">Its Object Identifier.</param>
            <param name="critical">Is it critical.</param>
            <param name="extensionValue">byte[] containing the value of this extension.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.AddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,Org.BouncyCastle.Asn1.X509.X509Extension)">
            <summary>
            Adds a pre-built extension value to this certificate.
            </summary>
            <param name="oid">The extension object identifier.</param>
            <param name="x509Extension">The extension, including criticality flag and value.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.AddExtension(Org.BouncyCastle.Asn1.X509.Extension)">
            <summary>
            Adds a parsed ASN.1 extension to this certificate.
            </summary>
            <param name="extension">The extension to add.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.AddExtensions(Org.BouncyCastle.Asn1.X509.X509Extensions)">
            <summary>
            Adds all extensions from an <see cref="T:Org.BouncyCastle.Asn1.X509.X509Extensions"/> collection.
            </summary>
            <param name="extensions">The extensions to copy into this certificate.</param>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.CopyAndAddExtension(System.String,System.Boolean,Org.BouncyCastle.X509.X509Certificate)">
            <summary>
            Add a given extension field for the standard extensions tag (tag 3),
            copying the extension value from another certificate.
            </summary>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.CopyAndAddExtension(Org.BouncyCastle.Asn1.DerObjectIdentifier,System.Boolean,Org.BouncyCastle.X509.X509Certificate)">
            <summary>
            Add a given extension field for the standard extensions tag (tag 3),
            copying the extension value from another certificate.
            </summary>
            <param name="oid">The extension object identifier.</param>
            <param name="critical"><c>true</c> if the copied extension should be marked critical.</param>
            <param name="cert">The certificate to copy the extension value from.</param>
            <exception cref="T:Org.BouncyCastle.Security.Certificates.CertificateParsingException">
            <paramref name="cert"/> does not contain an extension with the given OID.
            </exception>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.Generate(Org.BouncyCastle.Crypto.ISignatureFactory)">
            <summary>
            Generate a new <see cref="T:Org.BouncyCastle.X509.X509Certificate"/> using the provided <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory"/>.
            </summary>
            <param name="signatureFactory">A <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory">signature factory</see> with the necessary
            algorithm details.</param>
            <returns>An <see cref="T:Org.BouncyCastle.X509.X509Certificate"/>.</returns>
        </member>
        <member name="M:Org.BouncyCastle.X509.X509V3CertificateGenerator.Generate(Org.BouncyCastle.Crypto.ISignatureFactory,System.Boolean,Org.BouncyCastle.Crypto.ISignatureFactory)">
            <summary>
            Generate a new <see cref="T:Org.BouncyCastle.X509.X509Certificate"/> using the provided <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory"/> and
            containing altSignatureAlgorithm and altSignatureValue extensions based on the passed
            <paramref name="altSignatureFactory"/>.
            </summary>
            <param name="signatureFactory">A <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory">signature factory</see> with the necessary
            algorithm details.</param>
            <param name="isCritical">Whether the 'alt' extensions should be marked critical.</param>
            <param name="altSignatureFactory">A <see cref="T:Org.BouncyCastle.Crypto.ISignatureFactory">signature factory</see> used to create the
            altSignatureAlgorithm and altSignatureValue extensions.</param>
            <returns>An <see cref="T:Org.BouncyCastle.X509.X509Certificate"/>.</returns>
        </member>
        <member name="P:Org.BouncyCastle.X509.X509V3CertificateGenerator.SignatureAlgNames">
            <summary>
            Allows enumeration of the signature names supported by the generator.
            </summary>
        </member>
    </members>
</doc>
