summaryrefslogtreecommitdiffstats
path: root/vendor/spki/src/algorithm.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/spki/src/algorithm.rs')
-rw-r--r--vendor/spki/src/algorithm.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/spki/src/algorithm.rs b/vendor/spki/src/algorithm.rs
index b0e08b5b3..5f4b5e8c2 100644
--- a/vendor/spki/src/algorithm.rs
+++ b/vendor/spki/src/algorithm.rs
@@ -88,6 +88,9 @@ where
/// `AlgorithmIdentifier` reference which has `AnyRef` parameters.
pub type AlgorithmIdentifierRef<'a> = AlgorithmIdentifier<AnyRef<'a>>;
+/// `AlgorithmIdentifier` with `ObjectIdentifier` parameters.
+pub type AlgorithmIdentifierWithOid = AlgorithmIdentifier<ObjectIdentifier>;
+
/// `AlgorithmIdentifier` reference which has `Any` parameters.
#[cfg(feature = "alloc")]
pub type AlgorithmIdentifierOwned = AlgorithmIdentifier<Any>;