Edit D:\rfid\database\database\stage\Queries\encryptionQueries\1.1\1\resources\libRes.java
/* Copyright (c) Oracle Corporation 1998. All Rights Preserved. */ import java.util.ListResourceBundle; public class libRes extends ListResourceBundle { public Object[][] getContents() { return contents; } static final Object[][] contents = { //resources/libId.properties messages {"Name", "Encryption Queries Library"}, {"Description", "Contains encryption/decryption queries"}, //resources/libRes.properties messages {"encrypt_desc", "encrypts the plaintext to ciphertext"}, {"decrypt_desc", "decrypts the ciphertext to plaintext"}, {"plain_text", "plaintext"}, {"plain_desc", "plaintext"}, {"enc_key", "key"}, {"enc_key_desc", "key for encrypting the plaintext"}, {"cipher_text", "ciphertext"}, {"cipher_desc", "ciphertext"}, {"dec_key", "key"}, {"dec_key_desc", "key for decrypting the ciphertext"}, //resources/libExceptions.properties messages {"InvalidPlainTextException_name", "InvalidPlainTextException"}, {"InvalidPlainTextException_desc", "Invalid plaintext entered"}, {"InvalidCipherTextException_name", "InvalidCipherTextException"}, {"InvalidCipherTextException_desc", "Invalid ciphertext entered"} }; }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de