Class CertStoreCallback

  • All Implemented Interfaces:
    Callback

    public class CertStoreCallback
    extends jakarta.security.auth.message.callback.CertStoreCallback
    Callback for CertStore.

    A CertStore is a generic repository for certificates. CertStores may be searched to locate public key certificates, as well as to put together certificate chains. Such a search may be necessary when the caller needs to verify a signature.

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

      • CertStoreCallback

        public CertStoreCallback()
    • Method Detail

      • setStore

        public void setStore​(CertStore certStore)
        Set the CertStore.
        Parameters:
        certStore - the certificate store, which may be null If null, the requester is assumed to already have access to the relevant certificate and/or chain.