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

com.sap.cloud.security.x509.X509Constants Maven / Gradle / Ivy

The newest version!
/**
 * SPDX-FileCopyrightText: 2018-2023 SAP SE or an SAP affiliate company and Cloud Security Client Java contributors
 * 

* SPDX-License-Identifier: Apache-2.0 */ package com.sap.cloud.security.x509; public final class X509Constants { private X509Constants() { } public static final String FWD_CLIENT_CERT_HEADER = "x-forwarded-client-cert"; public static final String FWD_CLIENT_CERT_SUB = "cert-sub"; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy