DGNotImplemented

internal final class DGNotImplemented : DataGroup

A placeholder class for a data group that is not implemented.

See also

DataGroup and DGDecoder
  • Initializes a new instance of an unimplemented data group.

    Throws

    An error ifiInitializing the unimplemented data group fails.

    Declaration

    Swift

    internal required init(_ data: ASN1Node, identifier: DGTag) throws

    Parameters

    data

    The ASN.1 encoded data for the unimplemented data group.

    identifier

    The identifier specifying the type of the unimplemented data group.