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