SecureCompatibleEncryptionExamples
SecureCompatibleEncryptionExamples copied to clipboard
Java code does not compile
The Java code does not compile because:
- the name of the public type (
SecureCompatibleEncryptionExamples) does not match the file nameSCEE.java-> either rename the class toSCEEor rename the file toSecureCompatibleEncryptionExamples.java - the declared package
sceedoes not match the source package -> either moveSCEE.javato asceesubfoler or declareSecureCompatibleEncryptionExamplesin the default package (this is not recommended).