If the entry for the indicated alias in the keystore is of certificate type, the certificate can be obtained through this function.
<java.security.KeyStore.getCertificate name='name'>
<keystore /> ?
</java.security.KeyStore.getCertificate>
Attributes |
Name | Type | Required | Default | Description |
Aname | string | | | | Name of the alias. |
Arguments |
Name | Type | Required | Unique | Nullable | Description |
Ekeystore | keystore | | | | |
Returns |
Type | Description |
java.security.cert.Certificate | Returns the certificate for alias stored in the indicated keystore. |