Package com.venafi.vcert.sdk.features
Class SupportedKeyPairs
- java.lang.Object
-
- com.venafi.vcert.sdk.features.SupportedKeyPairs
-
public class SupportedKeyPairs extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static SupportedKeyPairsTPPstatic SupportedKeyPairsVAAS
-
Constructor Summary
Constructors Constructor Description SupportedKeyPairs(List<KeyType> keyTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKeyType(String value)booleancontainsKeyTypes(String[] types)KeyTypegetKeyType(String value)
-
-
-
Field Detail
-
TPP
public static final SupportedKeyPairs TPP
-
VAAS
public static final SupportedKeyPairs VAAS
-
-