Initializerswift-certificates 1.8.0X509
init(bytes:)
Construct a serial number from its raw big-endian bytes.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
init<Bytes>(bytes: Bytes) where Bytes : Collection, Bytes.Element == UInt8
Parameters
- bytes
The raw big-endian bytes of the serial number.