Bool
extension Bool: ASN1CodableType
-
Declaration
Swift
public init(from asn1: ASN1Object) throws
-
Undocumented
Declaration
Swift
public static func asn1decoded(_ object: ASN1Object) throws -> Bool
-
Declaration
Swift
public func asn1encode(tag: ASN1DecodedTag? = nil) throws -> ASN1Object