Class CertStoreCallback
- java.lang.Object
- 
- javax.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.CallbackCallback that enables a runtime to inform authentication modules of the CertStore to use.
- 
- 
Constructor SummaryConstructors Constructor Description CertStoreCallback()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.cert.CertStoregetCertStore()voidsetCertStore(java.security.cert.CertStore certStore)
 
-