Class TrustStoreCallback

  • All Implemented Interfaces:
    Callback

    public class TrustStoreCallback
    extends jakarta.security.auth.message.callback.TrustStoreCallback
    Callback for trusted certificate KeyStore.

    A trusted certificate KeyStore may be used to determine whether a given certificate chain can be trusted.

    Version:
    %I%, %G%
    • Constructor Detail

      • TrustStoreCallback

        public TrustStoreCallback()
    • Method Detail

      • setStore

        public void setStore​(KeyStore trustStore)
        Set the trusted certificate KeyStore.
        Parameters:
        trustStore - the trusted certificate KeyStore, which must already be loaded.