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