@ -31,12 +31,12 @@ public class PemSslBundleProperties extends SslBundleProperties {
@@ -31,12 +31,12 @@ public class PemSslBundleProperties extends SslBundleProperties {
/**
*Keystoreproperties.
*/
privateStorekeystore=newStore();
privatefinalStorekeystore=newStore();
/**
*Truststoreproperties.
*/
privateStoretruststore=newStore();
privatefinalStoretruststore=newStore();
publicStoregetKeystore(){
returnthis.keystore;
@ -54,22 +54,22 @@ public class PemSslBundleProperties extends SslBundleProperties {
@@ -54,22 +54,22 @@ public class PemSslBundleProperties extends SslBundleProperties {