Uses of Class
co.ankatech.ankasecure.sdk.model.EncryptResult.Builder
Packages that use EncryptResult.Builder
-
Uses of EncryptResult.Builder in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return EncryptResult.BuilderModifier and TypeMethodDescriptionEncryptResult.Builder.addWarning(CryptoWarning warning) Adds a single warning.EncryptResult.Builder.algorithmUsed(String algorithmUsed) Sets the algorithm used.static EncryptResult.BuilderEncryptResult.builder()Creates a new builder for constructing EncryptResult instances.Sets the JWE token (required).EncryptResult.Builder.keyRequested(String keyRequested) Sets the requested key identifier.EncryptResult.Builder.materialVersion(Integer materialVersion) Sets the key-material version that performed the operation.EncryptResult.Builder.warnings(List<CryptoWarning> warnings) Sets the list of warnings.