All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.spiffe.workloadapi.X509Source Maven / Gradle / Ivy

Go to download

Core functionality to fetch, process and validate X.509 and JWT SVIDs and Bundles from the Workload API.

There is a newer version: 0.8.11
Show newest version
package io.spiffe.workloadapi;

import io.spiffe.bundle.BundleSource;
import io.spiffe.bundle.x509bundle.X509Bundle;
import io.spiffe.svid.x509svid.X509SvidSource;

import java.io.Closeable;

/**
 * Source of X.509 SVIDs and Bundles.
 * @see X509SvidSource
 * @see BundleSource
 * @see X509Bundle
 */
public interface X509Source extends X509SvidSource, BundleSource, Closeable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy