Class CertStoreCallback

java.lang.Object
javax.security.auth.message.callback.CertStoreCallback
All Implemented Interfaces:
Callback

public class CertStoreCallback extends Object implements Callback
Callback that enables a runtime to inform authentication modules of the CertStore to use.
  • Constructor Details

    • CertStoreCallback

      public CertStoreCallback()
  • Method Details

    • setCertStore

      public void setCertStore(CertStore certStore)
    • getCertStore

      public CertStore getCertStore()