Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkix/src/main/java/org/bouncycastle/operator/SignatureAlgorithmIdentifierFinder.java')
-rw-r--r--pkix/src/main/java/org/bouncycastle/operator/SignatureAlgorithmIdentifierFinder.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkix/src/main/java/org/bouncycastle/operator/SignatureAlgorithmIdentifierFinder.java b/pkix/src/main/java/org/bouncycastle/operator/SignatureAlgorithmIdentifierFinder.java
deleted file mode 100644
index 87521dd6..00000000
--- a/pkix/src/main/java/org/bouncycastle/operator/SignatureAlgorithmIdentifierFinder.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package org.bouncycastle.operator;
-
-import org.bouncycastle.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