Home
last modified time | relevance | path

Searched refs:ASN1Identifier (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DASN1Identifier.swift27 public class ASN1Identifier: CustomStringConvertible { class
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()
H A DPKCS7_Signature.swift97 if sub3?.identifier?.typeClass() == ASN1Identifier.Class.contextSpecific {
H A DASN1Object.swift35 public var identifier: ASN1Identifier?
H A DASN1Decoder.swift42 asn1obj.identifier = ASN1Identifier(rawValue: nextValue) in parse()