Package com.venafi.vcert.sdk.features
Class SupportedRSAKeySizes
- java.lang.Object
-
- com.venafi.vcert.sdk.features.SupportedRSAKeySizes
-
public class SupportedRSAKeySizes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static SupportedRSAKeySizesTPPstatic SupportedRSAKeySizesVAAS
-
Constructor Summary
Constructors Constructor Description SupportedRSAKeySizes(List<KeySize> keySizes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsRsaKeySize(int value)booleancontainsRsaKeySizes(Integer[] sizes)KeySizegetRsaKeySize(int value)
-
-
-
Field Detail
-
TPP
public static final SupportedRSAKeySizes TPP
-
VAAS
public static final SupportedRSAKeySizes VAAS
-
-