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) -> ASN1Object
Parameters
tag
tag for the object
data
constructed/primitive content
Return Value
instance of ASN1Object