Functions
The following functions are available globally.
-
Create an ASN.1 Object from Tag with (constructed/primitive) data
Declaration
Swift
public func create(tag: ASN1DecodedTag, data: ASN1Data) -> ASN1ObjectParameters
tagtag for the object
dataconstructed/primitive content
Return Value
instance of ASN1Object