Uses of Interface
co.ankatech.ankasecure.sdk.model.warning.CryptoWarning
Packages that use CryptoWarning
Package
Description
Structured warning types for cryptographic operations.
-
Uses of CryptoWarning in co.ankatech.ankasecure.sdk.examples
Method parameters in co.ankatech.ankasecure.sdk.examples with type arguments of type CryptoWarningModifier and TypeMethodDescriptionstatic voidExampleUtil.printWarnings(List<CryptoWarning> warnings) Prints a list of warning messages tostdout. -
Uses of CryptoWarning in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return types with arguments of type CryptoWarningModifier and TypeMethodDescriptionDecryptVerifyResult.getDecryptWarnings()Gets structured warnings related to the decryption operation.SignEncryptResult.getEncryptWarnings()Gets structured warnings related to the encryption operation.SignEncryptResult.getSignWarnings()Gets structured warnings related to the signing operation.DecryptVerifyResult.getVerifyWarnings()Gets structured warnings related to the signature verification operation.DecryptResultMetadata.getWarnings()Returns structured warnings encountered during the decryption operation.EncryptResult.getWarnings()Returns structured warnings encountered during the encryption operation.ReencryptResult.getWarnings()Returns non-fatal warnings encountered during the re-encryption operation.ResignResult.getWarnings()Returns non-fatal warnings encountered during the re-signing operation.SignResult.getWarnings()Returns structured warnings encountered during the signing operation.VerifySignatureResult.getWarnings()Returns structured warnings encountered during signature verification.Methods in co.ankatech.ankasecure.sdk.model with parameters of type CryptoWarningModifier and TypeMethodDescriptionEncryptResult.Builder.addWarning(CryptoWarning warning) Adds a single warning.SignResult.Builder.addWarning(CryptoWarning warning) Adds a single warning.Method parameters in co.ankatech.ankasecure.sdk.model with type arguments of type CryptoWarningModifier and TypeMethodDescriptionDecryptVerifyResult.setDecryptWarnings(List<CryptoWarning> decryptWarnings) Sets warnings related to the decryption operation.SignEncryptResult.setEncryptWarnings(List<CryptoWarning> encryptWarnings) Sets warnings related to the encryption operation.SignEncryptResult.setSignWarnings(List<CryptoWarning> signWarnings) Sets warnings related to the signing operation.DecryptVerifyResult.setVerifyWarnings(List<CryptoWarning> verifyWarnings) Sets warnings related to the signature verification operation.voidDecryptResultMetadata.setWarnings(List<CryptoWarning> warnings) EncryptResult.Builder.warnings(List<CryptoWarning> warnings) Sets the list of warnings.SignResult.Builder.warnings(List<CryptoWarning> warnings) Sets the list of warnings. -
Uses of CryptoWarning in co.ankatech.ankasecure.sdk.model.warning
Classes in co.ankatech.ankasecure.sdk.model.warning that implement CryptoWarningModifier and TypeClassDescriptionfinal recordGeneric warning for messages that don't match known patterns.final recordWarning indicating that a cryptographic key is approaching expiration.final recordWarning indicating that a cryptographic key is approaching its usage limit.