Uses of Class
org.wildfly.security.util.TransformationSpec
-
Uses of TransformationSpec in org.wildfly.security.util
Methods in org.wildfly.security.util that return TransformationSpecModifier and TypeMethodDescriptionDefaultTransformationMapper.getTransformationSpec(String mechanism, String token) DefaultTransformationMapper.getTransformationSpec(String provider, String mechanism, String token) TransformationMapper.getTransformationSpec(String mechanism, String token) Get TransformationSpec with highest strength.TransformationMapper.getTransformationSpec(String provider, String mechanism, String token) Get TransformationSpec with highest strength.DefaultTransformationMapper.getTransformationSpecByStrength(String mechanism, String... tokens) DefaultTransformationMapper.getTransformationSpecByStrength(String provider, String mechanism, String... tokens) TransformationMapper.getTransformationSpecByStrength(String mechanism, String... tokens) Get ordered array of TransformationSpec by strength.TransformationMapper.getTransformationSpecByStrength(String provider, String mechanism, String... tokens) Get ordered array of TransformationSpec by strength.DefaultTransformationMapper.getTransformationSpecWithStrength(String mechanism, int strength, String... tokens) DefaultTransformationMapper.getTransformationSpecWithStrength(String provider, String mechanism, int strength, String... tokens) TransformationMapper.getTransformationSpecWithStrength(String mechanism, int strength, String... tokens) Get array of TransformationSpec with given strength.TransformationMapper.getTransformationSpecWithStrength(String provider, String mechanism, int strength, String... tokens) Get array of TransformationSpec with given strength.