Uses of Class
de.trustable.ca3s.core.service.dto.KeyAlgoLengthOrSpec
-
Packages that use KeyAlgoLengthOrSpec Package Description de.trustable.ca3s.core.service.dto Data Transfer Objects. -
-
Uses of KeyAlgoLengthOrSpec in de.trustable.ca3s.core.service.dto
Fields in de.trustable.ca3s.core.service.dto declared as KeyAlgoLengthOrSpec Modifier and Type Field Description static KeyAlgoLengthOrSpecKeyAlgoLengthOrSpec. Dilithium_2static KeyAlgoLengthOrSpecKeyAlgoLengthOrSpec. Dilithium_3static KeyAlgoLengthOrSpecKeyAlgoLengthOrSpec. Dilithium_5static KeyAlgoLengthOrSpecKeyAlgoLengthOrSpec. Falcon_1024static KeyAlgoLengthOrSpecKeyAlgoLengthOrSpec. Falcon_512static KeyAlgoLengthOrSpecKeyAlgoLengthOrSpec. RSA_2048static KeyAlgoLengthOrSpecKeyAlgoLengthOrSpec. RSA_4096Methods in de.trustable.ca3s.core.service.dto that return KeyAlgoLengthOrSpec Modifier and Type Method Description static KeyAlgoLengthOrSpecKeyAlgoLengthOrSpec. from(String value)static KeyAlgoLengthOrSpecKeyAlgoLengthOrSpec. from(AlgorithmParameterSpec spec)KeyAlgoLengthOrSpecSCEPConfigItems. getKeyAlgoLength()Methods in de.trustable.ca3s.core.service.dto with parameters of type KeyAlgoLengthOrSpec Modifier and Type Method Description voidSCEPConfigItems. setKeyAlgoLength(KeyAlgoLengthOrSpec keyAlgoLength)
-