Package io.grpc.internal
Class SpiffeUtil.SpiffeBundle
java.lang.Object
io.grpc.internal.SpiffeUtil.SpiffeBundle
- Enclosing class:
SpiffeUtil
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 Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap
<String, com.google.common.collect.ImmutableList<X509Certificate>>
-
Method Details
-
getSequenceNumbers
-
getBundleMap
public com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableList<X509Certificate>> getBundleMap()
-