Home
last modified time | relevance | path

Searched refs:constructedTag (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DASN1Identifier.swift68 public static let constructedTag: UInt8 = 0x20 variable
84 return (rawValue & ASN1Identifier.constructedTag) == 0 in isPrimitive()
87 return (rawValue & ASN1Identifier.constructedTag) != 0 in isConstructed()
H A DASN1Encoder.swift32 encoded.append(ASN1Identifier.constructedTag | ASN1Identifier.TagNumber.sequence.rawValue) in encodeSequence()