Class SpiffeUtil.SpiffeBundle

java.lang.Object
io.grpc.internal.SpiffeUtil.SpiffeBundle
Enclosing class:
SpiffeUtil

public static final class SpiffeUtil.SpiffeBundle extends Object
Represents a SPIFFE trust bundle; that is, a map from trust domain to set of trusted certificates. Only trust domain's sequence numbers and x509 certificates are supported.
See Also:
  • Method Details

    • getSequenceNumbers

      public com.google.common.collect.ImmutableMap<String,Long> getSequenceNumbers()
    • getBundleMap

      public com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableList<X509Certificate>> getBundleMap()