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