Class Certificate.KeyProperties
java.lang.Object
org.jclouds.azurecompute.arm.domain.Certificate.KeyProperties
- Enclosing class:
Certificate
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyProperties
public KeyProperties()
-
-
Method Details
-
exportable
-
keySize
-
keyType
-
reuseKey
-
create
public static Certificate.KeyProperties create(boolean exportable, Integer keySize, String keyType, boolean reuseKey)
-