Package co.ankatech.ankasecure.sdk.model


package co.ankatech.ankasecure.sdk.model
  • Classes
    Class
    Description
    AlgorithmInfo describes a supported algorithm in Anka Secure.
    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 model for clients to import an existing cryptographic key (public or private material, or both), without exposing the entire internal OpenAPI KeyImportRequest class.
    LicenseInfo describes the licensing details for a particular client or organization.
    Pkcs12ImportSpec holds the information required to import a private key from a PKCS#12 (.p12) file, provided in Base64-encoded form.