Class CertStoreCallback
java.lang.Object
jakarta.security.auth.message.callback.CertStoreCallback
- All Implemented Interfaces:
Callback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the CertStore set by the runtime.voidsetCertStore(CertStore certStore) Sets the CertStore to be used for certificate validation.
-
Constructor Details
-
CertStoreCallback
public CertStoreCallback()Constructs an empty CertStoreCallback. The runtime will populate the CertStore viasetCertStore(CertStore).
-
-
Method Details
-
setCertStore
Sets the CertStore to be used for certificate validation.- Parameters:
certStore- the CertStore
-
getCertStore
Returns the CertStore set by the runtime.- Returns:
- the CertStore, or
nullif not yet set
-