http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-tools-verify
/
org.http4k.verify
/
CosignKeyList
Cosign
Key
List
data
class
CosignKeyList
(
val
schemaVersion
:
Int
,
val
keys
:
List
<
CosignKey
>
)
(
source
)
Members
Constructors
Cosign
Key
List
Link copied to clipboard
constructor
(
schemaVersion
:
Int
,
keys
:
List
<
CosignKey
>
)
Properties
keys
Link copied to clipboard
val
keys
:
List
<
CosignKey
>
schema
Version
Link copied to clipboard
val
schemaVersion
:
Int
Functions
non
Revoked
Link copied to clipboard
fun
nonRevoked
(
)
:
List
<
CosignKey
>
validated
Link copied to clipboard
fun
validated
(
)
:
CosignKeyList