org.eparapher.core.crypto.keystore
Interface ITrustStore

All Superinterfaces:
IGenericStore
All Known Implementing Classes:
FileKeystore, MSCAPIKeystore

public interface ITrustStore
extends IGenericStore


Method Summary
 KeystoreEntry[] getTrustedCertificates()
           
 boolean loadTrustStore()
           
 boolean saveTrustStore()
           
 
Methods inherited from interface org.eparapher.core.crypto.keystore.IGenericStore
containsAlias, getKeystore, getProviderName, getTrustAnchors, loadKeyStore, loadKeyStore, loadPrivateKey, loadPrivateKey, loadPublicInformation, newcertificate, saveKeyStore
 

Method Detail

getTrustedCertificates

KeystoreEntry[] getTrustedCertificates()

loadTrustStore

boolean loadTrustStore()

saveTrustStore

boolean saveTrustStore()


Copyright © 2009 eParapher Software Foundation. All Rights Reserved.