aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/pkix/src/main/java/org/spongycastle/operator/SignatureAlgorithmIdentifierFinder.java
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/spongycastle/pkix/src/main/java/org/spongycastle/operator/SignatureAlgorithmIdentifierFinder.java')
-rw-r--r--libraries/spongycastle/pkix/src/main/java/org/spongycastle/operator/SignatureAlgorithmIdentifierFinder.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/libraries/spongycastle/pkix/src/main/java/org/spongycastle/operator/SignatureAlgorithmIdentifierFinder.java b/libraries/spongycastle/pkix/src/main/java/org/spongycastle/operator/SignatureAlgorithmIdentifierFinder.java
deleted file mode 100644
index 5c997bdaa..000000000
--- a/libraries/spongycastle/pkix/src/main/java/org/spongycastle/operator/SignatureAlgorithmIdentifierFinder.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package org.spongycastle.operator;
-
-import org.spongycastle.asn1.x509.AlgorithmIdentifier;
-
-public interface SignatureAlgorithmIdentifierFinder
-{
- /**
- * Find the signature algorithm identifier that matches with
- * the passed in signature algorithm name.
- *
- * @param sigAlgName the name of the signature algorithm of interest.
- * @return an algorithm identifier for the corresponding signature.
- */
- AlgorithmIdentifier find(String sigAlgName);
-} \ No newline at end of file