@interface POKeyWrap : NSObject - (id)init; - (id)unwrapBlob:(id)a0; - (id)wrapBlob:(id)a0; @end