mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
This implementation supports version 1.1 of the KMIP spec. The library supports the following operations for SymmetricKey objects: create register get destroy
7 lines
27 B
Bash
Executable File
7 lines
27 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
tox
|
|
|