Uses of Class
com.blackberry.workspaces.sdk.api.enums.SigningAlgorithm
-
Packages that use SigningAlgorithm Package Description com.blackberry.workspaces.sdk.api.enums com.blackberry.workspaces.sdk.api.json -
-
Uses of SigningAlgorithm in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return SigningAlgorithm Modifier and Type Method Description static SigningAlgorithm
SigningAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static SigningAlgorithm[]
SigningAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SigningAlgorithm in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return SigningAlgorithm Modifier and Type Method Description SigningAlgorithm
AddOrganizationSystemAccountsIdpJson. getSigningAlgorithm()
SigningAlgorithm
EditOrganizationSystemAccountsIdpJson. getSigningAlgorithm()
SigningAlgorithm
ListIdpSettingsResultItemJson. getSigningAlgorithm()
SigningAlgorithm
ListIdpSettingsResultItemMultiMemberJson. getSigningAlgorithm()
SigningAlgorithm
ListSystemAccountItemJson. getSigningAlgorithm()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type SigningAlgorithm Modifier and Type Method Description void
AddOrganizationSystemAccountsIdpJson. setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
void
EditOrganizationSystemAccountsIdpJson. setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
void
ListIdpSettingsResultItemJson. setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
void
ListIdpSettingsResultItemMultiMemberJson. setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
void
ListSystemAccountItemJson. setSigningAlgorithm(SigningAlgorithm signingAlgorithm)
-