String
extension String
extension String: ASN1CodableType
-
Create a Character set of self
Declaration
Swift
public var characterSet: Set<Character> { get } -
Declaration
Swift
public func asn1encode(tag: ASN1DecodedTag?) throws -> ASN1Object -
Declaration
Swift
public init(from asn1: ASN1Object) throws