luxlabs header browser preview


@class NSData, _SFECPublicKey;

@interface _SFIESCiphertext : _SFCiphertext {
    id _iesCiphertextInternal;
}

@property (readonly) _SFECPublicKey *ephemeralSenderPublicKey;
@property (readonly) NSData *authenticationCode;

+ (BOOL)supportsSecureCoding;

- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCiphertext:(id)a0 ephemeralSenderPublicKey:(id)a1 authenticationCode:(id)a2;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;

@end