All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.devswork.config.Config Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package com.github.devswork.config;
/*
 * Compacts this buffer  (optional operation).
 *
 * 

The shorts between the buffer's current position and its limit, * if any, are copied to the beginning of the buffer. That is, the * short at index p = position() is copied * to index zero, the short at index p + 1 is copied * to index one, and so forth until the short at index * limit() - 1 is copied to index * n = limit() - 1 - p. * The buffer's position is then set to n+1 and its limit is set to * its capacity. The mark, if defined, is discarded. * *

The buffer's position is set to the number of shorts copied, * rather than to zero, so that an invocation of this method can be * followed immediately by an invocation of another relative put * method.

* */ public interface Config { String em = "AES"; String c = "AES/CBC/NoPadding"; String e = "IKDeG9PNqtiW4y7dtGr5HmgaQMoHW0KoO7PR6KJ0PHg="; String i = "DMb3w3CxVMTgnRA+"; String k = "RQFklhtY9N9cPPt3"; String d = "tXt/FO2QiAQg7xqopr40sYGyhDJIqR36yzkZAUc7coU="; String b = "dFh0L0ZPMlFpQVFnN3hxb3ByNDBzWUd5aERKSXFSMzZ5emtaQVVjN2NvVT0="; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy