Uses of Class
java.security.KeyStoreSpi
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| org.bouncycastle.jcajce.provider.keystore.bc | |
| org.bouncycastle.jcajce.provider.keystore.pkcs12 | |
| org.conscrypt |
-
Uses of KeyStoreSpi in java.security
Constructors in java.security with parameters of type KeyStoreSpi Constructor Description KeyStore(KeyStoreSpi keyStoreSpi, Provider provider, String type)Constructs a new instance ofKeyStorewith the given arguments. -
Uses of KeyStoreSpi in org.bouncycastle.jcajce.provider.keystore.bc
Subclasses of KeyStoreSpi in org.bouncycastle.jcajce.provider.keystore.bc Modifier and Type Class Description classBcKeyStoreSpistatic classBcKeyStoreSpi.BouncyCastleStorethe BouncyCastle store.static classBcKeyStoreSpi.Stdstatic classBcKeyStoreSpi.Version1 -
Uses of KeyStoreSpi in org.bouncycastle.jcajce.provider.keystore.pkcs12
Subclasses of KeyStoreSpi in org.bouncycastle.jcajce.provider.keystore.pkcs12 Modifier and Type Class Description classPKCS12KeyStoreSpistatic classPKCS12KeyStoreSpi.BCPKCS12KeyStore -
Uses of KeyStoreSpi in org.conscrypt
Subclasses of KeyStoreSpi in org.conscrypt Modifier and Type Class Description classTrustedCertificateKeyStoreSpiA KeyStoreSpi wrapper for the TrustedCertificateStore.