43444546474849
private boolean isLoading; public EncryptedProperties(final Crypter crypter) { super(); Assert.notNull(crypter, "crypter"); this.crypter = new AsStringCrypter(crypter); }
42434445464748