1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-28 14:34:49 +02:00
pgpainless/sequoia-wot-vectors/src/testFixtures/kotlin/org/sequoia_pgp/wot/vectors/Sha1Vectors.kt

17 lines
450 B
Kotlin

// SPDX-FileCopyrightText: 2023 Neal H. Walfield <neal@pep.foundation>, Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: BSD-3-Clause
package org.sequoia_pgp.wot.vectors
/**
* Certifications made prior to 1673363202 are made with SHA-1.
*/
class Sha1Vectors: ArtifactVectors {
// TODO: Extract fingerprints and UIDs
override fun getResourceName(): String {
return "org/sequoia_pgp/wot/vectors/sha1.pgp"
}
}