Class CertificateUrl
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Tls
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class CertificateUrl
- Inheritance
-
CertificateUrl
- Inherited Members
-
Constructors
CertificateUrl(byte, IList)
public CertificateUrl(byte type, IList urlAndHashList)
Parameters
type
byte
urlAndHashList
IList
Fields
mType
protected readonly byte mType
Field Value
- byte
mUrlAndHashList
protected readonly IList mUrlAndHashList
Field Value
- IList
Properties
Type
public virtual byte Type { get; }
Property Value
- byte
UrlAndHashList
public virtual IList UrlAndHashList { get; }
Property Value
- IList
Methods
Encode(Stream)
public virtual void Encode(Stream output)
Parameters
output
Stream
parse(TlsContext, Stream)
public static CertificateUrl parse(TlsContext context, Stream input)
Parameters
context
TlsContext
input
Stream
Returns
- CertificateUrl