#import <MessageKeychainManager.h>
Abgeleitet von NSObject.
Öffentliche, statische Methoden | |
| (void) | + initialize |
| (id) | + _passwordForHost:username:port:protocol: |
| (id) | + passwordForHost:username:port:protocol: |
| (void) | + setPassword:forHost:username:port:protocol: |
| (void) | + removePasswordForHost:username:port:protocol: |
| (id) | + _passwordForGenericAccount:service: |
| (id) | + passwordForServiceName:accountName: |
| (void) | + setPassword:forServiceName:accountName: |
| (void) | + removePasswordForServiceName:accountName: |
Definiert in Zeile 9 der Datei MessageKeychainManager.h.
| + (void) initialize |
Implementiert NSObject.
| + (id) _passwordForHost: | (id) | fp8 | ||
| username: | (id) | fp12 | ||
| port: | (int) | fp16 | ||
| protocol: | (id) | fp20 | ||
| + (id) passwordForHost: | (id) | fp8 | ||
| username: | (id) | fp12 | ||
| port: | (int) | fp16 | ||
| protocol: | (id) | fp20 | ||
| + (void) setPassword: | (id) | fp8 | ||
| forHost: | (id) | fp12 | ||
| username: | (id) | fp16 | ||
| port: | (int) | fp20 | ||
| protocol: | (id) | fp24 | ||
| + (void) removePasswordForHost: | (id) | fp8 | ||
| username: | (id) | fp12 | ||
| port: | (int) | fp16 | ||
| protocol: | (id) | fp20 | ||
| + (id) _passwordForGenericAccount: | (id) | fp8 | ||
| service: | (id) | fp12 | ||
| + (id) passwordForServiceName: | (id) | fp8 | ||
| accountName: | (id) | fp12 | ||
| + (void) setPassword: | (id) | fp8 | ||
| forServiceName: | (id) | fp12 | ||
| accountName: | (id) | fp16 | ||
| + (void) removePasswordForServiceName: | (id) | fp8 | ||
| accountName: | (id) | fp12 | ||