package
0.2.4
Repository: https://github.com/ovh/kmip-go.git
Documentation: pkg.go.dev

# Structs

This operation requests the server to activate a Managed Cryptographic Object.
Response for the activate operation.
This operation requests the server to add a new attribute instance to be associated with a Managed Object and set its value.
Response for the add-attribute operation.
This operation is used to specify that a Managed Object MAY be archived.
Respsonse for the archive operation.
This operation requests the server to generate a new public/private key pair and register the two corresponding new Managed Cryptographic Objects.
Response for the create key-pair operation.
This operation requests the server to generate a new symmetric key as a Managed Cryptographic Object.
Response for the create operation.
This operation requests the server to perform a decryption operation on the provided data using a Managed Cryptographic Object as the key for the decryption operation.
The response contains the Unique Identifier of the Managed Cryptographic Object used as the key and the result of the decryption operation.
This operation requests the server to delete an attribute associated with a Managed Object.
Response for the delete-attribute operation.
This operation is used to indicate to the server that the key material for the specified Managed Object SHALL be destroyed.
Response for the destroy operation.
This operation is used by the client to determine a list of protocol versions that is supported by the server.
Response for the discover-versions operation.
This operation requests the server to perform an encryption operation on the provided data using a Managed Cryptographic Object as the key for the encryption operation.
The response contains the Unique Identifier of the Managed Cryptographic Object used as the key and the result of the encryption operation.
This operation requests a list of the attribute names associated with a Managed Object.
Response for the get-attribute-list operation.
This operation requests one or more attributes associated with a Managed Object.
No description provided by the author
This operation requests that the server returns the Managed Object specified by its Unique Identifier.
Response for the Get operation.
This operation requests the server to obtain an allocation from the current Usage Limits value to allow the client to use the Managed Cryptographic Object for applying cryptographic protection.
Response for the get-usage-allocation operation.
This operation requests that the server search for one or more Managed Objects, depending on the attributes specified in the request.
No description provided by the author
This operation requests the server to modify the value of an existing attribute instance associated with a Managed Object.
Response for the Modify-Attribute operation.
This operation requests the server to obtain a new Lease Time for a specified Managed Object.
Response for the ObtainLease operation.
This operation is used by the client to interrogate the server to determine its capabilities and/or protocol mechanisms.
Response for the Query operation.
This operation is used to obtain access to a Managed Object that has been archived.
Response for the recover operation.
This operation requests the server to register a Managed Object that was created by the client or obtained by the client through some other means, allowing the server to manage the object.
Response for the Register operation.
This request is used to generate a replacement key for an existing symmetric key.
Response for the Re-Key operation.
This operation requests the server to revoke a Managed Cryptographic Object or an Opaque Object.
Response for the Revoke operation.
This operation requests the server to perform a signature verify operation on the provided data using a Managed Cryptographic Object as the key for the signature verification operation.
Response for SignatureVerify operation.
This operation requests the server to perform a signature operation on the provided data using a Managed Cryptographic Object as the key for the signature operation.
Response for the sign operation.