Uses of Class
co.ankatech.ankasecure.sdk.model.AlgorithmInfo
Packages that use AlgorithmInfo
Package
Description
-
Uses of AlgorithmInfo in co.ankatech.ankasecure.sdk
Methods in co.ankatech.ankasecure.sdk that return types with arguments of type AlgorithmInfoModifier and TypeMethodDescriptionAuthenticatedSdk.getSupportedAlgorithms()Retrieves the complete list of cryptographic algorithms supported by the server.AuthenticatedSdk.getSupportedAlgorithms(AlgorithmFilter filter) Retrieves cryptographic algorithms matching the specified filter criteria. -
Uses of AlgorithmInfo in co.ankatech.ankasecure.sdk.internal.service.impl
Methods in co.ankatech.ankasecure.sdk.internal.service.impl that return types with arguments of type AlgorithmInfoModifier and TypeMethodDescriptionKeyManagementServiceImpl.getSupportedAlgorithms()KeyManagementServiceImpl.getSupportedAlgorithms(AlgorithmFilter filter) -
Uses of AlgorithmInfo in co.ankatech.ankasecure.sdk.operations
Methods in co.ankatech.ankasecure.sdk.operations that return types with arguments of type AlgorithmInfoModifier and TypeMethodDescriptionAlgorithmCatalogOperations.getSupportedAlgorithms()Retrieves the complete catalog of cryptographic algorithms supported by the server.AlgorithmCatalogOperations.getSupportedAlgorithms(AlgorithmFilter filter) Retrieves supported algorithms matching the specified filter criteria.