MCPcopy Create free account
hub / github.com/PacoVK/tapir / SigningKeys

Interface SigningKeys

src/main/java/core/config/SigningKeys.java:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import java.util.Set;
5
6@ConfigMapping(prefix = "registry.gpg")
7public interface SigningKeys {
8 Set<SigningKey> keys();
9
10 interface SigningKey {
11 String id();
12
13 String asciiArmor();
14 }
15}

Callers 6

validateGpgKeysMethod · 0.65
ProviderElementFunction · 0.65
fetchProviderFunction · 0.65
ProviderDetailsFunction · 0.65

Implementers 1

SigningKeysMockImplsrc/test/java/util/SigningKeysMockImpl

Calls

no outgoing calls

Tested by

no test coverage detected