Package co.ankatech.ankasecure.sdk.model


package co.ankatech.ankasecure.sdk.model
  • Class
    Description
    Value object that mirrors one entry returned by /api/key-management/supported-algorithms.
    Lifecycle status as defined by the platform.
    DecryptFileResult
    Value object returned by
    invalid reference
    co.ankatech.ankasecure.sdk.AnkaSecureSdk#encryptFile()
    .
    ExportedKeySpec is a streamlined model representing an exported cryptographic key.
    GenerateKeySpec is a streamlined model for clients to request generation of a new cryptographic key, without exposing all fields of internal classes.
    ImportKeySpec is a streamlined DTO used by integrators to import an existing cryptographic key (public, private or both) into Anka Secure without exposing the full OpenAPI class.
    It purposefully mirrors just the subset of attributes that callers typically control: kid, kty, alg, publicKey, privateKey, keyOps, exportable, expiry metadata and usage limits.
    Specification for updating mutable key attributes via JSON Merge-Patch.
     
    DTO used to import a private key (and its certificate chain) packed in a PKCS#12 / .p12 container that is supplied as a Base64 string.
    Immutable value object returned by PQC hybrid handshake endpoints.
    Immutable response model returned by
    invalid reference
    co.ankatech.ankasecure.sdk.AnkaSecureSdk#reencryptFile(java.nio.file.Path, String, String)
    .
    Immutable response returned by
    invalid reference
    co.ankatech.ankasecure.sdk.AnkaSecureSdk#resignFile(java.nio.file.Path, String, String)
    .
    Immutable value object returned by
    invalid reference
    co.ankatech.ankasecure.sdk.AnkaSecureSdk#signFile(java.nio.file.Path, String)
    .
    VerifySignatureResult