Does Salesforce provide a way to check Shield Platform Encryption for Platform Events? I wanted to verify what type encryption is applied to Platform Events when encryption is enabled from Setup -> Quick Find -> Encryption Policy
Below statement gave me false:
System.debug('That is ' +sObjectType.Case_Events__e.fields.Event_Type__c.isEncrypted());