Interface Key.DefinitionStages.WithKeySize

    • Method Detail

      • withKeySize

        Key.DefinitionStages.WithCreate withKeySize​(int size)
        Specifies the size of the RSA key to create.
        Parameters:
        size - the size of the key in integer
        Returns:
        the next stage of the definition
      • withKeyCurveName

        Key.DefinitionStages.WithCreate withKeyCurveName​(com.azure.security.keyvault.keys.models.KeyCurveName keyCurveName)
        Specifies the name of the key curve for elliptic-curve key to create.
        Parameters:
        keyCurveName - name of the key curve
        Returns:
        the next stage of the definition