List of usage examples for java.security KeyStoreSpi subclass-usage
From source file be.fedict.hsm.jca.HSMProxyKeyStore.java
/**
* HSM Proxy Key Store implementation. Usage:
*
* <pre>
* KeyStore keyStore = KeyStore.getInstance("HSMProxy");
* </pre>
From source file org.hyperic.util.security.DbKeyStoreSpi.java
public class DbKeyStoreSpi extends KeyStoreSpi { private final Log log = LogFactory.getLog(DbKeyStoreSpi.class); public static final String PRIVATE_KEY_ENTRY = "PrivateKeyEntry"; public static final String TRUSTED_CERT_ENTRY = "trustedCertEntry"; public static final String SECRET_KEY_ENTRY = "SecretKeyEntry";
From source file org.apache.directory.server.core.security.CoreKeyStoreSpi.java
/**
* A read only key store facility designed specifically for TLS/CA operations.
* It is only intended for accessing the 'apacheds' private/public key pairs
* as well as the self signed certificate.
*
* @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
From source file org.globus.security.stores.PEMKeyStore.java
/**
* This class provides a KeyStore implementation that supports trusted
* certificates stored in PEM format and proxy certificates stored in PEM
* format. It reads trusted certificates from multiple directories and a proxy
* certificate from a file.
*
From source file org.globus.gsi.stores.PEMKeyStore.java
/**
* This class provides a KeyStore implementation that supports trusted
* certificates stored in PEM format and proxy certificates stored in PEM
* format. It reads trusted certificates from multiple directories and a proxy
* certificate from a file.
*
From source file be.fedict.commons.eid.jca.BeIDKeyStore.java
/**
* eID based JCA {@link KeyStore}. Used to load eID key material via standard
* JCA API calls. Once the JCA security provider has been registered you have a
* new key store available named "BeID". Two key aliases are available:
* <ul>
* <li>"Authentication" which gives you access to the eID authentication private
From source file org.opensc.pkcs11.spi.PKCS11KeyStoreSpi.java
/** * This is a JAVA KeyStore, which accesses a slot on a PKCS#11 cryptographic token. * * @author wglas */ public class PKCS11KeyStoreSpi extends KeyStoreSpi {
From source file mitm.common.security.keystore.jce.KeyStoreHibernate.java
public class KeyStoreHibernate extends KeyStoreSpi { private static final Logger logger = LoggerFactory.getLogger(KeyStoreHibernate.class); /* * The number of times a database action should be retried when a ConstraintViolation occurs */