Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1DecoderCer.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.IO;
4
5
namespace
Waher.Content.Asn1
6
{
11
public
class
Asn1DecoderCer
:
Asn1DecoderBer
12
{
18
public
Asn1DecoderCer
(Stream Input)
19
: base(Input)
20
{
21
}
22
}
23
}
Waher.Content.Asn1.Asn1DecoderBer
Basic Encoding Rules (BER), as defined in X.690
Definition:
Asn1DecoderBer.cs:11
Waher.Content.Asn1.Asn1DecoderCer
Constrained Encoding Rules (CER), as defined in X.690 (Subset of BER)
Definition:
Asn1DecoderCer.cs:12
Waher.Content.Asn1.Asn1DecoderCer.Asn1DecoderCer
Asn1DecoderCer(Stream Input)
Constrained Encoding Rules (CER), as defined in X.690 (Subset of BER)
Definition:
Asn1DecoderCer.cs:18
Waher.Content.Asn1
Definition:
Array.cs:6
IoTGateway
Content
Waher.Content.Asn1
Asn1DecoderCer.cs
Generated by
1.9.5