Click or drag to resize

BEREncoder Class

Inheritance Hierarchy
SystemObject
  GSF.ASN1.CodersEncoder
    GSF.ASN1.Coders.BERBEREncoder

Namespace: GSF.ASN1.Coders.BER
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
public class BEREncoder : Encoder
View Source

The BEREncoder type exposes the following members.

Constructors
 NameDescription
Public methodBEREncoderInitializes a new instance of the BEREncoder class
Top
Methods
 NameDescription
Public methodencodeT
(Overrides EncoderencodeT(T, Stream))
Public methodencodeAny
(Overrides EncoderencodeAny(Object, Stream, ElementInfo))
Public methodencodeBitString
(Overrides EncoderencodeBitString(Object, Stream, ElementInfo))
Public methodencodeBoolean
(Overrides EncoderencodeBoolean(Object, Stream, ElementInfo))
Public methodencodeBoxedType
(Inherited from Encoder)
Public methodencodeChoice
(Overrides EncoderencodeChoice(Object, Stream, ElementInfo))
Public methodencodeClassType
(Inherited from Encoder)
Public methodencodeCSElement
(Inherited from Encoder)
Protected methodencodeCSEnum
(Inherited from Encoder)
Public methodencodeElement
(Inherited from Encoder)
Public methodencodeEnum
(Inherited from Encoder)
Public methodencodeEnumItem
(Overrides EncoderencodeEnumItem(Object, Type, Stream, ElementInfo))
Protected methodencodeHeader 
Public methodencodeInteger
(Overrides EncoderencodeInteger(Object, Stream, ElementInfo))
Protected methodencodeIntegerValue 
Protected methodencodeLength 
Public methodencodeNull
(Overrides EncoderencodeNull(Object, Stream, ElementInfo))
Public methodencodeObjectIdentifier
(Overrides EncoderencodeObjectIdentifier(Object, Stream, ElementInfo))
Public methodencodeOctetString
(Overrides EncoderencodeOctetString(Object, Stream, ElementInfo))
Public methodencodePreparedElement
(Inherited from Encoder)
Public methodencodeReal
(Overrides EncoderencodeReal(Object, Stream, ElementInfo))
Public methodencodeSequence
(Overrides EncoderencodeSequence(Object, Stream, ElementInfo))
Public methodencodeSequenceField
(Inherited from Encoder)
Public methodencodeSequenceOf
(Overrides EncoderencodeSequenceOf(Object, Stream, ElementInfo))
Public methodencodeString
(Overrides EncoderencodeString(Object, Stream, ElementInfo))
Protected methodencodeTag 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodgetChoiceSelectedElement
(Inherited from Encoder)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodinvokeGetterMethodForField
(Inherited from Encoder)
Public methodinvokeSelectedMethodForField
(Inherited from Encoder)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also