Uses of Enum
com.okta.sdk.resource.model.SamlSigningAlgorithm
-
Uses of SamlSigningAlgorithm in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic SamlSigningAlgorithm
SamlRequestSignatureAlgorithm.getAlgorithm()
Get algorithmSamlResponseSignatureAlgorithm.getAlgorithm()
Get algorithmstatic SamlSigningAlgorithm
Returns the enum constant of this type with the specified name.static SamlSigningAlgorithm[]
SamlSigningAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSamlRequestSignatureAlgorithm.algorithm
(SamlSigningAlgorithm algorithm) SamlResponseSignatureAlgorithm.algorithm
(SamlSigningAlgorithm algorithm) void
SamlRequestSignatureAlgorithm.setAlgorithm
(SamlSigningAlgorithm algorithm) void
SamlResponseSignatureAlgorithm.setAlgorithm
(SamlSigningAlgorithm algorithm)