wisp-ssl
Toggle table of contents
2025.01.07.215822-d78df69
jvm
Platform filter
jvm
Switch theme
Search in API
wisp-ssl
wisp-ssl
/
wisp.security.ssl
/
aliasesOfType
aliases
Of
Type
fun
KeyStore
.
aliasesOfType
(
entryClass
:
Class
<
out
KeyStore.Entry
>
)
:
List
<
String
>
Return
all aliases present in the keystore of a given entry type.
inline
fun
<
T
:
KeyStore.Entry
>
KeyStore
.
aliasesOfType
(
)
:
List
<
String
>