Returns a boolean (true|false) indicating if the alias stored in the indicated keystore is of key type, it can be a key or a certificate.
<java.security.KeyStore.isKeyEntry name='name'>
<keystore /> ?
</java.security.KeyStore.isKeyEntry>
Attributes |
Name | Type | Required | Default | Description |
Aname | string | | | | Name of the alias. |
Arguments |
Name | Type | Required | Unique | Nullable | Description |
Ekeystore | keystore | | | | |
Returns |
Type | Description |
boolean | Returns a boolean (true|false) indicating if the alias stored in the indicated keystore is of key type. |