The Java code does not compile because:
- the name of the public type (
SecureCompatibleEncryptionExamples) does not match the file name SCEE.java -> either rename the class to SCEE or rename the file to SecureCompatibleEncryptionExamples.java
- the declared package
scee does not match the source package -> either move SCEE.java to a scee subfoler or declare SecureCompatibleEncryptionExamples in the default package (this is not recommended).
The Java code does not compile because:
SecureCompatibleEncryptionExamples) does not match the file nameSCEE.java-> either rename the class toSCEEor rename the file toSecureCompatibleEncryptionExamples.javasceedoes not match the source package -> either moveSCEE.javato asceesubfoler or declareSecureCompatibleEncryptionExamplesin the default package (this is not recommended).