1 interface ICastAuth { 2 const @utf8InCpp String PORT = "com.android.trusty.cast_auth"; 3 ProvisionKey(in byte[] wrappedKey)4 void ProvisionKey(in byte[] wrappedKey); 5 SignHash(in byte[] hash)6 byte[] SignHash(in byte[] hash); 7 } 8