Class Certificate.KeyProperties
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Certificate.KeyProperties
-
- Enclosing class:
- Certificate
public abstract static class Certificate.KeyProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyProperties()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Certificate.KeyPropertiescreate(boolean exportable, Integer keySize, String keyType, boolean reuseKey)abstract Booleanexportable()abstract IntegerkeySize()abstract StringkeyType()abstract BooleanreuseKey()
-
-
-
Method Detail
-
create
public static Certificate.KeyProperties create(boolean exportable, Integer keySize, String keyType, boolean reuseKey)
-
-