Package dev.sigstore
Interface VerificationOptions
-
@Immutable(singleton=true) public interface VerificationOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceVerificationOptions.CertificateMatcherAn interface for allowing matching of certificates.static classVerificationOptions.UncheckedCertificateExceptionExceptions thrown by implementations ofVerificationOptions.CertificateMatcher.test(X509Certificate)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static dev.sigstore.ImmutableVerificationOptions.Builderbuilder()static VerificationOptionsempty()java.util.List<VerificationOptions.CertificateMatcher>getCertificateMatchers()An allow list of certificate identities to match with.
-
-
-
Method Detail
-
getCertificateMatchers
java.util.List<VerificationOptions.CertificateMatcher> getCertificateMatchers()
An allow list of certificate identities to match with.
-
builder
static dev.sigstore.ImmutableVerificationOptions.Builder builder()
-
empty
static VerificationOptions empty()
-
-