Uses of Class
org.openiam.mq.constants.api.common.EncryptionAPI
-
Packages that use EncryptionAPI Package Description org.openiam.esb.core.mq org.openiam.mq.constants.api.common -
-
Uses of EncryptionAPI in org.openiam.esb.core.mq
Methods in org.openiam.esb.core.mq that return types with arguments of type EncryptionAPI Modifier and Type Method Description protected AbstractListener.RequestProcessor<EncryptionAPI,EmptyServiceRequest>
KeyManagementListener. getEmptyRequestProcessor()
protected AbstractListener.RequestProcessor<EncryptionAPI,IdServiceRequest>
KeyManagementListener. getGetRequestProcessor()
Methods in org.openiam.esb.core.mq with parameters of type EncryptionAPI Modifier and Type Method Description Response
KeyManagementListener. processingApiRequest(EncryptionAPI api, StringDataRequest request)
Response
KeyManagementListener. processingApiRequest(EncryptionAPI api, UserSshKeyRequest request)
Response
KeyManagementListener. processingApiRequest(EncryptionAPI api, UserSshKeySearchRequest request)
-
Uses of EncryptionAPI in org.openiam.mq.constants.api.common
Methods in org.openiam.mq.constants.api.common that return EncryptionAPI Modifier and Type Method Description static EncryptionAPI
EncryptionAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncryptionAPI[]
EncryptionAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-