()
| 58 | private static final String PREFIX = "spiffe://"; |
| 59 | |
| 60 | private SpiffeUtil() {} |
| 61 | |
| 62 | /** |
| 63 | * Parses a URI string, applies validation rules described in SPIFFE standard, and, in case of |
nothing calls this directly
no outgoing calls
no test coverage detected