This commit is contained in:
vishesh92 2026-04-29 13:26:11 +05:30
parent b9a8f0f9eb
commit 24771d4e8c
No known key found for this signature in database
GPG Key ID: 4E395186CBFA790B
1 changed files with 0 additions and 3 deletions

View File

@ -39,11 +39,8 @@ import org.apache.cloudstack.context.CallContext;
import org.apache.cloudstack.framework.kms.KMSException;
import org.apache.cloudstack.kms.HSMProfile;
import org.apache.cloudstack.kms.KMSManager;
import org.apache.commons.collections.MapUtils;
import javax.inject.Inject;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
@APICommand(name = "createHSMProfile", description = "Creates a new HSM profile", responseObject = HSMProfileResponse.class,