1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < title > Enums Reference</ title >
4
+ < title > Enumerations Reference</ title >
5
5
< link rel ="stylesheet " type ="text/css " href ="css/jazzy.css " />
6
6
< link rel ="stylesheet " type ="text/css " href ="css/highlight.css " />
7
7
< meta charset ='utf-8 '>
10
10
11
11
</ head >
12
12
< body >
13
- < a title ="Enums Reference "> </ a >
13
+ < a name ="//apple_ref/swift/Section/Enumerations " class ="dashAnchor "> </ a >
14
+ < a title ="Enumerations Reference "> </ a >
14
15
< header >
15
16
< div class ="content-wrapper ">
16
17
< p > < a href ="index.html "> SignalProtocol Docs</ a > (100% documented)</ p >
21
22
< p id ="breadcrumbs ">
22
23
< a href ="index.html "> SignalProtocol Reference</ a >
23
24
< img id ="carat " src ="img/carat.png " />
24
- Enums Reference
25
+ Enumerations Reference
25
26
</ p >
26
27
</ div >
27
28
< div class ="content-wrapper ">
51
52
</ ul >
52
53
</ li >
53
54
< li class ="nav-group-name ">
54
- < a href ="Enums.html "> Enums </ a >
55
+ < a href ="Enums.html "> Enumerations </ a >
55
56
< ul class ="nav-group-tasks ">
56
57
< li class ="nav-group-task ">
57
58
< a href ="Enums/CipherTextType.html "> CipherTextType</ a >
68
69
< a href ="Functions.html "> Functions</ a >
69
70
< ul class ="nav-group-tasks ">
70
71
< li class ="nav-group-task ">
71
- < a href ="Functions.html#/s:14SignalProtocol14getFingerprint33_4D265CAC7D325782566EF400BD6F4359LL10Foundation4DataVAF8identity_SS16stableIdentifierSi10iterationstKF "> getFingerprint(identity:stableIdentifier:iterations:)</ a >
72
+ < a href ="Functions.html#/s:14SignalProtocol14getFingerprint33_4D265CAC7D325782566EF400BD6F4359LL8identity16stableIdentifier10iterations10Foundation4DataVAI_SSSitKF "> getFingerprint(identity:stableIdentifier:iterations:)</ a >
72
73
</ li >
73
74
< li class ="nav-group-task ">
74
- < a href ="Functions.html#/s:14SignalProtocol13getLogicalKey33_4D265CAC7D325782566EF400BD6F4359LL10Foundation4DataVSayAA06PublicE0VG3for_tF "> getLogicalKey(for:)</ a >
75
+ < a href ="Functions.html#/s:14SignalProtocol13getLogicalKey33_4D265CAC7D325782566EF400BD6F4359LL3for10Foundation4DataVSayAA06PublicE0VG_tF "> getLogicalKey(for:)</ a >
75
76
</ li >
76
77
</ ul >
77
78
</ li >
78
79
< li class ="nav-group-name ">
79
80
< a href ="Protocols.html "> Protocols</ a >
80
81
< ul class ="nav-group-tasks ">
82
+ < li class ="nav-group-task ">
83
+ < a href ="Protocols/GroupKeyStore.html "> GroupKeyStore</ a >
84
+ </ li >
81
85
< li class ="nav-group-task ">
82
86
< a href ="Protocols/IdentityKeyStore.html "> IdentityKeyStore</ a >
83
87
</ li >
102
106
</ ul >
103
107
</ li >
104
108
< li class ="nav-group-name ">
105
- < a href ="Structs.html "> Structs </ a >
109
+ < a href ="Structs.html "> Structures </ a >
106
110
< ul class ="nav-group-tasks ">
107
111
< li class ="nav-group-task ">
108
112
< a href ="Structs/CipherTextMessage.html "> CipherTextMessage</ a >
191
195
< li class ="nav-group-task ">
192
196
< a href ="Structs/SessionSignedPreKeyPublic.html "> SessionSignedPreKeyPublic</ a >
193
197
</ li >
194
- < li class ="nav-group-task ">
195
- < a href ="Structs/SignalAddress.html "> SignalAddress</ a >
196
- </ li >
197
198
< li class ="nav-group-task ">
198
199
< a href ="Structs/SignalCommonCrypto.html "> SignalCommonCrypto</ a >
199
200
</ li >
203
204
< li class ="nav-group-task ">
204
205
< a href ="Structs/SignalMessage.html "> SignalMessage</ a >
205
206
</ li >
206
- < li class ="nav-group-task ">
207
- < a href ="Structs/SignalSenderKeyName.html "> SignalSenderKeyName</ a >
208
- </ li >
209
207
< li class ="nav-group-task ">
210
208
< a href ="Structs/SymmetricParameters.html "> SymmetricParameters</ a >
211
209
</ li >
212
210
</ ul >
213
211
</ li >
214
212
< li class ="nav-group-name ">
215
- < a href ="Typealiases.html "> Typealiases </ a >
213
+ < a href ="Typealiases.html "> Type Aliases </ a >
216
214
< ul class ="nav-group-tasks ">
217
215
< li class ="nav-group-task ">
218
216
< a href ="Typealiases.html#/s:14SignalProtocol22RatchetIdentityKeyPaira "> RatchetIdentityKeyPair</ a >
224
222
< article class ="main-content ">
225
223
< section >
226
224
< section class ="section ">
227
- < h1 > Enums </ h1 >
228
- < p > The following enums are available globally.</ p >
225
+ < h1 > Enumerations </ h1 >
226
+ < p > The following enumerations are available globally.</ p >
229
227
230
228
</ section >
231
229
< section class ="section task-group-section ">
@@ -252,7 +250,7 @@ <h1>Enums</h1>
252
250
< h4 > Declaration</ h4 >
253
251
< div class ="language ">
254
252
< p class ="aside-title "> Swift</ p >
255
- < pre class ="highlight "> < code > < span class ="kd "> public</ span > < span class ="kd "> enum</ span > < span class ="kt "> SignalErrorType</ span > < span class ="p "> :</ span > < span class ="kt "> String</ span > </ code > </ pre >
253
+ < pre class ="highlight swift "> < code > < span class ="kd "> public</ span > < span class ="kd "> enum</ span > < span class ="kt "> SignalErrorType</ span > < span class ="p "> :</ span > < span class ="kt "> String</ span > </ code > </ pre >
256
254
257
255
</ div >
258
256
</ div >
@@ -266,25 +264,25 @@ <h4>Declaration</h4>
266
264
< li class ="item ">
267
265
< div >
268
266
< code >
269
- < a name ="/s:14SignalProtocol14CipherTextTypeO "> </ a >
270
- < a name ="//apple_ref/swift/Enum/CipherTextType " class ="dashAnchor "> </ a >
271
- < a class ="token " href ="#/s:14SignalProtocol14CipherTextTypeO " > CipherTextType </ a >
267
+ < a name ="/s:14SignalProtocol0A16EncryptionSchemeO "> </ a >
268
+ < a name ="//apple_ref/swift/Enum/SignalEncryptionScheme " class ="dashAnchor "> </ a >
269
+ < a class ="token " href ="#/s:14SignalProtocol0A16EncryptionSchemeO " > SignalEncryptionScheme </ a >
272
270
</ code >
273
271
</ div >
274
272
< div class ="height-container ">
275
273
< div class ="pointer-container "> </ div >
276
274
< section class ="section ">
277
275
< div class ="pointer "> </ div >
278
276
< div class ="abstract ">
279
- < p > The < code > CipherTextType </ code > enum describes the different types of messages .</ p >
277
+ < p > Specifies the type of algorithm to use for encryption and decryption .</ p >
280
278
281
- < a href ="Enums/CipherTextType .html " class ="slightly-smaller "> See more</ a >
279
+ < a href ="Enums/SignalEncryptionScheme .html " class ="slightly-smaller "> See more</ a >
282
280
</ div >
283
281
< div class ="declaration ">
284
282
< h4 > Declaration</ h4 >
285
283
< div class ="language ">
286
284
< p class ="aside-title "> Swift</ p >
287
- < pre class ="highlight "> < code > < span class ="kd "> public</ span > < span class ="kd "> enum</ span > < span class ="kt "> CipherTextType </ span > < span class =" p " > : </ span > < span class =" kt " > UInt8 </ span > < span class =" p " > , </ span > < span class =" kt " > CustomStringConvertible </ span > </ code > </ pre >
285
+ < pre class ="highlight swift "> < code > < span class ="kd "> public</ span > < span class ="kd "> enum</ span > < span class ="kt "> SignalEncryptionScheme </ span > </ code > </ pre >
288
286
289
287
</ div >
290
288
</ div >
@@ -298,25 +296,25 @@ <h4>Declaration</h4>
298
296
< li class ="item ">
299
297
< div >
300
298
< code >
301
- < a name ="/s:14SignalProtocol0A16EncryptionSchemeO "> </ a >
302
- < a name ="//apple_ref/swift/Enum/SignalEncryptionScheme " class ="dashAnchor "> </ a >
303
- < a class ="token " href ="#/s:14SignalProtocol0A16EncryptionSchemeO " > SignalEncryptionScheme </ a >
299
+ < a name ="/s:14SignalProtocol14CipherTextTypeO "> </ a >
300
+ < a name ="//apple_ref/swift/Enum/CipherTextType " class ="dashAnchor "> </ a >
301
+ < a class ="token " href ="#/s:14SignalProtocol14CipherTextTypeO " > CipherTextType </ a >
304
302
</ code >
305
303
</ div >
306
304
< div class ="height-container ">
307
305
< div class ="pointer-container "> </ div >
308
306
< section class ="section ">
309
307
< div class ="pointer "> </ div >
310
308
< div class ="abstract ">
311
- < p > Specifies the type of algorithm to use for encryption and decryption .</ p >
309
+ < p > The < code > CipherTextType </ code > enum describes the different types of messages .</ p >
312
310
313
- < a href ="Enums/SignalEncryptionScheme .html " class ="slightly-smaller "> See more</ a >
311
+ < a href ="Enums/CipherTextType .html " class ="slightly-smaller "> See more</ a >
314
312
</ div >
315
313
< div class ="declaration ">
316
314
< h4 > Declaration</ h4 >
317
315
< div class ="language ">
318
316
< p class ="aside-title "> Swift</ p >
319
- < pre class ="highlight "> < code > < span class ="kd "> public</ span > < span class ="kd "> enum</ span > < span class ="kt "> SignalEncryptionScheme </ span > </ code > </ pre >
317
+ < pre class ="highlight swift "> < code > < span class ="kd "> public</ span > < span class ="kd "> enum</ span > < span class ="kt "> CipherTextType </ span > < span class =" p " > : </ span > < span class =" kt " > UInt8 </ span > < span class =" p " > , </ span > < span class =" kt " > CustomStringConvertible </ span > </ code > </ pre >
320
318
321
319
</ div >
322
320
</ div >
@@ -328,8 +326,8 @@ <h4>Declaration</h4>
328
326
</ section >
329
327
</ section >
330
328
< section id ="footer ">
331
- < p > © 2018 < a class ="link " href ="https://github.com/christophhagen " target ="_blank " rel ="external "> Christoph Hagen</ a > . All rights reserved. (Last updated: 2018-02-13 )</ p >
332
- < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external "> jazzy ♪♫ v0.8.3 </ a > , a < a class ="link " href ="http ://realm.io " target ="_blank " rel ="external "> Realm</ a > project.</ p >
329
+ < p > © 2019 < a class ="link " href ="https://github.com/christophhagen " target ="_blank " rel ="external "> Christoph Hagen</ a > . All rights reserved. (Last updated: 2019-04-19 )</ p >
330
+ < p > Generated by < a class ="link " href ="https://github.com/realm/jazzy " target ="_blank " rel ="external "> jazzy ♪♫ v0.9.6 </ a > , a < a class ="link " href ="https ://realm.io " target ="_blank " rel ="external "> Realm</ a > project.</ p >
333
331
</ section >
334
332
</ article >
335
333
</ div >
0 commit comments