Skip to content

ANKASecure© Documentation

ANKASecure© is a Cryptographic Control Plane: a layer that governs cryptographic behaviour across enterprise systems, so that algorithm choice, key lifecycle and policy stop being decisions baked into application code and become decisions the platform enforces at runtime.

This site is written for the person integrating with a deployment that already exists — an architect designing that integration, a developer writing the code, or a compliance function looking for the evidence behind a claim. It covers the model, the client surface (SDK, CLI, OpenAPI), the algorithms and the compliance mapping, and one page for every error the platform can return.


Start here

If you are… Read
New to the platform Platform Overview — 10 minutes, the shape of the whole thing
Looking up vocabulary Key Concepts — deployment, tenant, application, key, policy
Asking a specific question FAQ — architecture, capabilities, algorithms, compliance
About to write code Developer Hub — where the operation-by-operation API reference lives, and how to get in
Deciding how to organise it Deployment Organization Model — deployments, tenants, applications and keys

Understand the model

Why the platform is shaped the way it is. Read this before designing an integration — most integration mistakes are model mistakes.


Choose your cryptography


Build against it

Java SDK

Command line

Direct HTTP


Migrate what you already have

The migration section is a sequence: assess, import, analyse, convert, integrate, validate.

It opens with import — bringing legacy keys and certificate chains in from a PKCS#12 or JKS keystore. That is a control-plane operation on the Admin API, POST /api/v3/admin/tenants/{tenantId}/keys/import-keystore; the step-by-step import guide is delivered with a licensed deployment rather than published here.


When a call fails

Every failure the platform returns carries a type URI, and every one of those URIs has a page here explaining what it means and what to change.

  • Error Reference — the index, with the quick-reference table and the response format

Show the evidence

For the reader who has to justify the choice to an auditor, a regulator or a security committee.


Background reading

Longer-form explanations, for sharing with people who are not going to read a reference page.