Exception Thrown By: | Cause | |
Class | Method | |
KeyStore | public final Certificate[] getCertificateChain(String alias) | if the keystore has not been initialized (loaded). |
KeyStore | public final Certificate getCertificate(String alias) | if the keystore has not been initialized (loaded). |
KeyStore | public final Date getCreationDate(String alias) | if the keystore has not been initialized (loaded). |
KeyStore | public key (only required if the given key is of type java.security.PrivateKey) | if the keystore has not been initialized (loaded) |
KeyStore | publickey (only useful if the protected key is of typejava.security.PrivateKey) | if the keystore has not been initialized (loaded) |
KeyStore | public final void deleteEntry(String alias) | if the keystore has not been initialized |
KeyStore | public final Enumeration aliases() | if the keystore has not been initialized (loaded). |
KeyStore | public final boolean containsAlias(String alias) | if the keystore has not been initialized |
KeyStore | public final int size() | if the keystore has not been initialized (loaded). |
KeyStore | public final boolean isKeyEntry(String alias) | if the keystore has not been initialized (loaded). |
KeyStore | public final boolean isCertificateEntry(String alias) | if the keystore has not been initialized (loaded). |
KeyStore | public final String getCertificateAlias(Certificate cert) | if the keystore has not been initialized |
KeyStoreSpi | public key (only required if the given key is of type java.security.PrivateKey) | if the given key cannot be protected |
PKIXParameters | public PKIXParameters(KeyStore keystore) | if the keystore has not been initialized |