summaryrefslogtreecommitdiffstats
path: root/container-disc/src/main/java/com/yahoo/container/jdisc/Ckms.java
diff options
context:
space:
mode:
Diffstat (limited to 'container-disc/src/main/java/com/yahoo/container/jdisc/Ckms.java')
-rw-r--r--container-disc/src/main/java/com/yahoo/container/jdisc/Ckms.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/container-disc/src/main/java/com/yahoo/container/jdisc/Ckms.java b/container-disc/src/main/java/com/yahoo/container/jdisc/Ckms.java
deleted file mode 100644
index 26c71686a82..00000000000
--- a/container-disc/src/main/java/com/yahoo/container/jdisc/Ckms.java
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-package com.yahoo.container.jdisc;
-
-/**
- * @author mortent
- */
-public interface Ckms {
- /** Returns the secret for this key */
- String getSecret(String key);
-
- /** Returns the secret for this key and version */
- String getSecret(String key, int version);
-}