org.eparapher.core.crypto.keystore
Interface IUserKeystore
- All Superinterfaces:
- IGenericStore
- All Known Implementing Classes:
- FileKeystore, GenericKeystore, HardwareKeyStore, MSCAPIKeystore
public interface IUserKeystore
- extends IGenericStore
| Methods inherited from interface org.eparapher.core.crypto.keystore.IGenericStore |
containsAlias, getKeystore, getProviderName, getTrustAnchors, loadKeyStore, loadKeyStore, loadPrivateKey, loadPrivateKey, loadPublicInformation, newcertificate, saveKeyStore |
getPrivateKey
PrivateKey getPrivateKey()
getPublicKey
PublicKey getPublicKey()
getX509Certificate
X509Certificate getX509Certificate()
getX509CertificateChain
X509Certificate[] getX509CertificateChain()
getKeystoreEntries
KeystoreEntry[] getKeystoreEntries()
getDefaultAlias
String getDefaultAlias()
setDefaultAlias
boolean setDefaultAlias(String alias)
exists
boolean exists()
initialize
boolean initialize()
Copyright © 2009 eParapher Software Foundation. All Rights Reserved.