We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1faa4 commit ef712c4Copy full SHA for ef712c4
Sources/SwiftASN1/Basic ASN1 Types/PEMDocument.swift
@@ -118,12 +118,6 @@ extension PEMSerializable {
118
public struct PEMDocument: Hashable, Sendable {
119
fileprivate static let lineLength = 64
120
121
- @available(*, deprecated, renamed: "discriminator")
122
- public var type: String {
123
- get { discriminator }
124
- set { discriminator = newValue }
125
- }
126
-
127
/// The PEM discriminator is in the first line of a PEM string after `BEGIN` and at the end of the string after `END` e.g.
128
/// ```
129
/// -----BEGIN discriminator-----
0 commit comments