Lines Matching refs:oid

30     public let oid: String  variable
33 init(oid: String, representation: String) {
34 self.oid = oid
38 …public static let commonName = ASN1DistinguishedNames(oid: "2.5.4.3", representation: …
39 …public static let dnQualifier = ASN1DistinguishedNames(oid: "2.5.4.46", representation:…
40 …public static let serialNumber = ASN1DistinguishedNames(oid: "2.5.4.5", representation: …
41 …public static let givenName = ASN1DistinguishedNames(oid: "2.5.4.42", representation:…
42 …public static let surname = ASN1DistinguishedNames(oid: "2.5.4.4", representation: …
43 …public static let organizationalUnitName = ASN1DistinguishedNames(oid: "2.5.4.11", representation:…
44 …public static let organizationName = ASN1DistinguishedNames(oid: "2.5.4.10", representation:…
45 …public static let streetAddress = ASN1DistinguishedNames(oid: "2.5.4.9", representation: …
46 …public static let localityName = ASN1DistinguishedNames(oid: "2.5.4.7", representation: …
47 …public static let stateOrProvinceName = ASN1DistinguishedNames(oid: "2.5.4.8", representation: …
48 …public static let countryName = ASN1DistinguishedNames(oid: "2.5.4.6", representation: …
49 …public static let email = ASN1DistinguishedNames(oid: "1.2.840.113549.1.9.1", rep…
67 if let oid = OID(rawValue: oidString) { in string() variable
68 if let representation = shortRepresentation(oid: oid) { in string()
92 class func shortRepresentation(oid: OID) -> String? { in shortRepresentation()
93 switch oid { in shortRepresentation()