Class KeyAlgoLength
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.KeyAlgoLength
-
public class KeyAlgoLength extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static KeyAlgoLengthRSA_2048static KeyAlgoLengthRSA_4096
-
Constructor Summary
Constructors Constructor Description KeyAlgoLength()KeyAlgoLength(String algoName, int keyLength)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeyAlgoLengthfrom(String value)StringgetAlgoName()intgetKeyLength()StringtoString()
-
-
-
Field Detail
-
RSA_2048
public static final KeyAlgoLength RSA_2048
-
RSA_4096
public static final KeyAlgoLength RSA_4096
-
-
Constructor Detail
-
KeyAlgoLength
public KeyAlgoLength()
-
KeyAlgoLength
public KeyAlgoLength(String algoName, int keyLength)
-
-