Class SpiffeProviderConstants
java.lang.Object
io.spiffe.provider.SpiffeProviderConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe algorithm name for the KeyStore and TrustStore.static final StringAlias used by the SpiffeKeyStore.static final StringThe name of this Provider implementation.static final StringName of the property to be used as flag for accepting any SPIFFE IDs.static final StringName of the property to get the Set of accepted SPIFFE IDs. -
Method Summary
-
Field Details
-
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
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
-
ALGORITHM
-
DEFAULT_ALIAS
Alias used by the SpiffeKeyStore. Note: KeyStore aliases are case-insensitive.- See Also:
-