Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1DecoderDer.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.IO;
4
5
namespace
Waher.Content.Asn1
6
{
11
public
class
Asn1DecoderDer
:
Asn1DecoderBer
12
{
18
public
Asn1DecoderDer
(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.Asn1DecoderDer
Distinguished Encoding Rules (DER), as defined in X.690 (Subset of BER)
Definition:
Asn1DecoderDer.cs:12
Waher.Content.Asn1.Asn1DecoderDer.Asn1DecoderDer
Asn1DecoderDer(Stream Input)
Distinguished Encoding Rules (DER), as defined in X.690 (Subset of BER)
Definition:
Asn1DecoderDer.cs:18
Waher.Content.Asn1
Definition:
Array.cs:6
IoTGateway
Content
Waher.Content.Asn1
Asn1DecoderDer.cs
Generated by
1.9.5