Package sop.operation
Interface ListProfiles
public interface ListProfiles
Subcommand to list supported profiles of other subcommands.
-
Method Summary
Modifier and TypeMethodDescriptionencrypt()
Return a list ofProfiles
supported by theGenerateKey
implementation.subcommand
(String command) Provide the name of the subcommand for which profiles shall be listed.
-
Method Details
-
subcommand
Provide the name of the subcommand for which profiles shall be listed. The returned list of profiles MUST NOT contain more than 4 entries.- Parameters:
command
- command name (e.g.generate-key
)- Returns:
- list of profiles.
-
generateKey
Return a list ofProfiles
supported by theGenerateKey
implementation.- Returns:
- profiles
-
encrypt
- Returns:
- profiles
-