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

CertStoreCallback

public class CertStoreCallback extends javax.security.auth.message.callback.CertStoreCallback
Callback for CertStore.

A CertStore is a generic repository for certificates. CertStores may be searched to locate public key certificates, as well as to put together certificate chains. Such a search may be necessary when the caller needs to verify a signature.

version
%I%, %G%

Fields Summary
Constructors Summary
Methods Summary
public voidsetStore(java.security.cert.CertStore certStore)
Set the CertStore.

param
certStore the certificate store, which may be null If null, the requester is assumed to already have access to the relevant certificate and/or chain.

	setCertStore(certStore);