Class CertStoreCallback
- java.lang.Object
-
- jakarta.security.auth.message.callback.CertStoreCallback
-
- All Implemented Interfaces:
javax.security.auth.callback.Callback
public class CertStoreCallback extends java.lang.Object implements javax.security.auth.callback.Callback
Callback that enables a runtime to inform authentication modules of the CertStore to use.
-
-
Constructor Summary
Constructors Constructor Description CertStoreCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.cert.CertStore
getCertStore()
void
setCertStore(java.security.cert.CertStore certStore)
-