X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowjava%2Fprotocol%2Fimpl%2Fcore%2FSslKeyStore.java;h=983a03e99f5bd930fefd4a46c424ee6b33873090;hb=6171c2a379f5397ce23f2ec1a570d05812ae918b;hp=25c2e0b2f8a14381b831d18d19501da6631be8ef;hpb=18e5637eab1a2d99c0000de5f4a2642a8ec9a8b0;p=openflowjava.git diff --git a/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/SslKeyStore.java b/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/SslKeyStore.java index 25c2e0b2..983a03e9 100644 --- a/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/SslKeyStore.java +++ b/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/SslKeyStore.java @@ -26,6 +26,10 @@ public final class SslKeyStore { private static final Logger LOGGER = LoggerFactory.getLogger(SslKeyStore.class); + private SslKeyStore() { + throw new UnsupportedOperationException("Utility class shouldn't be instantiated"); + } + /** * InputStream instance of key - key location is on classpath * @param filename keystore location