FileDocCategorySizeDatePackage
TrustStoreCallback.javaAPI DocGlassfish v2 API2626Fri May 04 22:35:44 BST 2007com.sun.enterprise.security.jauth.callback

TrustStoreCallback

public class TrustStoreCallback extends javax.security.auth.message.callback.TrustStoreCallback
Callback for trusted certificate KeyStore.

A trusted certificate KeyStore may be used to determine whether a given certificate chain can be trusted.

version
%I%, %G%

Fields Summary
Constructors Summary
Methods Summary
public voidsetStore(java.security.KeyStore trustStore)
Set the trusted certificate KeyStore.

param
trustStore the trusted certificate KeyStore, which must already be loaded.

	setTrustStore(trustStore);