Searched defs:MemoryAccount (Results 1 – 9 of 9) sorted by relevance
10 type MemoryAccount struct { struct12 ID *protocol.ID14 AlterIDs []*protocol.ID16 Security protocol.SecurityType20 func (a *MemoryAccount) AnyValidID() *protocol.ID {28 func (a *MemoryAccount) Equals(account protocol.Account) bool {
12 type MemoryAccount struct { struct14 ID *protocol.ID16 AlterIDs []*protocol.ID18 Security protocol.SecurityType22 func (a *MemoryAccount) AnyValidID() *protocol.ID {30 func (a *MemoryAccount) Equals(account protocol.Account) bool {
22 type MemoryAccount struct { struct24 ID *protocol.ID26 Flow string28 Encryption string32 func (a *MemoryAccount) Equals(account protocol.Account) bool {
24 type MemoryAccount struct { struct26 ID *protocol.ID28 Flow string30 Encryption string34 func (a *MemoryAccount) Equals(account protocol.Account) bool {
13 type MemoryAccount struct { struct14 Password string15 Key []byte16 Flow string31 func (a *MemoryAccount) Equals(another protocol.Account) bool {
13 type MemoryAccount struct { struct14 Password string15 Key []byte29 func (a *MemoryAccount) Equals(another protocol.Account) bool {
23 type MemoryAccount struct { struct24 Cipher Cipher25 Key []byte29 func (a *MemoryAccount) Equals(another protocol.Account) bool {36 func (a *MemoryAccount) GetCipherName() string {
5004 class MemoryAccount(MemoryAccountWithoutNamespaces): class
4696 class MemoryAccount(object): class