Property | Type | Description | |
---|---|---|---|
IndefiniteLengthTerminator | byte[] |
Property | Type | Description | |
---|---|---|---|
DecodeLong | long | ||
DoubleToInt64Bits | long | ||
EncodeObjectSubidentifier | int | ||
GetLongLength | int | ||
GetObjectSubidentifierLength | int | ||
Int64BitsToDouble | double | ||
ReadString | byte[] |
Method | Description | |
---|---|---|
DecodeAsciiString ( IBerInput input, int length ) : string | ||
DecodeBoolean ( IBerInput input ) : bool | ||
DecodeByteArray ( IBerInput input, int length ) : byte[] | ||
DecodeGeneralizedTime ( IBerInput input, int length ) : System.DateTime | ||
DecodeInteger ( IBerInput input, int length ) : int | ||
DecodeLength ( IBerInput input ) : int | ||
DecodeLong ( IBerInput input, int length ) : long | ||
DecodeMultiByteInteger ( IBerInput input ) : uint | ||
DecodeMultiByteInteger ( IBerInput input, int &consumedByteCount ) : uint | ||
DecodeMultiByteLong ( IBerInput input ) : ulong | ||
DecodeObjectIdentifier ( IBerInput input, int length ) : int[] | ||
DecodeReal ( IBerInput input, int length ) : double | ||
DecodeRelativeOid ( IBerInput input, int length ) : int[] | ||
DecodeTag ( IBerInput input ) : BerTag | ||
DecodeUtf8String ( IBerInput input, int length ) : string | ||
EncodeAsciiString ( IBerOutput output, string value ) : int | ||
EncodeBoolean ( IBerOutput output, bool value ) : int | ||
EncodeByteArray ( IBerOutput output, byte value ) : int | ||
EncodeGeneralizedTime ( IBerOutput output, System.DateTime value ) : int | ||
EncodeInteger ( IBerOutput output, int value, int length ) : int | ||
EncodeLength ( IBerOutput output, int value ) : int | ||
EncodeLong ( IBerOutput output, long value, int length ) : int | ||
EncodeMultiByteInteger ( IBerOutput output, uint value ) : int | ||
EncodeMultiByteLong ( IBerOutput output, ulong value ) : int | ||
EncodeObjectIdentifier ( IBerOutput output, int values ) : int | ||
EncodeReal ( IBerOutput output, double value ) : int | ||
EncodeRelativeOid ( IBerOutput output, int value ) : int | ||
EncodeTag ( IBerOutput output, BerTag tag ) : int | ||
EncodeUtf8String ( IBerOutput output, string value ) : int | ||
GetAsciiStringLength ( string str ) : int | ||
GetHeaderLength ( BerTag tag, int length ) : int | ||
GetIntegerLength ( int value ) : int | ||
GetLongLength ( long value ) : int | ||
GetMultiByteIntegerLength ( uint value ) : int | ||
GetMultiByteLongLength ( ulong value ) : int | ||
GetObjectIdentifierLength ( int value ) : int | ||
GetRelativeOidLength ( int value ) : int | ||
GetTagLength ( BerTag tag ) : int | ||
GetUtf8StringLength ( string str ) : int |
Method | Description | |
---|---|---|
DecodeLong ( IBerInput input, int length, bool isSigned ) : long | ||
DoubleToInt64Bits ( double value ) : long | ||
EncodeObjectSubidentifier ( IBerOutput output, int value, List |
||
GetLongLength ( long value, bool isSigned ) : int | ||
GetObjectSubidentifierLength ( int value ) : int | ||
Int64BitsToDouble ( long value ) : double | ||
ReadString ( IBerInput input, int &length ) : byte[] |
public static DecodeAsciiString ( IBerInput input, int length ) : string | ||
input | IBerInput | |
length | int | |
return | string |
public static DecodeBoolean ( IBerInput input ) : bool | ||
input | IBerInput | |
return | bool |
public static DecodeByteArray ( IBerInput input, int length ) : byte[] | ||
input | IBerInput | |
length | int | |
return | byte[] |
public static DecodeGeneralizedTime ( IBerInput input, int length ) : System.DateTime | ||
input | IBerInput | |
length | int | |
return | System.DateTime |
public static DecodeInteger ( IBerInput input, int length ) : int | ||
input | IBerInput | |
length | int | |
return | int |
public static DecodeLength ( IBerInput input ) : int | ||
input | IBerInput | |
return | int |
public static DecodeLong ( IBerInput input, int length ) : long | ||
input | IBerInput | |
length | int | |
return | long |
public static DecodeMultiByteInteger ( IBerInput input ) : uint | ||
input | IBerInput | |
return | uint |
public static DecodeMultiByteInteger ( IBerInput input, int &consumedByteCount ) : uint | ||
input | IBerInput | |
consumedByteCount | int | |
return | uint |
public static DecodeMultiByteLong ( IBerInput input ) : ulong | ||
input | IBerInput | |
return | ulong |
public static DecodeObjectIdentifier ( IBerInput input, int length ) : int[] | ||
input | IBerInput | |
length | int | |
return | int[] |
public static DecodeReal ( IBerInput input, int length ) : double | ||
input | IBerInput | |
length | int | |
return | double |
public static DecodeRelativeOid ( IBerInput input, int length ) : int[] | ||
input | IBerInput | |
length | int | |
return | int[] |
public static DecodeTag ( IBerInput input ) : BerTag | ||
input | IBerInput | |
return | BerTag |
public static DecodeUtf8String ( IBerInput input, int length ) : string | ||
input | IBerInput | |
length | int | |
return | string |
public static EncodeAsciiString ( IBerOutput output, string value ) : int | ||
output | IBerOutput | |
value | string | |
return | int |
public static EncodeBoolean ( IBerOutput output, bool value ) : int | ||
output | IBerOutput | |
value | bool | |
return | int |
public static EncodeByteArray ( IBerOutput output, byte value ) : int | ||
output | IBerOutput | |
value | byte | |
return | int |
public static EncodeGeneralizedTime ( IBerOutput output, System.DateTime value ) : int | ||
output | IBerOutput | |
value | System.DateTime | |
return | int |
public static EncodeInteger ( IBerOutput output, int value, int length ) : int | ||
output | IBerOutput | |
value | int | |
length | int | |
return | int |
public static EncodeLength ( IBerOutput output, int value ) : int | ||
output | IBerOutput | |
value | int | |
return | int |
public static EncodeLong ( IBerOutput output, long value, int length ) : int | ||
output | IBerOutput | |
value | long | |
length | int | |
return | int |
public static EncodeMultiByteInteger ( IBerOutput output, uint value ) : int | ||
output | IBerOutput | |
value | uint | |
return | int |
public static EncodeMultiByteLong ( IBerOutput output, ulong value ) : int | ||
output | IBerOutput | |
value | ulong | |
return | int |
public static EncodeObjectIdentifier ( IBerOutput output, int values ) : int | ||
output | IBerOutput | |
values | int | |
return | int |
public static EncodeReal ( IBerOutput output, double value ) : int | ||
output | IBerOutput | |
value | double | |
return | int |
public static EncodeRelativeOid ( IBerOutput output, int value ) : int | ||
output | IBerOutput | |
value | int | |
return | int |
public static EncodeTag ( IBerOutput output, BerTag tag ) : int | ||
output | IBerOutput | |
tag | BerTag | |
return | int |
public static EncodeUtf8String ( IBerOutput output, string value ) : int | ||
output | IBerOutput | |
value | string | |
return | int |
public static GetAsciiStringLength ( string str ) : int | ||
str | string | |
return | int |
public static GetHeaderLength ( BerTag tag, int length ) : int | ||
tag | BerTag | |
length | int | |
return | int |
public static GetIntegerLength ( int value ) : int | ||
value | int | |
return | int |
public static GetLongLength ( long value ) : int | ||
value | long | |
return | int |
public static GetMultiByteIntegerLength ( uint value ) : int | ||
value | uint | |
return | int |
public static GetMultiByteLongLength ( ulong value ) : int | ||
value | ulong | |
return | int |
public static GetObjectIdentifierLength ( int value ) : int | ||
value | int | |
return | int |
public static GetRelativeOidLength ( int value ) : int | ||
value | int | |
return | int |
public static GetTagLength ( BerTag tag ) : int | ||
tag | BerTag | |
return | int |
public static GetUtf8StringLength ( string str ) : int | ||
str | string | |
return | int |