Class AlgorithmCatalogOperations
java.lang.Object
co.ankatech.ankasecure.sdk.operations.AlgorithmCatalogOperations
Algorithm catalog operations facade.
Public facade for algorithm discovery operations.
All methods are exposed via AuthenticatedSdk.
- Since:
- 3.0.0
- Author:
- ANKATech Solutions Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionAlgorithmCatalogOperations(InternalServiceFactory svc, co.ankatech.ankasecure.openapi.client.AnkaSecureOpenApiClient openApiClient, org.slf4j.Logger userLogger) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the complete catalog of cryptographic algorithms supported by the server.Retrieves supported algorithms matching the specified filter criteria.
-
Constructor Details
-
AlgorithmCatalogOperations
public AlgorithmCatalogOperations(InternalServiceFactory svc, co.ankatech.ankasecure.openapi.client.AnkaSecureOpenApiClient openApiClient, org.slf4j.Logger userLogger)
-
-
Method Details
-
getSupportedAlgorithms
Retrieves the complete catalog of cryptographic algorithms supported by the server.- Throws:
AnkaSecureSdkException
-
getSupportedAlgorithms
public List<AlgorithmInfo> getSupportedAlgorithms(AlgorithmFilter filter) throws AnkaSecureSdkException Retrieves supported algorithms matching the specified filter criteria.- Throws:
AnkaSecureSdkException
-