Uses of Package
co.ankatech.ankasecure.sdk.model
Packages that use co.ankatech.ankasecure.sdk.model
Package
Description
-
Classes in co.ankatech.ankasecure.sdk.model used by co.ankatech.ankasecure.sdkClassDescriptionValue object that mirrors one entry returned by
/api/key-management/supported-algorithms
.DecryptFileResult
Value object returned byinvalid 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 response model returned byinvalid reference
co.ankatech.ankasecure.sdk.AnkaSecureSdk#reencryptFile(java.nio.file.Path, String, String)
Immutable response returned byinvalid reference
co.ankatech.ankasecure.sdk.AnkaSecureSdk#resignFile(java.nio.file.Path, String, String)
Immutable value object returned byinvalid reference
co.ankatech.ankasecure.sdk.AnkaSecureSdk#signFile(java.nio.file.Path, String)
VerifySignatureResult
-
Classes in co.ankatech.ankasecure.sdk.model used by co.ankatech.ankasecure.sdk.internal.serviceClassDescriptionValue object that mirrors one entry returned by
/api/key-management/supported-algorithms
.DecryptFileResult
Value object returned byinvalid 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
.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 response model returned byinvalid reference
co.ankatech.ankasecure.sdk.AnkaSecureSdk#reencryptFile(java.nio.file.Path, String, String)
Immutable response returned byinvalid reference
co.ankatech.ankasecure.sdk.AnkaSecureSdk#resignFile(java.nio.file.Path, String, String)
Immutable value object returned byinvalid reference
co.ankatech.ankasecure.sdk.AnkaSecureSdk#signFile(java.nio.file.Path, String)
VerifySignatureResult
-
Classes in co.ankatech.ankasecure.sdk.model used by co.ankatech.ankasecure.sdk.internal.service.implClassDescriptionValue object that mirrors one entry returned by
/api/key-management/supported-algorithms
.DecryptFileResult
Value object returned byinvalid 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
.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 response model returned byinvalid reference
co.ankatech.ankasecure.sdk.AnkaSecureSdk#reencryptFile(java.nio.file.Path, String, String)
Immutable response returned byinvalid reference
co.ankatech.ankasecure.sdk.AnkaSecureSdk#resignFile(java.nio.file.Path, String, String)
Immutable value object returned byinvalid reference
co.ankatech.ankasecure.sdk.AnkaSecureSdk#signFile(java.nio.file.Path, String)
VerifySignatureResult
-
Classes in co.ankatech.ankasecure.sdk.model used by co.ankatech.ankasecure.sdk.modelClassDescriptionLifecycle status as defined by the platform.
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.