ENCRYPTED_STRING_IOS_WATCHOS macro/function
Last updated
Last updated
For an iOS and watchOS app where the APLConfiguration
subclass has two public keys, use the ENCRYPTED_STRING_IOS_WATCHOS
macro/function for each list item in the ENCRYPTED_STRING_PROPERTY_LIST_EDIT
(Objective-C) macro or @EncryptedStringPropertyListEdit
(Swift) property wrapper.
You can copy the multi line string including the return
keyword and line breaks as follows (do not include any comments or #if
macros):
Public Key
text fieldCopy just the plain text value without surrounding quotes as follows:
Plaintext
text fieldNote: due to the nature of RSA public key encryption, the cipher text randomly changes for every modification you make.
You can copy the multi line string including the return
keyword and line breaks as follows (do not include any comments or #if
macros):
Public Key
text fieldCopy just the plain text value without surrounding quotes as follows:
Plaintext
text fieldNote: due to the nature of RSA public key encryption, the cipher text randomly changes for every modification you make.
The public key will be reformatted automatically.
Copy the plaintext value from the first parameter of the ENCRYPTED_STRING_IOS_WATCHOS
macro/function.
The ciphertext will be computed automatically. e.g.:
Copy the ciphertext value.
Paste the ciphertext into the second parameter of the ENCRYPTED_STRING_IOS_WATCHOS
macro/function.
The public key will be reformatted automatically.
Copy the plaintext value from the first parameter of the ENCRYPTED_STRING_IOS_WATCHOS
macro/function.
The ciphertext will be computed automatically. e.g.:
Copy the ciphertext value.
Paste the ciphertext into the third parameter of the ENCRYPTED_STRING_IOS_WATCHOS
macro/function.