Class SpiffeProviderConstants

java.lang.Object
io.spiffe.provider.SpiffeProviderConstants

public final class SpiffeProviderConstants extends Object
SPIFFE Provider constants.
  • Field Details

    • SSL_SPIFFE_ACCEPT_PROPERTY

      public static final String SSL_SPIFFE_ACCEPT_PROPERTY
      Name of the property to get the Set of accepted SPIFFE IDs. This property is read in the java.security file or from a System property.
      See Also:
    • SSL_SPIFFE_ACCEPT_ALL_PROPERTY

      public static final String SSL_SPIFFE_ACCEPT_ALL_PROPERTY
      Name of the property to be used as flag for accepting any SPIFFE IDs. This property is read from the java.security file or from the System.
      See Also:
    • PROVIDER_NAME

      public static final String PROVIDER_NAME
      The name of this Provider implementation.
      See Also:
    • ALGORITHM

      public static final String ALGORITHM
      The algorithm name for the KeyStore and TrustStore.
      See Also:
    • DEFAULT_ALIAS

      public static final String DEFAULT_ALIAS
      Alias used by the SpiffeKeyStore. Note: KeyStore aliases are case-insensitive.
      See Also: