|
|
@ -8,8 +8,6 @@ |
|
|
|
|
|
|
|
#import "PEPPassphraseCacheEntry.h" |
|
|
|
|
|
|
|
static NSTimeInterval s_defaultTimeoutInSeconds = 10 * 60; |
|
|
|
|
|
|
|
@implementation PEPPassphraseCacheEntry |
|
|
|
|
|
|
|
- (instancetype)initWithPassphrase:(NSString *)passphrase |
|
|
@ -22,9 +20,4 @@ static NSTimeInterval s_defaultTimeoutInSeconds = 10 * 60; |
|
|
|
return self; |
|
|
|
} |
|
|
|
|
|
|
|
- (BOOL)isExpired |
|
|
|
{ |
|
|
|
return NO; |
|
|
|
} |
|
|
|
|
|
|
|
@end |