String
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.crypto.cryptobyte
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
constructor
constructor
String()
init()
Sub New()
Parameters:
- aValue:
CopyBytes
Parameters:
- out:
Empty
Equals override virtual
func Equals(value interface{}) Boolean
Parameters:
- value:
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
PeekASN1Tag
Parameters:
- tag:
ReadAnyASN1
// .NET, .NET Standard 2.0
method ReadAnyASN1(out: Memory<String>; outTag: Memory<Tag>): bool
// Island
method ReadAnyASN1(out: Memory<String>; outTag: Memory<Tag>): bool
// .NET, .NET Standard 2.0
bool ReadAnyASN1(Memory<String> out, Memory<Tag> outTag)
// Island
bool ReadAnyASN1(Memory<String> out, Memory<Tag> outTag)
// .NET, .NET Standard 2.0
func ReadAnyASN1(_ out: Memory<String>, _ outTag: Memory<Tag>) -> bool
// Island
func ReadAnyASN1(_ out: Memory<String>, _ outTag: Memory<Tag>) -> bool
Parameters:
- out:
- outTag:
ReadAnyASN1Element
// .NET, .NET Standard 2.0
method ReadAnyASN1Element(out: Memory<String>; outTag: Memory<Tag>): bool
// Island
method ReadAnyASN1Element(out: Memory<String>; outTag: Memory<Tag>): bool
// .NET, .NET Standard 2.0
bool ReadAnyASN1Element(Memory<String> out, Memory<Tag> outTag)
// Island
bool ReadAnyASN1Element(Memory<String> out, Memory<Tag> outTag)
// .NET, .NET Standard 2.0
func ReadAnyASN1Element(_ out: Memory<String>, _ outTag: Memory<Tag>) -> bool
// Island
func ReadAnyASN1Element(_ out: Memory<String>, _ outTag: Memory<Tag>) -> bool
Parameters:
- out:
- outTag:
ReadASN1
// .NET, .NET Standard 2.0
method ReadASN1(out: Memory<String>; tag: Tag): bool
// Island
method ReadASN1(out: Memory<String>; tag: Tag): bool
// .NET, .NET Standard 2.0
bool ReadASN1(Memory<String> out, Tag tag)
// Island
bool ReadASN1(Memory<String> out, Tag tag)
// .NET, .NET Standard 2.0
func ReadASN1(_ out: Memory<String>, _ tag: Tag) -> bool
// Island
func ReadASN1(_ out: Memory<String>, _ tag: Tag) -> bool
Parameters:
- out:
- tag:
ReadASN1BitString
// .NET, .NET Standard 2.0
method ReadASN1BitString(out: Memory<BitString>): bool
// Island
method ReadASN1BitString(out: Memory<BitString>): bool
// .NET, .NET Standard 2.0
bool ReadASN1BitString(Memory<BitString> out)
// Island
bool ReadASN1BitString(Memory<BitString> out)
// .NET, .NET Standard 2.0
func ReadASN1BitString(_ out: Memory<BitString>) -> bool
// Island
func ReadASN1BitString(_ out: Memory<BitString>) -> bool
Parameters:
- out:
ReadASN1BitStringAsBytes
// .NET, .NET Standard 2.0
method ReadASN1BitStringAsBytes(out: Memory<Slice<byte>>): bool
// Island
method ReadASN1BitStringAsBytes(out: Memory<Slice<byte>>): bool
// .NET, .NET Standard 2.0
bool ReadASN1BitStringAsBytes(Memory<Slice<byte>> out)
// Island
bool ReadASN1BitStringAsBytes(Memory<Slice<byte>> out)
// .NET, .NET Standard 2.0
func ReadASN1BitStringAsBytes(_ out: Memory<Slice<byte>>) -> bool
// Island
func ReadASN1BitStringAsBytes(_ out: Memory<Slice<byte>>) -> bool
Parameters:
- out:
ReadASN1Boolean
// .NET, .NET Standard 2.0
method ReadASN1Boolean(out: Memory<Boolean>): bool
// Island
method ReadASN1Boolean(out: Memory<Boolean>): bool
// .NET, .NET Standard 2.0
bool ReadASN1Boolean(Memory<Boolean> out)
// Island
bool ReadASN1Boolean(Memory<Boolean> out)
// .NET, .NET Standard 2.0
func ReadASN1Boolean(_ out: Memory<Boolean>) -> bool
// Island
func ReadASN1Boolean(_ out: Memory<Boolean>) -> bool
Parameters:
- out:
ReadASN1Bytes
// .NET, .NET Standard 2.0
method ReadASN1Bytes(out: Memory<Slice<byte>>; tag: Tag): bool
// Island
method ReadASN1Bytes(out: Memory<Slice<byte>>; tag: Tag): bool
// .NET, .NET Standard 2.0
bool ReadASN1Bytes(Memory<Slice<byte>> out, Tag tag)
// Island
bool ReadASN1Bytes(Memory<Slice<byte>> out, Tag tag)
// .NET, .NET Standard 2.0
func ReadASN1Bytes(_ out: Memory<Slice<byte>>, _ tag: Tag) -> bool
// Island
func ReadASN1Bytes(_ out: Memory<Slice<byte>>, _ tag: Tag) -> bool
Parameters:
- out:
- tag:
ReadASN1Element
// .NET, .NET Standard 2.0
method ReadASN1Element(out: Memory<String>; tag: Tag): bool
// Island
method ReadASN1Element(out: Memory<String>; tag: Tag): bool
// .NET, .NET Standard 2.0
bool ReadASN1Element(Memory<String> out, Tag tag)
// Island
bool ReadASN1Element(Memory<String> out, Tag tag)
// .NET, .NET Standard 2.0
func ReadASN1Element(_ out: Memory<String>, _ tag: Tag) -> bool
// Island
func ReadASN1Element(_ out: Memory<String>, _ tag: Tag) -> bool
Parameters:
- out:
- tag:
ReadASN1Enum
// .NET, .NET Standard 2.0
method ReadASN1Enum(out: Memory<Int64>): bool
// Island
method ReadASN1Enum(out: Memory<Int64>): bool
// .NET, .NET Standard 2.0
bool ReadASN1Enum(Memory<Int64> out)
// Island
bool ReadASN1Enum(Memory<Int64> out)
// .NET, .NET Standard 2.0
func ReadASN1Enum(_ out: Memory<Int64>) -> bool
// Island
func ReadASN1Enum(_ out: Memory<Int64>) -> bool
Parameters:
- out:
ReadASN1GeneralizedTime
// .NET, .NET Standard 2.0
method ReadASN1GeneralizedTime(out: Memory<Time>): bool
// Island
method ReadASN1GeneralizedTime(out: Memory<Time>): bool
// .NET, .NET Standard 2.0
bool ReadASN1GeneralizedTime(Memory<Time> out)
// Island
bool ReadASN1GeneralizedTime(Memory<Time> out)
// .NET, .NET Standard 2.0
func ReadASN1GeneralizedTime(_ out: Memory<Time>) -> bool
// Island
func ReadASN1GeneralizedTime(_ out: Memory<Time>) -> bool
Parameters:
- out:
ReadASN1Int64WithTag
// .NET, .NET Standard 2.0
method ReadASN1Int64WithTag(out: Memory<int64>; tag: Tag): bool
// Island
method ReadASN1Int64WithTag(out: Memory<int64>; tag: Tag): bool
// .NET, .NET Standard 2.0
bool ReadASN1Int64WithTag(Memory<int64> out, Tag tag)
// Island
bool ReadASN1Int64WithTag(Memory<int64> out, Tag tag)
// .NET, .NET Standard 2.0
func ReadASN1Int64WithTag(_ out: Memory<int64>, _ tag: Tag) -> bool
// Island
func ReadASN1Int64WithTag(_ out: Memory<int64>, _ tag: Tag) -> bool
Parameters:
- out:
- tag:
ReadASN1Integer
func ReadASN1Integer(out interface{}) bool
Parameters:
- out:
ReadASN1ObjectIdentifier
// .NET, .NET Standard 2.0
method ReadASN1ObjectIdentifier(out: Memory<ObjectIdentifier>): bool
// Island
method ReadASN1ObjectIdentifier(out: Memory<ObjectIdentifier>): bool
// .NET, .NET Standard 2.0
bool ReadASN1ObjectIdentifier(Memory<ObjectIdentifier> out)
// Island
bool ReadASN1ObjectIdentifier(Memory<ObjectIdentifier> out)
// .NET, .NET Standard 2.0
func ReadASN1ObjectIdentifier(_ out: Memory<ObjectIdentifier>) -> bool
// Island
func ReadASN1ObjectIdentifier(_ out: Memory<ObjectIdentifier>) -> bool
// .NET, .NET Standard 2.0
func ReadASN1ObjectIdentifier(out Memory<ObjectIdentifier>) bool
// Island
func ReadASN1ObjectIdentifier(out Memory<ObjectIdentifier>) bool
// .NET, .NET Standard 2.0
Function ReadASN1ObjectIdentifier(out As Memory<ObjectIdentifier>) As bool
// Island
Function ReadASN1ObjectIdentifier(out As Memory<ObjectIdentifier>) As bool
Parameters:
- out:
ReadBytes
// .NET, .NET Standard 2.0
method ReadBytes(out: Memory<Slice<byte>>; n: int): bool
// Island
method ReadBytes(out: Memory<Slice<byte>>; n: int): bool
// .NET, .NET Standard 2.0
bool ReadBytes(Memory<Slice<byte>> out, int n)
// Island
bool ReadBytes(Memory<Slice<byte>> out, int n)
// .NET, .NET Standard 2.0
func ReadBytes(_ out: Memory<Slice<byte>>, _ n: int) -> bool
// Island
func ReadBytes(_ out: Memory<Slice<byte>>, _ n: int) -> bool
Parameters:
- out:
- n:
ReadOptionalASN1
// .NET, .NET Standard 2.0
method ReadOptionalASN1(out: Memory<String>; outPresent: Memory<Boolean>; tag: Tag): bool
// Island
method ReadOptionalASN1(out: Memory<String>; outPresent: Memory<Boolean>; tag: Tag): bool
// .NET, .NET Standard 2.0
bool ReadOptionalASN1(Memory<String> out, Memory<Boolean> outPresent, Tag tag)
// Island
bool ReadOptionalASN1(Memory<String> out, Memory<Boolean> outPresent, Tag tag)
// .NET, .NET Standard 2.0
func ReadOptionalASN1(_ out: Memory<String>, _ outPresent: Memory<Boolean>, _ tag: Tag) -> bool
// Island
func ReadOptionalASN1(_ out: Memory<String>, _ outPresent: Memory<Boolean>, _ tag: Tag) -> bool
Parameters:
- out:
- outPresent:
- tag:
ReadOptionalASN1Boolean
// .NET, .NET Standard 2.0
method ReadOptionalASN1Boolean(out: Memory<Boolean>; defaultValue: bool): bool
// Island
method ReadOptionalASN1Boolean(out: Memory<Boolean>; defaultValue: bool): bool
// .NET, .NET Standard 2.0
bool ReadOptionalASN1Boolean(Memory<Boolean> out, bool defaultValue)
// Island
bool ReadOptionalASN1Boolean(Memory<Boolean> out, bool defaultValue)
// .NET, .NET Standard 2.0
func ReadOptionalASN1Boolean(_ out: Memory<Boolean>, _ defaultValue: bool) -> bool
// Island
func ReadOptionalASN1Boolean(_ out: Memory<Boolean>, _ defaultValue: bool) -> bool
Parameters:
- out:
- defaultValue:
ReadOptionalASN1Integer
func ReadOptionalASN1Integer(out interface{}, tag Tag, defaultValue interface{}) bool
Parameters:
- out:
- tag:
- defaultValue:
ReadOptionalASN1OctetString
// .NET, .NET Standard 2.0
method ReadOptionalASN1OctetString(out: Memory<Slice<byte>>; outPresent: Memory<Boolean>; tag: Tag): bool
// Island
method ReadOptionalASN1OctetString(out: Memory<Slice<byte>>; outPresent: Memory<Boolean>; tag: Tag): bool
// .NET, .NET Standard 2.0
bool ReadOptionalASN1OctetString(Memory<Slice<byte>> out, Memory<Boolean> outPresent, Tag tag)
// Island
bool ReadOptionalASN1OctetString(Memory<Slice<byte>> out, Memory<Boolean> outPresent, Tag tag)
// .NET, .NET Standard 2.0
func ReadOptionalASN1OctetString(_ out: Memory<Slice<byte>>, _ outPresent: Memory<Boolean>, _ tag: Tag) -> bool
// Island
func ReadOptionalASN1OctetString(_ out: Memory<Slice<byte>>, _ outPresent: Memory<Boolean>, _ tag: Tag) -> bool
Parameters:
- out:
- outPresent:
- tag:
ReadUint16
// .NET, .NET Standard 2.0
method ReadUint16(out: Memory<UInt16>): bool
// Island
method ReadUint16(out: Memory<UInt16>): bool
// .NET, .NET Standard 2.0
bool ReadUint16(Memory<UInt16> out)
// Island
bool ReadUint16(Memory<UInt16> out)
// .NET, .NET Standard 2.0
func ReadUint16(_ out: Memory<UInt16>) -> bool
// Island
func ReadUint16(_ out: Memory<UInt16>) -> bool
Parameters:
- out:
ReadUint16LengthPrefixed
// .NET, .NET Standard 2.0
method ReadUint16LengthPrefixed(out: Memory<String>): bool
// Island
method ReadUint16LengthPrefixed(out: Memory<String>): bool
// .NET, .NET Standard 2.0
bool ReadUint16LengthPrefixed(Memory<String> out)
// Island
bool ReadUint16LengthPrefixed(Memory<String> out)
// .NET, .NET Standard 2.0
func ReadUint16LengthPrefixed(_ out: Memory<String>) -> bool
// Island
func ReadUint16LengthPrefixed(_ out: Memory<String>) -> bool
Parameters:
- out:
ReadUint24
// .NET, .NET Standard 2.0
method ReadUint24(out: Memory<UInt32>): bool
// Island
method ReadUint24(out: Memory<UInt32>): bool
// .NET, .NET Standard 2.0
bool ReadUint24(Memory<UInt32> out)
// Island
bool ReadUint24(Memory<UInt32> out)
// .NET, .NET Standard 2.0
func ReadUint24(_ out: Memory<UInt32>) -> bool
// Island
func ReadUint24(_ out: Memory<UInt32>) -> bool
Parameters:
- out:
ReadUint24LengthPrefixed
// .NET, .NET Standard 2.0
method ReadUint24LengthPrefixed(out: Memory<String>): bool
// Island
method ReadUint24LengthPrefixed(out: Memory<String>): bool
// .NET, .NET Standard 2.0
bool ReadUint24LengthPrefixed(Memory<String> out)
// Island
bool ReadUint24LengthPrefixed(Memory<String> out)
// .NET, .NET Standard 2.0
func ReadUint24LengthPrefixed(_ out: Memory<String>) -> bool
// Island
func ReadUint24LengthPrefixed(_ out: Memory<String>) -> bool
Parameters:
- out:
ReadUint32
// .NET, .NET Standard 2.0
method ReadUint32(out: Memory<UInt32>): bool
// Island
method ReadUint32(out: Memory<UInt32>): bool
// .NET, .NET Standard 2.0
bool ReadUint32(Memory<UInt32> out)
// Island
bool ReadUint32(Memory<UInt32> out)
// .NET, .NET Standard 2.0
func ReadUint32(_ out: Memory<UInt32>) -> bool
// Island
func ReadUint32(_ out: Memory<UInt32>) -> bool
Parameters:
- out:
ReadUint8
// .NET, .NET Standard 2.0
method ReadUint8(out: Memory<Byte>): bool
// Island
method ReadUint8(out: Memory<Byte>): bool
// .NET, .NET Standard 2.0
bool ReadUint8(Memory<Byte> out)
// Island
bool ReadUint8(Memory<Byte> out)
// .NET, .NET Standard 2.0
func ReadUint8(_ out: Memory<Byte>) -> bool
// Island
func ReadUint8(_ out: Memory<Byte>) -> bool
Parameters:
- out:
ReadUint8LengthPrefixed
// .NET, .NET Standard 2.0
method ReadUint8LengthPrefixed(out: Memory<String>): bool
// Island
method ReadUint8LengthPrefixed(out: Memory<String>): bool
// .NET, .NET Standard 2.0
bool ReadUint8LengthPrefixed(Memory<String> out)
// Island
bool ReadUint8LengthPrefixed(Memory<String> out)
// .NET, .NET Standard 2.0
func ReadUint8LengthPrefixed(_ out: Memory<String>) -> bool
// Island
func ReadUint8LengthPrefixed(_ out: Memory<String>) -> bool
Parameters:
- out:
Skip
Parameters:
- n:
SkipASN1
Parameters:
- tag:
SkipOptionalASN1
Parameters:
- tag:
Value
Value
constructor
constructor
String()
init()
Sub New()
Parameters:
- aValue:
Empty
Equals override virtual
func Equals(value interface{}) Boolean
Parameters:
- value:
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32
PeekASN1Tag
Parameters:
- tag: