Delete
public struct Delete
Builders representing Delete Command gemSpec_COS#14.2.4
-
Use case Delete current EF gemSpec_Cos#14.2.4.1
Declaration
Swift
public static func deleteCurrentFile() -> HealthCardCommand
-
Use case Delete private or symmetric key object gemSpec_Cos#14.2.4.2
Declaration
Swift
public static func delete(privateOrSymmetricKey: Key, dfSpecific: Bool) -> HealthCardCommand
-
Use case Delete public key object gemSpec_Cos#14.2.4.3
Declaration
Swift
public static func deletePublicKey(reference: Data) throws -> HealthCardCommand
-
Use case Delete password object gemSpec_Cos#14.2.4.4
Declaration
Swift
public static func delete(password: Password, dfSpecific: Bool) -> HealthCardCommand