values property

Set<KeyUsage> values
final

Implementation

static final Set<KeyUsage> values = [
  KeyUsage.digitalSignature,
  KeyUsage.nonRepudiation,
  KeyUsage.keyEncipherment,
  KeyUsage.dataEncipherment,
  KeyUsage.keyAgreement,
  KeyUsage.keyCertSign,
  KeyUsage.cRLSign,
  KeyUsage.encipherOnly,
  KeyUsage.decipherOnly,
].toSet();