Class AddSecurityConfigurationToClientMetadata

    • Field Detail

      • log

        @Nonnull
        private final org.slf4j.Logger log
        Class logger.
      • signatureAlgorithmsLookupStrategy

        @Nullable
        private Function<ProfileRequestContext,​List<String>> signatureAlgorithmsLookupStrategy
        Strategy to obtain list of supported signature algorithms.
      • dataEncryptionAlgorithmsLookupStrategy

        @Nullable
        private Function<ProfileRequestContext,​List<String>> dataEncryptionAlgorithmsLookupStrategy
        Strategy to obtain list of supported data encryption algorithms.
      • keyTransportEncryptionAlgorithmsLookupStrategy

        @Nullable
        private Function<ProfileRequestContext,​List<String>> keyTransportEncryptionAlgorithmsLookupStrategy
        Strategy to obtain list of supported key transport encryption algorithms.
      • supportedSigningAlgs

        @Nullable
        private List<String> supportedSigningAlgs
        List of supported signing algorithms obtained from the security configuration.
      • supportedEncryptionEncs

        @Nullable
        private List<String> supportedEncryptionEncs
        List of supported data encryption algorithms obtained from the security configuration.
      • supportedEncryptionAlgs

        @Nullable
        private List<String> supportedEncryptionAlgs
        List of supported key transport algorithms obtained from the security configuration.
    • Constructor Detail

      • AddSecurityConfigurationToClientMetadata

        public AddSecurityConfigurationToClientMetadata()
        Constructor.