Uses of Package
co.ankatech.ankasecure.sdk.security
Packages that use co.ankatech.ankasecure.sdk.security
Package
Description
-
Classes in co.ankatech.ankasecure.sdk.security used by co.ankatech.ankasecure.sdkClassDescriptionMints the RFC 7523 §2.2 client assertion that proves an actor's identity with a registered key pair instead of a shared secret.Owning wrapper for a sensitive
char[](typically passwords, passphrases, or other character-secret material returned bySystem.console().readPassword()or by JCA APIs that operate onchar[]). -
Classes in co.ankatech.ankasecure.sdk.security used by co.ankatech.ankasecure.sdk.authClassDescriptionHolder for a JWT bearer token represented as
char[]rather thanString, with a redactedBearerToken.toString()so accidental log statements do not leak the token verbatim.Mints the RFC 7523 §2.2 client assertion that proves an actor's identity with a registered key pair instead of a shared secret.Owning wrapper for a sensitivechar[](typically passwords, passphrases, or other character-secret material returned bySystem.console().readPassword()or by JCA APIs that operate onchar[]). -
Classes in co.ankatech.ankasecure.sdk.security used by co.ankatech.ankasecure.sdk.util